|
Post by Streamstrider on Oct 15, 2011 23:15:47 GMT -8
The following is Wrighty's highlight UBBC code. What I would like to do if have it add this icon to the top row of the UBBC icons. Code here.<script type="text/Javascript"> //Highlight UBBC! //DO NOT REPOST ANYWHERE OR CLAIM AS YOUR OWN! //By Wrighty </script> Same thing with the following code except with this image. Code here.<script type="text/javascript"> <!-- /* directional marquee */ var moveReg = /\[move=(.+?)\](.+?)\[\/move\]/gi; if(location.href.match(/action=(display|gotopost|(pm)?(calendar)?view|(user)?recent|search2)/)) { var td = document.getElementsByTagName('td'); for(i=0; i<td.length; i++) { if(td.item(i).colSpan == '3' && td.item(i).innerHTML.match(moveReg)) { td.item(i).innerHTML = td.item(i).innerHTML.replace(/<!-- google_ad_section_(start|end) -->/gi,'').replace(moveReg,'<marquee direction="$1">$2</marquee>'); } } } //--> </script>
|
|
|
Post by Wormopolis on Oct 16, 2011 8:24:05 GMT -8
Wrighty's codes can only be modified by him.
as for the second one, I already have a upgraded move tag code that comes with a button (you can change the image however). it should be in my database.
|
|
|
Post by Streamstrider on Oct 16, 2011 17:15:30 GMT -8
Do you know of a place where I can find Wrighty? Is he on PBS? And I'll be looking for the second one in the database after class. XD
|
|
|
Post by Wormopolis on Oct 16, 2011 18:25:39 GMT -8
wrighty is on PBS. he uses the name "michael" now. if you search for a code by him, he will be the author.
he also occasionally checks the support boards for posts about his codes, so posting there, and putting his name in the title, should garner his attention
|
|
|
Post by Streamstrider on Oct 17, 2011 4:09:16 GMT -8
The Support forum doesn't seem to list the code? I found this one, but not Wrighty's.
EDIT: Also, I can't find the marquee code in the database here. XD Maybe I'm looking for the wrong words?
|
|
|
Post by Wormopolis on Oct 17, 2011 19:24:03 GMT -8
|
|
|
Post by Streamstrider on Oct 17, 2011 20:34:56 GMT -8
That's why I didn't find it. XD Thanks. Haha.
|
|
|
Post by Wormopolis on Oct 18, 2011 0:41:08 GMT -8
[newmove:h(100)Bd(up)][newmove:B]its a wonderful code![/newmove][/newmove]
[newmove:p]and pause on mouseover...[/newmove]
|
|
|
Post by Streamstrider on Oct 18, 2011 16:27:12 GMT -8
Holy snickerdoodles. . . . . I nearly jumped out of my seat when I saw that!
|
|
|
Post by Silly Test Account on Oct 18, 2011 20:41:36 GMT -8
I guess I never went back and made it work with Chrome...
|
|
|
Post by Silly Test Account on Oct 18, 2011 20:44:12 GMT -8
|
|
|
Post by Silly Test Account on Oct 18, 2011 20:46:14 GMT -8
ah.. just "alternate" doesnt work in chrome... how weird.
|
|
|
Post by Streamstrider on Oct 19, 2011 17:17:16 GMT -8
Wow. You can do multiple newmove tags? XD
|
|
|
Post by Wormopolis on Oct 19, 2011 18:58:14 GMT -8
yep. they can be nested to do strange things like the bouncing ball text I have above. at one point I had letters bouncing at different speeds up and down while alternating back and forth.
its one of my better codes. Im suprised not many people like it.
|
|
|
Post by Streamstrider on Oct 19, 2011 20:53:29 GMT -8
I think it's awesome! I just need to get that stinkin' UBBC button to work!
|
|