Quote:
Originally Posted by derekivey
Ok, heres the fix:
OPEN: FORUMHOME
FIND:
PHP Code:
<marquee direction="$vboptions[toplist_forumhome_marquee_direction]" width="100%" scrollamount="$vboptions[toplist_forumhome_marquee_scrollamount]">$toplist_images</marquee>
REPLACE WITH:
PHP Code:
<marquee direction="$vboptions[toplist_forumhome_marquee_direction]" width="100%" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=$vboptions[toplist_forumhome_marquee_scrollamount]">$toplist_images</marquee>
Let me know if you have any problems.
|
I am not seeing the marquee on my forum home and the code is not there either.