Search found 8 matches
- Thu Feb 11, 2010 6:18 pm
- Forum: Modules/Add-Ons
- Topic: Products - images and categoriefields
- Replies: 2
- Views: 1287
Re: Products - images and categoriefields
Hi Brian, i'm talking about this one -> http://dev.cmsmadesimple.org/projects/products (is this also called product manager??) Yes i saw these fileds - these i didn't meant. But i think i was wrong in my thought because the categoryfields are only to extend the possible informations/data for the cat...
- Thu Feb 11, 2010 9:20 am
- Forum: Modules/Add-Ons
- Topic: Products - images and categoriefields
- Replies: 2
- Views: 1287
Products - images and categoriefields
Hi, i've just installed a fresh CMSMS with Products module but facing some problems setting up the categories and articles. In my testing scenario i've created 2 categories (cars, ships) these categories i gave different categoriefileds: cars: no. of wheels, make; ships: length, height. Now my probl...
- Tue Jun 23, 2009 8:01 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu showing only children or siblings of a page
- Replies: 1
- Views: 1888
Re: Menu showing only children or siblings of a page
Hi, i had the same problem. Try the following: 1. Create Userdefined Tag - Name 'Hierarchy' (as in the handbook described) global $gCms; $pos = $gCms->variables['position']; $base = explode('.', $pos); $smarty->assign('h_toplevel', $base[0] * 1); $smarty->assign('h_parent', $base[ (count($base) > 1...
- Mon Jun 30, 2008 3:07 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Relatives MLE - patch (Alpha)
- Replies: 3
- Views: 3546
Re: Relatives MLE - patch (Alpha)
update for relatives to use custom templates >> http://forum.cmsmadesimple.org/index.php/topic,23370.0.html
PS: Sorry for crossposting
PS: Sorry for crossposting
- Mon Jun 30, 2008 3:04 pm
- Forum: Modules/Add-Ons
- Topic: relatives-Module modified for custom templates
- Replies: 0
- Views: 1064
relatives-Module modified for custom templates
Hi, i've modified the relatives module to better fit my needs. Made some changes to the relatives Module. (also usable in the MLE fork) !! Backup your old Files !! - added: call relatives module by writing {relatives} into a template - added: assign userdefined template for frontend-output i.e. {rel...
- Sun Jun 29, 2008 11:23 am
- Forum: [locked] CMSMS MLE fork
- Topic: Relatives MLE - patch (Alpha)
- Replies: 3
- Views: 3546
Relatives MLE - patch (Alpha)
Hello, i've done some work to use the relatives-module with the MLE. Se attached file "relatives-mle.mpg". Download it - rename it to "*.zip" - backup 'yourcmsfolder/modules/relatives' - copie files to this folder EDIT 01. July 2008: Forget to say - you also have to download the ...
- Fri Jun 27, 2008 3:48 pm
- Forum: [locked] CMSMS MLE fork
- Topic: [Solved] MLE-Fork - Cataloger - Add Item/Category Resume to categorypage
- Replies: 3
- Views: 4300
Re: [Solved] MLE-Fork - Cataloger - Add Item/Category Resume to categorypage
OK forgot to say i use the MLE fork! Normaly you can access the attributes of an item by {$items[].[i]attrName[/i]} as descriped in the templatesystem. But for using this in the MLE fork you have to patch the function getCatalogItemsList in the Cataloger.module.php ! Change the function as followed:...
- Thu Jun 26, 2008 6:14 pm
- Forum: [locked] CMSMS MLE fork
- Topic: [Solved] MLE-Fork - Cataloger - Add Item/Category Resume to categorypage
- Replies: 3
- Views: 4300
[Solved] MLE-Fork - Cataloger - Add Item/Category Resume to categorypage
Hi @all, i recently started playing around with cmsms and i'm really impressed. So big thanks to all developers!!! But now i run into some difficulties with the cataloger module: I really need to show a short summary of the category/item on the category page of the cataloger! AFAIK there isn't a tag...
