PDA

View Full Version : Suggest Category Mod


sage
01-02-2007, 09:10 AM
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***