Hi Madhi,

I understand that it's not easy to create a new theme but as Taher told you, you must start by Customizing an existing theme. This is what I've done several years ago with success.

Using bootstrap before the common theme mechanism obliged you to modify a lot of things in the framework, now it's really possible but... It will be a pain as well if you don't know how works HTMLRenderer in OFBiz.

Each theme extend the common theme via theme.xml file. In the theme.xml file, you can change the html renderer location for all elements (form, menu, etc.). Create a specific copy of HTML renderer contained in common theme folder to your theme folder and add the path in your theme.xml file.

Then modify HTML renderer to fit to bootstrap.

You'll see that it's in the theme.xml that we define js, css, etc. file that could be included in the header and the footer. Now, you can dig further and ask for more specific questions.

HTH,

Julien.


Le 24/08/2018 à 08:36, Madhi Krishnan a écrit :
thank you all ...
that helped me a lot...

On Sat, Aug 18, 2018 at 4:23 PM, Pierre Smits <[email protected]>
wrote:

https://github.com/ORRTIZ/bbasic


Best regards,

Pierre Smits

Apache Trafodion <https://trafodion.apache.org>, Vice President
Apache Directory <https://directory.apache.org>, PMC Member
Apache Incubator <https://incubator.apache.org>, committer
Apache OFBiz <https://ofbiz.apache.org>, contributor since 2008
Apache Steve <https://steve.apache.org>, committer

On Sat, Aug 18, 2018 at 12:53 PM, Pierre Smits <[email protected]>
wrote:

Hi Madhi,

I started something similar in 2016, and made it available on GitHub. See
[1] and take your queue from there.


Best regards,

Pierre Smits

Apache Trafodion <https://trafodion.apache.org>, Vice President
Apache Directory <https://directory.apache.org>, PMC Member
Apache Incubator <https://incubator.apache.org>, committer
Apache OFBiz <https://ofbiz.apache.org>, contributor (without
privileges)
since 2008
Apache Steve <https://steve.apache.org>, committer

On Sat, Aug 18, 2018 at 12:30 PM, Madhi Krishnan <
[email protected]> wrote:

I think i subject itself tells my doubt..
can any one tell how to use bootstarp and other tools to make the UI
more
attractive..



Reply via email to