Re: Visual Themes Gallery

2017-07-10 Thread Sanjay Yadav
I agree with Micheal's comment on the document, we should keep and update the page. We should maintain document by dividing it into two parts: 1. Most recent/up-to-date themes - In top/first part of the page. 2. Old/Unsupported themes - In second part of the page. Best Regards, *Sanjay Y

Re: Visual themes and gradlew

2017-04-26 Thread Tim Hawkins
I would like to say that the suggestion by mike cleared up the issue and now my template is loading and displaying, so i can now head off and start creating my theme. I will be also implementing the suggestion from Pierre. A couple more related questions. 1. Do I need to clear the caches each tim

Re: Visual themes and gradlew

2017-04-26 Thread Tim Hawkins
Just noticed this whilst inspecting my load logs, im using mysql 2017-04-27 01:01:37,021 |OFBiz-batch-2|DatabaseUtil |W| Entity [ProductPromoCodeEmail] has no table in the database 2017-04-27 01:01:37,048 |pool-3-thread-1 |DatabaseUtil |E| Could not create table [PRODUCT_PROMO_CODE_

Re: Visual themes and gradlew

2017-04-26 Thread Pierre Smits
Hi Tim, The best approach (for production environments) is, when initialising your implementation, to only load data designated as 'seed' and 'seed-initial' once. And for loading the rest of the data sets (such as your implementation specifics) to use the import functionalities provided through th

Re: Visual themes and gradlew

2017-04-26 Thread Tim Hawkins
Thanks mike, i will try that tomorrow. On Wed, Apr 26, 2017, 23:14 Mike wrote: > Because you left the reader-name="seed": > > location="data/AsmultiflexThemeData.xml"/> > > To load it, you have to: > > gradlew "ofbiz --load-data readers=seed" > > Which reloads ALL the seed, including yours > >

Re: Visual themes and gradlew

2017-04-26 Thread Jacques Le Roux
Thanks Mike, Importing a file is a good practice. Tim, if you need to import several files, better to register them (in your ofbiz-component.xml) as ext and not seed, see entityengine.xml for more about that, here is an extract tenant = OFBiz and External Tenant Data seed

Re: Visual themes and gradlew

2017-04-26 Thread Mike
Because you left the reader-name="seed": To load it, you have to: gradlew "ofbiz --load-data readers=seed" Which reloads ALL the seed, including yours --or-- (better) Load it directly: gradlew "ofbiz --load-data file=RELATIVE_PATH/data/AsmultiflexThemeData.xml" On Wed, Apr 26, 2017 at 2:12

Re: Visual Themes in wiki

2014-10-19 Thread Jacques Le Roux
BTW, contributors, I'd appreciate some help to fill the the 2nd table (ecommerce themes) Thanks Jacques Le 19/10/2014 11:34, Jacques Le Roux a écrit : I finally kept the page just updated and cleaned it Jacques Le 17/10/2014 10:57, Pierre Smits a écrit : Jacques, all Maybe we should retai

Re: Visual Themes in wiki

2014-10-19 Thread Jacques Le Roux
I finally kept the page just updated and cleaned it Jacques Le 17/10/2014 10:57, Pierre Smits a écrit : Jacques, all Maybe we should retain the gallery as a place open for all contributors to post their screenshots of themes, and a url to where the theme is maintained? That we we keep the vis

Re: Visual Themes in wiki

2014-10-17 Thread Pierre Smits
Jacques, all Maybe we should retain the gallery as a place open for all contributors to post their screenshots of themes, and a url to where the theme is maintained? That we we keep the visibility of the diversity and at the same time keep maintenance of the page to a minimum. Regards, Pierre S

Re: Visual Themes in wiki

2014-10-16 Thread Mike
Oldschool still seems to work fine (in 12.04). I just had to fix the footer. Haven't noticed any quirks. On Thu, Oct 16, 2014 at 10:02 AM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > The "Old School" theme was designed by me (https://issues.apache.org/ > jira/browse/OFBIZ-918). L

Re: Visual Themes in wiki

2014-10-16 Thread Jacques Le Roux
BTW the discussion began here http://markmail.org/message/uytj5eae5tm6pgpn Jacques Le 16/10/2014 19:06, Jacques Le Roux a écrit : Rants are appreciated, help even more Jacques Le 16/10/2014 18:25, Mike a écrit : Speaking of themes, I was really upset when the ofbiz developers "yanked" out th

Re: Visual Themes in wiki

2014-10-16 Thread Jacques Le Roux
Rants are appreciated, help even more Jacques Le 16/10/2014 18:25, Mike a écrit : Speaking of themes, I was really upset when the ofbiz developers "yanked" out the original backend theme for ofbiz designed by Dave. It was elegantly simplistic and functional, and also many books were written sh

Re: Visual Themes in wiki

2014-10-16 Thread Adrian Crum
The "Old School" theme was designed by me (https://issues.apache.org/jira/browse/OFBIZ-918). Layout was easily broken in that theme - that was one of the motivators for removing it. At the time no one objected, and no one stepped forward to maintain it. Even now - no one is maintaining the Old

Re: Visual Themes in wiki

2014-10-16 Thread Jacques Le Roux
Le 16/10/2014 15:15, Jacques Le Roux a écrit : Hi, I wonder if we should keep https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+Gallery which is completly out dated and seems nobody care about creating and updating themes :/ I will remove this page in a week... Jacques Jacq

Re: Visual Themes in wiki

2014-10-16 Thread Jacques Le Roux
Actually, as I explained to Ron, the comments where not about what you mentioned, but only on how to change the default backend theme. But it was a good idead so I put your suggestion in a comment to not lose the idea Jacques Le 16/10/2014 17:25, Adrian Crum a écrit : When the Visual Theme fea

Re: Visual Themes in wiki

2014-10-16 Thread Jacques Le Roux
Le 16/10/2014 16:57, Ron Wheeler a écrit : On 16/10/2014 9:15 AM, Jacques Le Roux wrote: Hi, I updated the https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to page, notably for new releases but not only, please review. I wonder if we should keep https://cwiki.apache.org

Re: Visual Themes in wiki

2014-10-16 Thread Mike
Speaking of themes, I was really upset when the ofbiz developers "yanked" out the original backend theme for ofbiz designed by Dave. It was elegantly simplistic and functional, and also many books were written showing it. The reasons? Time to move on, time to upgrade, needs a newer polished look

Re: Visual Themes in wiki

2014-10-16 Thread Adrian Crum
When the Visual Theme feature was first introduced, it was suggested that OFBiz should have an application where you can create a new visual theme easily. The application would provide a means to upload CSS & JS files, templates, etc. No one has contributed that application, so the comment is

Re: Visual Themes in wiki

2014-10-16 Thread Ron Wheeler
On 16/10/2014 9:15 AM, Jacques Le Roux wrote: Hi, I updated the https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to page, notably for new releases but not only, please review. I wonder if we should keep https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+Gal

Re: Visual Themes

2009-09-04 Thread Scott Gray
Ah okay sorry, the general.properties setting only applies if the UserPreference record from CommonTypeData.xml that you mentioned is missing. Also the wiki looks wrong to me, it should be partyId="_NA_" and not partyId="NA" Once you've changed the CommonTypeData.xml file you'll need to r

Re: Visual Themes

2009-09-04 Thread Ruth Hoffman
Sure: http://docs.ofbiz.org/display/OFBIZ/Visual+Themes+-+How+to?focusedCommentId=9091#comment-9091 BTW, I just tried changing the theme in the general properties as you suggested in trunk version: 806815 and nothing changed. What else do I need to do? Thanks Ruth Scott Gray wrote: I'm not f

Re: Visual Themes

2009-09-04 Thread Scott Gray
I'm not familiar with the document, could you send me the link? Thanks Scott On 5/09/2009, at 1:47 PM, Ruth Hoffman wrote: Hi Scott: Thanks. So does that mean that what the Wiki says about CommonTypeData.xml is irrelevant? TIA Ruth Scott Gray wrote: Hi Ruth The default visual theme id ca

Re: Visual Themes

2009-09-04 Thread Ruth Hoffman
Hi Scott: Thanks. So does that mean that what the Wiki says about CommonTypeData.xml is irrelevant? TIA Ruth Scott Gray wrote: Hi Ruth The default visual theme id can set in general.properties, in this case to FLAT_GREY. Regards Scott HotWax Media http://www.hotwaxmedia.com On 5/09/2009,

Re: Visual Themes

2009-09-04 Thread Scott Gray
Hi Ruth The default visual theme id can set in general.properties, in this case to FLAT_GREY. Regards Scott HotWax Media http://www.hotwaxmedia.com On 5/09/2009, at 12:56 PM, Ruth Hoffman wrote: Hi All: Its not clear from the Wiki how this works: To change a theme from the default "BLUELI

Re: Visual themes error

2009-04-25 Thread Eric DE MAULDE
ed data ? Eric - Original Message - From: "Eric DE MAULDE" To: ; Sent: Saturday, April 25, 2009 3:34 AM Subject: Re: Visual themes error I ran this command several times but always this error appends thanks Eric - Original Message - From: "Adrian Crum&q

Re: Visual themes error

2009-04-24 Thread Eric DE MAULDE
I ran this command several times but always this error appends thanks Eric - Original Message - From: "Adrian Crum" To: Sent: Saturday, April 25, 2009 2:34 AM Subject: Re: Visual themes error Make sure you run ant install-seed after updating from the trunk. -Adrian

Re: Visual themes error

2009-04-24 Thread Adrian Crum
Make sure you run ant install-seed after updating from the trunk. -Adrian --- On Fri, 4/24/09, Eric DE MAULDE wrote: > From: Eric DE MAULDE > Subject: Visual themes error > To: user@ofbiz.apache.org > Date: Friday, April 24, 2009, 4:28 PM > Hello, > > My development server works fine. > But

Re: Visual Themes

2009-03-03 Thread Bruno Busco
Roel, a VisualTheme can have several type of VisualThemeResource associated. Those can be found in the file: \framework\common\data\CommonTypeData.xml For your convenience here they are: 2009/3/3 Roel Veldhuizen : > Yes, there is a sh

Re: Visual Themes

2009-03-03 Thread Roel Veldhuizen
Yes, there is a short list with six VisualThemeResources in the ThemeData.xml but are there more. For example could I override the login.ftl? 2009/3/3 BJ Freeman : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > That is already done, unless you are more specific. > > Roel Veldhuizen sent the

Re: Visual Themes

2009-03-03 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That is already done, unless you are more specific. Roel Veldhuizen sent the following on 3/3/2009 2:51 AM: > In the file ThemeData.xml you could override the header.ftl and > footer.ftl and so on but which files can i override? Is there a > complete