Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-07 Thread Mansour Al Akeel
Thank you Erwan. On Wed Oct 06,2010 09:40 pm, Erwan de FERRIERES wrote: > Le 04/10/2010 03:41, Mansour Al Akeel a ?crit : > > Hello all: > > > > In the themes there is varilabe that couldn't figure out how to set. > > > > <#if layoutSettings.headerImageLinkUrl?exists> > ><#assign logoLinkURL

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-06 Thread Erwan de FERRIERES
Le 04/10/2010 03:41, Mansour Al Akeel a écrit : Hello all: In the themes there is varilabe that couldn't figure out how to set. <#if layoutSettings.headerImageLinkUrl?exists> <#assign logoLinkURL = "${layoutSettings.headerImageLinkUrl}"> <#else> <#assign logoLinkURL = "${layoutSettings.co

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread BJ Freeman
I won't be able to dig into this till next week. Mansour Al Akeel sent the following on 10/4/2010 5:34 PM: It's still not working with me. I am not sure if I missed something. Here's what I did: Edited framework/common/widget/CommonScreens.xml and replaced every occurance of "/images/ofbiz_log

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread Mansour Al Akeel
It's still not working with me. I am not sure if I missed something. Here's what I did: Edited framework/common/widget/CommonScreens.xml and replaced every occurance of "/images/ofbiz_logo.gif" with "/images/myLogo.png". deleted the old ofbiz_logo.gif and placed the mine. I commented out : I ran

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread Mansour Al Akeel
BJ: I am using the latest from trunk. I am trying it now with 10.04 release to see. On Mon Oct 04,2010 02:50 pm, BJ Freeman wrote: > I figured that is where you were headed and why is gave you that set > you need to comment it out. > I am not sure if they modified others > I have not installed

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread BJ Freeman
I figured that is where you were headed and why is gave you that set you need to comment it out. I am not sure if they modified others I have not installed any new code lately to see. It does work with the versions I am using. = BJ Freeman Strategic Power Office with Sup

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread Mansour Al Akeel
BJ: changing the image in the file framework/common/widget/CommonScreens.xml doesn't change the logo ! I changed the name form "/image/ofbiz_logo.gif" to "/images/mylogo.png" but still this doesn't show. And in the page source it's still the old value. I did a clean then run-install I even droppe

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread Mansour Al Akeel
Hello BJ: Thank you for helping. I found the purpose of layoutSettings.headerImageLinkUrl. >From applications/party/widget/partymgr/CommonScreens.xml This is cool. On Sun Oct 03,2010 08:09 pm, BJ Freeman wrote: > from > framework/common/widgets/commonscreens.xml >

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-03 Thread BJ Freeman
from framework/common/widgets/commonscreens.xml from-field="layoutSettings.commonHeaderImageLinkUrl" default-value="main" global="true"/> Mansour Al Akeel sent the following on 10/3/2010 6:41 PM: Hello all: In the themes there is varilabe that couldn't figure out how to set.

Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-03 Thread Mansour Al Akeel
Hello all: In the themes there is varilabe that couldn't figure out how to set. <#if layoutSettings.headerImageLinkUrl?exists> <#assign logoLinkURL = "${layoutSettings.headerImageLinkUrl}"> <#else> <#assign logoLinkURL = "${layoutSettings.commonHeaderImageLinkUrl}"> I understand commonHeade