CGBlog > News category - Dropdown selector - Limit ?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

CGBlog > News category - Dropdown selector - Limit ?

Post by naturelab »

I am populating a dropdown selector, in the back end of the site with All available news categories, using this code :-

Code: Select all

{content block="CGBlog selector" label="Select news category to display on this page" block_type="dropdown" items=":::CGBlog action='browsecat':::,No News" values=":::CGBlog action='browsecat':::," smarty=true assign="blogcatid" delimiter="," block_tab="News"}
It works great and has been for the last couple of years, BUT I have recently added a new category ( The 10th on the site ) in CGBlog and it won't show up in the dropdown.

At present, it shows 9 categories ( + the "No News" ).

Does

Code: Select all

action='browsecat'
limit display to 9 or 10 items ?

Can I extend it ?

PS I have tried testing this by changing the ORDER of categories within CGBlog, to see if the new category shows up, but this has no effect on the dropdown.

Any help greatly appreciated
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Re: CGBlog > News category - Dropdown selector - Limit ?

Post by psy »

Dont know if it's related to your problem but
block="CGBlog selector"
should be url-friendly, ie without any spaces.
Post Reply

Return to “Modules/Add-Ons”