Search found 9 matches
- Mon Oct 17, 2011 9:17 pm
- Forum: Modules/Add-Ons
- Topic: How to populate the products module with products the easy way?
- Replies: 5
- Views: 3112
Re: How to populate the products module with products the ea
Hi, but I'm trying import CSV like this: #FLAG|#price|#name|#FIELD:data_produkcji|#FIELD:firma_produkujaca|#FIELD:kraj|#FIELD:nazwa_wlasna|#FIELD:nazwy_wlasne_dodatkowe|#details|#FIELD:podpis_zdjecia_1|#FIELD:podpis_zdjecia_2|#FIELD:podpis_zdjecia_3|#FIELD:podpis_zdjecia_4|#FIELD:podpis_zdjecia_5|#F...
- Mon Sep 26, 2011 1:18 pm
- Forum: Modules/Add-Ons
- Topic: Products custom navigation using action="fieldlist"
- Replies: 2
- Views: 1131
Re: Products custom navigation using action="fieldlist"
Same question. Please help!
- Mon Sep 19, 2011 7:10 am
- Forum: Modules/Add-Ons
- Topic: Cataloger problem - slow generating items list by attributs
- Replies: 3
- Views: 1448
Re: Cataloger problem - slow generating items list by attrib
Thanks for your answer. Yes, it's all optimized. I turned up the memory to 2048 MB because even 512 MB coused: Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 264387 bytes) in /public_html/admin/listcontent.php on line 1112 in backend pages list. $config['output_comp...
- Fri Sep 16, 2011 8:45 am
- Forum: Modules/Add-Ons
- Topic: Cataloger problem - slow generating items list by attributs
- Replies: 3
- Views: 1448
Cataloger problem - slow generating items list by attributs
Hi, I've got some problem with Cataloger module. Please help! Explanation: I've got site about Airplanes with left menu with structure like this: ---------------------- Airplanes (names): A-K L-O P-Z Airplanes (indexes): A B C .... Types: balloon militant gliders .... ---------------------- In Catal...
- Fri Feb 11, 2011 12:28 pm
- Forum: CMSMS Core
- Topic: menu manager, start element and root siblings problem - error in list generation
- Replies: 9
- Views: 4629
Re: menu manager, start element and root siblings problem -
[SOLVED]
DO NOT USE root attr in {breadcrumbs} tags! It works!
DO NOT USE root attr in {breadcrumbs} tags! It works!
- Fri Feb 11, 2011 11:25 am
- Forum: CMSMS Core
- Topic: menu manager, start element and root siblings problem - error in list generation
- Replies: 9
- Views: 4629
Re: menu manager, start element and root siblings problem -
I've just realised that there is a problem when childrens are type of page Product Category and Product Item (Cataloger plugin)... Any idea?
- Fri Feb 11, 2011 7:23 am
- Forum: CMSMS Core
- Topic: menu manager, start element and root siblings problem - error in list generation
- Replies: 9
- Views: 4629
Re: menu manager, start element and root siblings problem -
Yes, from 1.9 to 1.9.3 - same problem...
- Thu Feb 10, 2011 8:05 am
- Forum: CMSMS Core
- Topic: menu manager, start element and root siblings problem - error in list generation
- Replies: 9
- Views: 4629
Re: menu manager, start element and root siblings problem -
I've got the same... And it happens with childrenof, start_page, start_element too!
Why do they give us newest versions with bugs all the same????
Why do they give us newest versions with bugs all the same????
- Wed Feb 09, 2011 8:22 am
- Forum: CMSMS Core
- Topic: MenuManager problem
- Replies: 0
- Views: 571
MenuManager problem
Hi, I've got a problem with menu in 1.9.3. When I use {menu} tag it's ok: <ul> <li><a href=""></a></li> <li><a href=""></a></li> <li><a href=""></a></li> </ul> BUT if I use {menu childrenof="abc"} or start_element or start_page it gererates wrong: <ul> </li> <...