Quote:
Originally Posted by roscoe36
It would be nicer if you could just select which forums this applies to rather than affecting all new forums by default.
|
Well, in product, change:
Code:
and (!in_array($this->thread['forumid'], array($recentforums)))
with:
Code:
and (in_array($this->thread['forumid'], array($recentforums)))
And the hack only works in selected forums (I suppose, I don?t test it

)
Regards