Quote:
Originally Posted by Lynne
Or how about a plugin like....
postbit_display_complete
PHP Code:
if ($forum['forumid'] == x) $post['iplogged'] = false;
Change x the forumid you want to hide it in.
|
Lynne or anyone, how would you put two or more forums as in x,y,z?
It works great for one forum but as soon as I add another like:
if ($forum['forumid'] == 30, 52)
we get errors showing at top of forum home page. Tried looking up conditionals but what I found I cant figure it out.
Thanks!