Page 1 of 1

CGBlog > News category - Dropdown selector - Limit ?

Posted: Wed Oct 15, 2014 8:15 pm
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

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

Posted: Wed Oct 15, 2014 8:25 pm
by psy
Dont know if it's related to your problem but
block="CGBlog selector"
should be url-friendly, ie without any spaces.