Pages: 1
You are viewing a post by blurrycloud. View all 14 posts in Since we have the multiply section... I decided to make a thread for my tutorial.. Cbox on multiply.... So other members can see my tutorial easily.. =) My first tutorial for multiply user Cr.
My first tutorial for multiply user
Credits: I got this idea from changing the header title of the common boxes in friendster by Sir Feruzz.
Title: Chatbox on Multiply badgrin badgrin
Note: It will Replace your photogallery/ guestbook/ welcome header, etc by [b]CBOX[/b] :wink:
..................................................................................
I check the sourcecode and this is what i found
Default Id of boxes:
[b]mainbox_1[/b] = welcome box
[b]mainbox_2[/b] = photos
mainbox_3 = journal
[b]mainbox_4[/b] = guessbook
mainbox_5 = video
mainbox_6 = reviews
mainbox_7 = contacts
[b]mainbox_8[/b] = music
mainbox_9 = links
mainbox_10 = groups
mainbox_11 = calendar
:idea: you will notice the 4 main boxes are in bold font... you can choose either of the 3 id's for your CBOX
:idea: if you will move your other boxes... the id of each one will also change
Step 1: Create a cbox
Q:where the heck will i get my cbox?
A:go to
www.cbox.ws
Ex:
Look for the bold part for example only: http://[b]www3[/b].cbox.ws/box/?boxid=[b]2718116[/b]&boxtag=[b]6276[/b]
Step2:Final Code
Save this code to your js file for your multiply not friendster!! hehe
[quote]var h;
h=document.getElementById("IDOFBOXHERE");
h.innerHTML="<iframe frameborder='0' width='90%' height='150' src='http://www.cbox.ws/box/?boxid=BOXIDHERE&boxtag=BOXTAGHERE&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' style='border:#787878 1px solid;' id='cboxmain'></iframe><br>"+
"<iframe frameborder='0' width='90%' height='75' src='http://www.cbox.ws/box/?boxid=BOXIDHERE&boxtag=BOXTAGHERE&sec=form' marginheight='2' marginwidth='2' scrolling='no' allowtransparency='yes' name='cboxform' style='border:#787878 1px solid;border-top:0px' id='cboxform'></iframe>";[/quote]
Example of finish code:
Code:
[quote]var h;
h=document.getElementById("mainbox_2");
h.innerHTML="<iframe frameborder='0' width='90%' height='150' src='http://[b]www[/b].cbox.ws/box/?boxid=2718116&boxtag=6276&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' style='border:#787878 1px solid;' id='cboxmain'></iframe><br>"+
"<iframe frameborder='0' width='90%' height='75' src='http://[b]www[/b].cbox.ws/box/?boxid=2718116&boxtag=6276&sec=form' marginheight='2' marginwidth='2' scrolling='no' allowtransparency='yes' name='cboxform' style='border:#787878 1px solid;border-top:0px' id='cboxform'></iframe>";[/quote]
Step3: Use the linker code posted by Xavier and your done
[url]http://theftalk.com/t19109-Anti-Poser-Cbox-Multiply-%28Mainbar%29-%28UPDATED%29.html[/url]
Last edited by blurrycloud (2008-05-17 02:05:11)