MyBB Community Forums

Full Version: Remove marquee from last posts plug in
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where is the Last Posts plug display ode? I wand to disable the auto scroll and change the title

Thanks!
which plugin exactly you are using ? can you give its link ..
open the plugin file viz., ~/inc/plugins/repost.php with an advanced editor like notepad++
and remove or comment out below code segments (in line 195 & 196)
<marquee onmouseover=\"this.setAttribute(\'scrollamount\',0)\" onmouseout=\"this.setAttribute(\'scrollamount\',1)\" direction=\"up\" scrollamount=\"1\" scrolldelay=\"1\" height=\"120\"> 
</marquee>
save the plugin file

uninstall & reinstall the plugin and check its display
As always thank you.