Quote:
Originally Posted by worried
I'd like to make a blog category into a tab while at the same time not activating the Blogs tab. Would this be the proper format?
PHP Code:
if ((THIS_SCRIPT == 'blog') && ($_REQUEST['do'] == 'list' && 'blogcategoryid=1'))
|
You'll have to just try it and see. If you have the regular blog tab disabled, then I don't think it is going to interfere with that one, so I would guess it should work.