View Full Version : Suggest Category Mod
I want editors to suggest categories only to ROOT category and no sub-categories. What files should I be modifying?
Thanks!
Dave Baker
01-08-2007, 05:55 PM
Hello sage,
Try to make the following changes in your directory:
Go to Admin Panel » Configuration » General Configuration » Categories dropdown instead of tree » disabled
***Save Changes***
***Open suggest-link.php and find code***
if(isset($_GET['id']))
{
$_GET['id'] = (int)$_GET['id'];
}
***Below this code add***
$_GET['id'] = 0;
***Save file***
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.