Search found 8 matches

by nchankov
Sun Apr 17, 2011 8:15 am
Forum: General Discussion
Topic: How to list content as category?
Replies: 2
Views: 2153

Re: How to list content as category?

@spcherub, thanks for your detailed answer. Of course I know about menu (it's in the demo of the shop) as well as about the news. But I think that similar functionality is really "nice to have" in that brilliant CMS. What I am looking is something similar to Cataloger module, but unfortuna...
by nchankov
Sat Apr 16, 2011 9:41 am
Forum: General Discussion
Topic: How to list content as category?
Replies: 2
Views: 2153

How to list content as category?

hi guys, I am searching to a way to display some content of the site as category. For example I have the following structure: Home | About | Products | Services | Contacts So content pages Products and Services has sub nodes i.e. 5-6 under each of them and I want to display them as list in the root ...
by nchankov
Thu Oct 01, 2009 9:44 am
Forum: Developers Discussion
Topic: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
Replies: 35
Views: 29755

Re: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'

The new page_attr plugin can asign a parameter to a variable this way: {page_attr key="extra1" assign="myParam"} Later you can print the new variable myParam by {$myParam} or use in conditional structure like: {if $myParam eq "yes"} ...do something... {/if} Hope that he...
by nchankov
Wed Feb 18, 2009 2:53 pm
Forum: CMSMS Core
Topic: Module News with mod_rewrite
Replies: 1
Views: 783

Re: Module News with mod_rewrite

So, in order to escape this problem, you could add $prettyurl = false; in /modules/News/action.default.php on row 361. It's just before $onerow->link = $this->CreateLink($id, 'detail', $detailpage!=''?$detailpage:$returnid, '', $sendtodetail,'', true, false, '', true, $prettyurl); I know it's quick ...
by nchankov
Wed Feb 18, 2009 2:31 pm
Forum: CMSMS Core
Topic: Module News with mod_rewrite
Replies: 1
Views: 783

Module News with mod_rewrite

Just want to warn you that if you using mod_rewrite there is a problem with News module. The parameters which are passed by default are skipped, and for example lang parameter is not there. Setting $config['assume_mod_rewrite'] = false; solves the problem. Does anyone have modified version of htacce...
by nchankov
Tue Feb 17, 2009 4:57 pm
Forum: CMSMS Core
Topic: Menu description
Replies: 3
Views: 1344

Re: Menu description

Thanks for your reply.

About extra1 attribute, probably it would work, but it's text field rather textarea and it's not very convenient. But it's an option indeed.
by nchankov
Tue Feb 17, 2009 8:52 am
Forum: CMSMS Core
Topic: Menu description
Replies: 3
Views: 1344

Re: Menu description

Anyone?
by nchankov
Mon Feb 16, 2009 11:30 am
Forum: CMSMS Core
Topic: Menu description
Replies: 3
Views: 1344

Menu description

Hi guys, I've searched for this, but I couldn't manage to find anything sensible to me, so I dare to ask directly :) Ok, I am using the last version of cmsmadesimple, and I've seen that in the page admin there are few additional textareas. One of them is labeled "Menu". And because I want ...

Go to advanced search