CGBlog > News category - Dropdown selector - Limit ?
Posted: Wed Oct 15, 2014 8:15 pm
I am populating a dropdown selector, in the back end of the site with All available news categories, using this code :-
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 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
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"}At present, it shows 9 categories ( + the "No News" ).
Does
Code: Select all
action='browsecat'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