friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

  • Multiply
  •  » Cbox on Multiply (Mainbar)

#1  2008-01-07 22:06:35

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Cbox on Multiply (Mainbar)

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 

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 CBOX  :wink:

..................................................................................
I check the sourcecode and this is what i found
Default Id of boxes:
mainbox_1 = welcome box
mainbox_2 = photos
mainbox_3 = journal
mainbox_4 = guessbook
mainbox_5 = video
mainbox_6 = reviews
mainbox_7 = contacts
mainbox_8 = 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  :arrow: www.cbox.ws
Ex:
Look for the bold part for example only: http://www3.cbox.ws/box/?boxid=2718116&boxtag=6276

Step2:Final Code
Save this code to your js file for your multiply not friendster!! hehe

   

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>";

Example of finish code:
Code:

var h;
h=document.getElementById("mainbox_2");
h.innerHTML="<iframe frameborder='0' width='90%' height='150' src='http://www.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://www.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>";

Step3: Use the linker code posted by Xavier and your done  :thumbsup: :thumbsup:

:idea:  You can also use this code above if you want to put a playlist (MP3, IMEEM, LOADFUSION) in your profile.. Goodluck Guys Happy Tweaking

FAQ:
    Q:Why can't i use other boxes...
    A:I've already tried other boxes, but it seems only the page owner can view the chatbox if we use other box id...
    Q: Do you have the codes for the addbox?
    A:I don't have, I only called this tweaked as replace box with chatbox
    Q: Why doesn't work on mine?
    A: It's working on my page if you view the preview... you can check the source code if you want..  or another reason why it doesn't work on your page because you use this code to hide the advertisement:

    /* Hide Advertisements */
    iframe { visibility:hidden!important }
    idea all the iframe will be hidden even the cbox because we are using iframe with that...

or perhaps you want to use the anti poser cbox
here's the link: :arrow: http://friendstertalk.com/t19109-Anti-P…ED%29.html

Last edited by blurrycloud (2008-05-17 06:05:11)


Back to my default status: School mode

#2  2008-01-07 22:17:56

regiehiozn
» FriendsterWhiz
regiehiozn's display avatar
friendship :]
Location: your place
Registered: 2007-08-27
Posts: 3033
Reputation: 76
Friendster

Re: Cbox on Multiply (Mainbar)

oohh. thanks.. :D maybe all the tweaks in FS we can do in multiply

Last edited by regiehiozn (2008-01-07 22:18:24)

#3  2008-01-07 22:25:01

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Cbox on Multiply (Mainbar)

multiply is complicated but it is possible... because of the cwazy tweakers around ftalk.. lols.. hehe


Back to my default status: School mode

#4  2008-01-08 17:51:20

karuro72002
» Promoter
karuro72002's display avatar
Class-S
Registered: 2007-05-02
Posts: 4026
Reputation: 104

Re: Cbox on Multiply (Mainbar)

http://friendstertalk.com/t18979-CBOX-M…ar%29.html

this thread is similar to this thread!
please, look around!


physical is the Illusion
one of my Fave Line

#5  2008-01-08 18:07:16

xavierkym
» Retired Moderator
The Sinister
Class-S
Location: London, England
Registered: 2007-06-10
Posts: 5370
Reputation: 128
Friendster

Re: Cbox on Multiply (Mainbar)

Nope! This one is a bit different. :lol: This is on the mainbar and mine is on the sidebar. ;)


#6  2008-01-08 22:19:31

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Cbox on Multiply (Mainbar)

karuro72002 wrote:

http://friendstertalk.com/t18979-CBOX-M…ar%29.html

this thread is similar to this thread!
please, look around!

Lols.. it's a bit different u know... but thanks to xavey ...   =)


Back to my default status: School mode

#7  2008-01-09 07:19:33

sahabat.peterpan
» SuperFriendster
sahabat.peterpan's display avatar
Rockstars
Registered: 2007-10-31
Posts: 8431
Reputation: 58

Re: Cbox on Multiply (Mainbar)

Nice, Thanks 4 sharing  =)  :thumbsup:


#8  2008-01-09 08:29:41

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Cbox on Multiply (Mainbar)

^ Anything that can help this section bro....   your welcome


Back to my default status: School mode

#9  2008-01-09 09:01:24

karuro72002
» Promoter
karuro72002's display avatar
Class-S
Registered: 2007-05-02
Posts: 4026
Reputation: 104

Re: Cbox on Multiply (Mainbar)

ah...ahehehe...cool ha?! i thought its the same!


physical is the Illusion
one of my Fave Line

#10  2008-01-31 12:56:59

pulasara
» FriendsterGeek
pulasara's display avatar
Atas-bawah Kiri-kanan ok!
Class X
Registered: 2007-07-24
Posts: 1113
Reputation: 3
Friendster

Re: Cbox on Multiply (Mainbar)

great :thumbsup:  :thumbsup:


My Total earnings from Google Adsense,Thanks For Google =) :thumbsup:

#11  2008-04-02 16:12:09

rodilene38
» FriendsterNewbie
Registered: 2008-04-02
Posts: 2
Last visit: 2008-06-09
Reputation: ~

Re: Cbox on Multiply (Mainbar)

ei.. uhmmm i viewed ur profile on multiply.. i saw ur profile viewer.. cn u help me how to do it?
ehee or maybe have u already posted a tutorial regarding the profile viewer?=|

#12  2008-04-03 05:20:44

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Cbox on Multiply (Mainbar)

http://friendstertalk.com/t19143-Cbox-M…ED%29.html

@rodilene38.. here do the 2nd tutorial with the addbox function .,... thanks


Back to my default status: School mode

#13  2008-04-05 16:28:01

ThE_FamouS_LasT_WorD
» FriendsterAddict
ThE_FamouS_LasT_WorD's display avatar
AKATSUKI MEMBER
Naruto Fanz-ShinobiElite
Location: Grass Village
Registered: 2007-08-23
Posts: 575
Last visit: 2008-11-13
Reputation: 3
Friendster

Re: Cbox on Multiply (Mainbar)

wow thanks for sharing sir




AKATSUKI

#14  2008-10-25 13:09:51

keiyt
» FriendsterNewbie
keiyt's display avatar
LOVE is the MOVEMENT.
Location: Philippines
Registered: 2008-10-25
Posts: 40
Last visit: 2008-11-01
Reputation: 1
Friendster

Re: Cbox on Multiply (Mainbar)

i don't get it :(


..stopp hatiin' start lubbin'..
  • Multiply
  •  » Cbox on Multiply (Mainbar)

Search Friendstertalk

Moderated by Ephemeral, blurrycloud, dale

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2008 PunBB

[ 22 queries - 0.929 second ]

Pay Per Click Ads by pay per click advertising by Kontera

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)