MyBB Community Forums

Full Version: How to make a groups username move.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Regular Expression: \[scroll\](.*?)\[/scroll\]

Replacement: <marquee>$1</marquee>

Group user name: <marquee>{username}</marquee>

Use [scroll] is the MyCode to do it in a post!
Well I know I taught you this but...
[scroll] is the MyCode
but you use HTML for the userimage
(2011-02-03, 02:11 AM)Wes the Bes Wrote: [ -> ]Well I know I taught you this but...
[scroll] is the MyCode
but you use HTML for the userimage

Yeah I forgot to add that.

But I decided to post this since I didnt see you post it.
Bump.
<marquee> isn't a supported HTML element anymore. Use Jquery.
http://remysharp.com/demo/marquee.html