^
Check my post in first page on how you use that....
You're using version 3.1.1, why do you want to change it with marfi's old addBox function? It doesn't really make a difference but changing it into that code will enable you to use other js codes since all had been updated to new addbox function like marfi's friend randomizer & all of Feruzz's js codes...
[b]This is the example I posted in first page under number 1 topic:[/b]
[quote]//CBox
var cbox="<div align='center' id='cbox'>"+blah,blah,blah......
[color=red]addBox("RIGHT","My Chat Box",cbox,"CHIKACHIKABOOMBOOM","14");[/color]
[color=blue]addBox("MyChatbox",cbox,"custombox_605",/standalonebox[\s]*?ads/i);[/color]
var mp3="<embed src=\"http://www.mp3profiles.com/players/style1/skinplayer.swf?blah,blah,blah....
[color=red]addBox("right","My MP3",mp3,"muzic","2");[/color]
[color=blue]addBox("My Music",mp3,"custombox_212",/commonbox[\s]*?friends/i);[/color]
[color=red] addBox("RIGHT","PEEPZ VISITED MY PAGE",TRACKER.div.innerHTML,"tracker",null);[/color]
[color=blue]addBox(pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker","right");[/color][/quote]
legend:
=> red color makes use of old addbox function
=> blue color for new addbox function
Last edited by mickyriora (2007-12-05 18:13:48)