>>
Site Map
>>
Forums
>>
Post Installation Help [nCo Mod]
Forum module - topics in forum:
Post Installation Help [nCo Mod] - Problems after the installation ask here.
Forum Vanishes!
Yes it's me again... everything was working out fine and then I added a new user from the admin panel and (I'm not sure if this was coincidence) when I click on the Forums module the blank page loads and says 'done'. The catch is.... this only happens with Firefox... when I use IE it works just fine. Any help would be greatly appreciated

Your problem would appear to be your affiliates block.
In your blocks folder find blocks-affiliates.php
In the block find:
| Code: : |
| $content = "<A name= \"scrollingCode\"></A><MARQUEE behavior= \"scroll\" align= \"center\" direction= \"up\" scrollamount= \"2\" scrolldelay= \"20\" onmouseover='this.stop()' onmouseout='this.start()'><center> <STYLE=\"text-decoration: none\"><font color=\"#666666\"><b>Affiliates</b><br><br><a href=\"$link1\"><img src=\"$pic1\"border=\"\"></a><br><br><a href=\"$link2\"><img src=\"$pic2\"border=\"\"></a><br><br><a href=\"$link3\"><img src=\"$pic3\"border=\"\"></a></center>"; |
and change it to:
| Code: : |
| $content = "<A name= \"scrollingCode\"></A><MARQUEE behavior= \"scroll\" align= \"center\" direction= \"up\" scrollamount= \"2\" scrolldelay= \"20\" onmouseover='this.stop()' onmouseout='this.start()'><center> <STYLE=\"text-decoration: none\"><font color=\"#666666\"><b>Affiliates</b><br><br><a href=\"$link1\"><img src=\"$pic1\"border=\"\"></a><br><br><a href=\"$link2\"><img src=\"$pic2\"border=\"\"></a><br><br><a href=\"$link3\"><img src=\"$pic3\"border=\"\"></marquee></a></center>"; |
Thank you so much, it worked like a charm 