Quote:
Originally Posted by VBDev
You would have to edit the plugin attached to forumhome_complete, and put all the code in the plug into a :
Code:
if ($foruminfo[forumid] == "49") { /* code of the plugin */ }
|
I did that, but now it doesnt show up at all.
EDIT: Instead of forumhome_complete, I did forumdisplay_complete and it works fine

.
What if I wanted multiple forums instead of just 49. Would I write it like this?
Code:
if ($foruminfo[forumid] == "49,50") { /* code of the plugin */ }
Because I dont think its working like that.