Search found 126 matches
- Wed Dec 29, 2010 3:30 pm
- Forum: Modules/Add-Ons
- Topic: Only show submenu when parent page is active?
- Replies: 14
- Views: 4639
Re: Only show submenu when parent page is active?
It appears that you don't call a menu at all in your template but you are calling a javascript instead. The little bit what looks like a menu is commented out in the source code. Well, actually... I have the menu within the html like this... <div id="back_front"> <div id="r...
- Wed Dec 29, 2010 1:37 pm
- Forum: Modules/Add-Ons
- Topic: Only show submenu when parent page is active?
- Replies: 14
- Views: 4639
- Wed Dec 29, 2010 1:24 pm
- Forum: Modules/Add-Ons
- Topic: Only show submenu when parent page is active?
- Replies: 14
- Views: 4639
Re: Only show submenu when parent page is active?
Well, still having trouble... Nothing shows..?
My pages are as follows:
1. Home
1.1 Profile
1.2 Info
2. Images
3. Documents
3.1 Private
3.2 Public
So as I can see when I am at "Home" the Profile and Info pages should show in my menu right?
Well nothing happens... Any idea?
My pages are as follows:
1. Home
1.1 Profile
1.2 Info
2. Images
3. Documents
3.1 Private
3.2 Public
So as I can see when I am at "Home" the Profile and Info pages should show in my menu right?
Well nothing happens... Any idea?
- Wed Dec 29, 2010 10:11 am
- Forum: Modules/Add-Ons
- Topic: Only show submenu when parent page is active?
- Replies: 14
- Views: 4639
Re: Only show submenu when parent page is active?
The code isn't clean at all but it works and I'm a kind of lazy... Use Menu Manager to add a new template and just call it in your page template where you want the submenu to appear. I get this error when trying to use the solution? unrecognized tag 'get_page_depth' unrecognized tag 'get_parent_pag...
- Tue Dec 28, 2010 9:12 pm
- Forum: Modules/Add-Ons
- Topic: Only show submenu when parent page is active?
- Replies: 14
- Views: 4639
Re: Only show submenu when parent page is active?
That is exactly what I am looking for...gdur wrote: Hi Jmansma,
Have a look at the submenu at the left site of the page at www.duran-audio.com.
Is this what you are looking for?
- Tue Dec 28, 2010 8:35 pm
- Forum: Modules/Add-Ons
- Topic: Only show submenu when parent page is active?
- Replies: 14
- Views: 4639
Only show submenu when parent page is active?
I'm trying to figure out how to make an only subpages menu when the parent page is active... Can anybody guide me in the right direction... Tutorial etc...
- Sat Mar 13, 2010 10:46 pm
- Forum: Developers Discussion
- Topic: DropDown with default?!?
- Replies: 3
- Views: 1723
Re: DropDown with default?!?
Not sure how and which parameter sets the selected...Peciura wrote: http://www.cmsmadesimple.org/apidoc/CMS ... utDropdown
- Sat Mar 13, 2010 5:47 pm
- Forum: Developers Discussion
- Topic: DropDown with default?!?
- Replies: 3
- Views: 1723
DropDown with default?!?
I'm wandering how to make a dropdown list from db with one specific record as default. Im getting the data like this: $pricelist = array(); $q = "SELECT * FROM ".cms_db_prefix()."module_sms_prices WHERE product = $product_id ORDER BY price ASC"; $dbresult = $db->Execute( ...
- Sat Mar 13, 2010 11:44 am
- Forum: Developers Discussion
- Topic: Using .tpl instead og db templates?!?
- Replies: 6
- Views: 2658
Re: Using .tpl instead og db templates?!?
Thanks... just what I needed...Jos wrote: If you want to hack the code, I think you can use ProcessTemplate instead of ProcessTemplateFromDatabase

- Sat Mar 13, 2010 11:10 am
- Forum: Developers Discussion
- Topic: Using .tpl instead og db templates?!?
- Replies: 6
- Views: 2658
Re: Using .tpl instead og db templates?!?
Not quite... I want to replace this:
With an, mayby include...
Any ideas?
Code: Select all
$template = 'proddetail_template';
echo $this->ProcessTemplateFromDatabase($template);
Any ideas?
- Sat Mar 13, 2010 10:14 am
- Forum: Developers Discussion
- Topic: Using .tpl instead og db templates?!?
- Replies: 6
- Views: 2658
Using .tpl instead og db templates?!?
I'm currently working on altering the shop module a bit to my needs, but am having one question. How do I use the .tpl files as the templates instead of using the templates in the db records. Every time I have to change a thing in a template I have to go inside the admin and copy or edit directly fr...
- Thu Feb 04, 2010 11:18 am
- Forum: Modules/Add-Ons
- Topic: Detailpage in Cart Made Simple?!?!
- Replies: 0
- Views: 687
Detailpage in Cart Made Simple?!?!
Is it possible to make a default page for the cart and everytime a user press view cart or add to basket it would jump to this page... Kind a like the "detailpage" used in news?!?!?
- Wed Feb 03, 2010 1:47 pm
- Forum: Modules/Add-Ons
- Topic: Any working ecommerce solutions for CMSMS?
- Replies: 29
- Views: 13071
Re: Any working ecommerce solutions for CMSMS?
Hey Duketown,Duketown wrote: There are two gateways up and running iDEAL and ePay. Both are commercial gateways that I have build and you can buy from me.
If you need a specific gateway, please get in contact.
I need the scandinavian ePay solution... Does it work and how much?
At ease
Jesper
- Thu Jan 28, 2010 10:53 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SmartyTag inside style?
- Replies: 14
- Views: 4239
Re: SmartyTag inside style?
I will do so, but what I need from this is to be able to assign different background image to each category depending on the category... {* Front End: List of apex categories *} {foreach from=$items item=entry} {if $entry->image!='*none'} <div id="catlist_fp" style="background:#ff...
- Thu Jan 28, 2010 10:40 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SmartyTag inside style?
- Replies: 14
- Views: 4239
Re: SmartyTag inside style?
What about converting the {$entry->image} to something that could bed used?!?!