
Search found 15 matches
- Mon Jun 28, 2010 5:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Display Page showing listings e.g. accommodation, attractions
- Replies: 2
- Views: 1296
Re: Display Page showing listings e.g. accommodation, attractions
any help really appreciated 

- Sun Jun 27, 2010 1:52 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Display Page showing listings e.g. accommodation, attractions
- Replies: 2
- Views: 1296
Display Page showing listings e.g. accommodation, attractions
Hi I would appreciate some help with a tourist website I'm developing. I need to display parent pages showing a listing of sub-pages as per attached screenshot. Is this possible, I understand how to create news pages displaying all news articles in this format but not pages. Please offer some advise...
- Tue Mar 09, 2010 7:47 pm
- Forum: Modules/Add-Ons
- Topic: Making {titleattribute} field into price field
- Replies: 5
- Views: 1737
Re: Making {titleattribute} field into price field
Hi David
Sorry for delay in replying, I tried the code you sent again (and tried different modifications) and still cannot get the price to show in the layout..I'm getting desperate now
any further help would be appreciated
Sorry for delay in replying, I tried the code you sent again (and tried different modifications) and still cannot get the price to show in the layout..I'm getting desperate now

any further help would be appreciated
- Wed Feb 24, 2010 6:20 pm
- Forum: Modules/Add-Ons
- Topic: Making {titleattribute} field into price field
- Replies: 5
- Views: 1737
Re: Making {titleattribute} field into price field
I tried it a different way:
{if $node->titleattribute != ''}{string="Prices from:€}{$node->titleattribute}{else}{/if}
still no joy, would really appreciate some help
{if $node->titleattribute != ''}{string="Prices from:€}{$node->titleattribute}{else}{/if}
still no joy, would really appreciate some help

- Tue Feb 23, 2010 10:49 am
- Forum: Modules/Add-Ons
- Topic: Making {titleattribute} field into price field
- Replies: 5
- Views: 1737
Re: Making {titleattribute} field into price field
Hi guys
any help on this issue?
best regards
FG
any help on this issue?
best regards
FG

- Fri Feb 19, 2010 6:43 pm
- Forum: Modules/Add-Ons
- Topic: Making {titleattribute} field into price field
- Replies: 5
- Views: 1737
Making {titleattribute} field into price field
Hi I am a newbie to CMSMS I would really appreciate some help on this issue. I wish to make the {titleattribute} input field a price field. So if the price of say 500.00 is entered into this field, my template would show up the following "Prices from € 500.00" I created a new Menu Template...
- Mon May 25, 2009 11:08 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Using different Title fields for different languages
- Replies: 5
- Views: 3376
Re: Using different Title fields for different languages
Hi
@vilkis - Your code worked perfect (using "en_US" language)
Thanks to all contributors for the information
regards
FG
@vilkis - Your code worked perfect (using "en_US" language)
Thanks to all contributors for the information
regards
FG
- Mon May 18, 2009 10:26 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Using different Title fields for different languages
- Replies: 5
- Views: 3376
Re: Using different Title fields for different languages
Hi Jean Thanks for your response. I tried the code you gave me, and although it appears to produce the correct title in the code..the page loaded with the following error: string(114) "Smarty error: [in template:24 line 5]: syntax error: unidentified token '=' (Smarty_Compiler.class.php, line 1...
- Mon May 18, 2009 12:39 pm
- Forum: General Discussion
- Topic: How this is done, simply amazing
- Replies: 5
- Views: 3178
Re: How this is done, simply amazing
Go to http://www.easypano.com/
I'm pretty sure they are using one of the products from that website
I'm pretty sure they are using one of the products from that website
- Mon May 18, 2009 12:34 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Using different Title fields for different languages
- Replies: 5
- Views: 3376
Using different Title fields for different languages
Hi all I'm quite new to CMSMS so please bare with me...i would be grateful for any help on this.. I am setting up a multilingual site with English as the main language and swedish, spanish etc. as secondary languages. I wish to use the Description (title attribute) for the Titles on English pages, w...
- Fri Feb 06, 2009 4:32 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Changing Language extension folder name
- Replies: 1
- Views: 1910
Changing Language extension folder name
I have just completed a successful implementation of CMS Made Simple on a group company website which will cater for multiple office within europe. I have had a request to redirect existing country websites to this main group website, the guys in norway & sweden have asked to be able to link to ...
- Tue Feb 03, 2009 12:01 am
- Forum: Modules/Add-Ons
- Topic: Quick Link Menu on Mouseover showing all pages
- Replies: 1
- Views: 4887
Quick Link Menu on Mouseover showing all pages
Hi all, I'm new to CMS Made Simple... Is it possible to create a javascript mouseover script to show the website sitemap using the: e.g. {sitemap start_element="1"} code An example of what I mean is similar to the "Shop All Departments" menu link on: http://www.marksandspencer.co...
- Wed Dec 17, 2008 11:31 pm
- Forum: Modules/Add-Ons
- Topic: Catalog - Image name Variable ?
- Replies: 4
- Views: 1190
Re: Catalog - Image name Variable ?
Hi Jeremy My Catalog template contains the following code: {if count($product_image_url_array) > 0} {section name=ind loop=$product_image_url_array} {/section} {/if} I'm trying to get the img src link just display the image filename I have tried to implement you code in the templat...
- Wed Dec 17, 2008 1:38 am
- Forum: Modules/Add-Ons
- Topic: Catalog - Image name Variable ?
- Replies: 4
- Views: 1190
Re: Catalog - Image name Variable ?
Any help on this one guys..have exhausted all resources at this stage.. 

- Mon Dec 15, 2008 8:42 pm
- Forum: Modules/Add-Ons
- Topic: Catalog - Image name Variable ?
- Replies: 4
- Views: 1190
Catalog - Image name Variable ?
Hi, I'm new to CMSMS, I'm having a problem on my gallery page. I'm attempting to add in some code that needs the image name e.g. "test.jpg" but I have tried all the image codes within an array e.g. "{$src_image_url_array}" but this keeps calling the absolute path with image name ...