PDA


View Full Version : forumdisplay.php and Modules


Itworx4me
10-06-2005, 11:44 PM
Hello,

Has anyone else noticed if you have modules enabled on the forumdisplay.php page that it breaks the moderation functions on the right??? When placing a check mark in the box doesn't hightlight the thread. Also it broke the Selection drop down box to. It won't allow you to select all or unselect any of the options there. Any Ideas???

Thanks,
Itworx4me

Brian
10-07-2005, 02:41 PM
If you'll look in your adv_portal template for this code:
$headinclude

And add this right below it:
<if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script></if>

Then that should take care of the problem.

Itworx4me
10-07-2005, 06:28 PM
Thanks Brian