• ARCHIVES 
  • » /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

Pages: 123456..6

/[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

/[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

/[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/quote] More About [quote]6[/quote] Fans Box [quote]7[/quote] Groups [quote]8[/quote] Media Box [quote]10[/quote] Reviews [quote]12[/quote] Blogs [quote]13[/quote] Ads [quote]14[/quote] How You Are Connected [quote]15[/quote] Testimonials And Comments [quote]18[/quote] [hr] Add Content On ID Without Removing Old Content: Control Panel [quote]content_0[/quote] Photo Gallery [quote]content_1[/quote] Friends [quote]content_2[/quote] More About [quote]content_6[/quote] Fans Box [quote]content_7[/quote] Groups [quote]content_8[/quote] Media Box [quote]content_10[/quote] Reviews [quote]content_12[/quote] Blogs [quote]content_13[/quote] Ads [quote]content_14[/quote] How You Are Connected [quote]content_15[/quote] Testimonials And Comments [quote]content_18[/quote] Special Areas (Advanced Users): Control Panel Buttons [quote]controlPanelButtons[/quote] Footer [quote]footer_container[/quote] Navigation [quote]navigation[/quote] Main Navigation [quote]mainnav[/quote] Sub Navigation [quote]subnav[/quote] Navigation Language [quote]navLang[/quote] Logo [quote]logo[/quote] There are many ID's in Friendster, Try to experiment to find the suitable ID.[/b] Add content_ on the are if you want the box inside another box [b]Example:[/b] [b]Inside The Photo Box With Old Content Not Removed[/b] [quote]content_1[/quote] [b]Default Code:[/b] [quote]var about; try {about = document.createElement("div");} catch (e){about = document.createElement("<div>");} about.innerHTML = "<div class='commonbox'style='margin-botton:15px'>[color=violet]CONTENT HERE[/color]</div>"; document.getElementById("[color=yellow]Area[/color]").parentNode.appendChild(about);[/quote] [b]Add Box:[/b] [quote]var about; try {about = document.createElement("div");} catch (e){about = document.createElement("<div>");} about.innerHTML ="<div class='commonbox'style='margin-botton:15px'>[color=violet]CONTENT HERE[/color]</div>"; document.getElementById("[color=yellow]1[/color]").parentNode.appendChild(about);[/quote] [b]Add Content:[/b] [quote]var about; try {about = document.createElement("div");} catch (e){about = document.createElement("<div>");} about.innerHTML ="<div class='commonbox'style='margin-botton:15px'>[color=violet]CONTENT HERE[/color]</div>"; document.getElementById("[color=yellow]content_1[/color]").parentNode.appendChild(about);[/quote] The width of the box is fixed so no need to tamper with width or height except if you're gonna add overflow command for big images or flash Apply flash or any HTML Tags through the innerHTML by turning all the[b] "[/b] in embed, orbject or HTML tags into a [b]'[/b] Change the var and the functions if you now how also the ID like 18 , 2 etc... if you want the box somewhere else. Use the ideas below: Apply links this way on the [color=violet]CONTENT HERE[/color] without removing the " marks [b]Apply URL or Hot Links This Way.[/b] [quote]<a href='http://www.yahoo.com'target='blank'>Yahoo</a>[/quote] [b]Apply Image This Way[/b] [quote]<img src='http://theftalk.com/img/smilies/exclaim.gif'alt='Description of image'>[/quote] [b]Apply Link Images This Way[/b] [quote]<a href='http://www.yahoo.com'target='blank'><img src='http://theftalk.com/img/smilies/exclaim.gif'alt='Description of image'></a>[/quote] Apply this in your JS file and apply in reviews by doing this [url=http://theftalk.com/t2044-save-.js%28JavaScript%29-extension-customize-your-profile..htmll]Method[/url] Just post here if there's any questions. Preview: :arrow: http://www.friendster.com/azt3r4k1zt4h Check below the comments box. [b]Note:[/b] May connect boxes if not applied properly. =) Works on I.E. and Firefox :D Check http://www.w3schools.com for references. [b]Advantage:[/b] Doubled Boxes? No more! Loads Fasts, Loads with all of your scripts. Short Script... To add another box just change the [b]function[/b]. Script is already appointed to the .commonbox class of your C.S.S. making it a free hassle code like the addbox funtion, but I used [b]div class[/b] tag. Bandwidth Friendly. Can be used as a base script. [b] Disadvantages:[/b] May not work on all div ID's, still finding that particular one though... [hr] Add another box? Example this is your default code... [quote]var [b]about[/b]; try {[b]about[/b] = document.createElement("div");} catch (e){[b]about[/b] = document.createElement("<div>");} [b]about[/b].innerHTML = "<div class='commonbox'style='margin-botton:15px'>[color=violet]CONTENT HERE[/color]</div>"; document.getElementById("[color=yellow]Area[/color]").parentNode.appendChild([b]about[/b]);[/quote] On the code you will see the word [b]about[/b] is on bold text. Change the bold text to your own function... [b]Example:[/b] [quote]var [b]ephe[/b]; try {[b]ephe[/b] = document.createElement("div");} catch (e){[b]ephe[/b] = document.createElement("<div>");} [b]ephe[/b].innerHTML = "<div class='commonbox'style='margin-botton:15px'>[color=violet]CONTENT HERE[/color]</div>"; document.getElementById("[color=yellow]Area[/color]").parentNode.appendChild([b]ephe[/b]);[/quote] The code above you may notice the word [b]about[/b] was changed to [b]ephe[/b]. What I did was I change the function. Just use the guide above as guide to know how to add more boxes. Just change the [color=yellow]Area[/color] ok?

Last edited by Ephemeral (2009-03-11 12:55:08)

xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

let me be te first to comment.. weee.. im using this.. tnx 4 sharing bro.. a simpler script.. :lol:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

hahah!! Ephe!! :D I tried this addon just this morning... as a message board too.. just above my comments table... and you were right!! it looks good both on Firefox and IE!! cool heheh!! :eh: :thumbsup: Thanx 4 Sharing!! =)

Last edited by Refresh/Reload (2007-07-10 23:34:54)

marib
» n00b
FTalk Level: zero
26
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

hi! I succeeded in adding a main box with a slide widget so I tried to add another one. I used the same codes except that I changed the content and the area to be used. why is it two boxes appeared all with the same content ( ex. two boxes with slide widgets) the additional box wont show up?? these are the codes I used: <">and this one is for the additional box: <">

Last edited by Ephemeral (2007-07-11 00:30:25)

Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

@ marib... i think that's marfillaster's code.. [url]http://theftalk.com/viewtopic.php?id=4174&p=1[/url] anyways... boss ephe surely can answer that too. btw... have u tried changing the other box var as [b]var boxes2[/b] and the boxes1 here to boxes2: addMainBox ("T_H_O_U G_ H_T_S",[b]boxes2[/b],"codes","blogs_1_3"); on your 2nd box? maybe it may change somehow... =) hope this one helps....

Last edited by Refresh/Reload (2007-07-11 00:14:52)

ezil2007
» FTalkGeek
FTalk Level: zero
1426
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

[quote=Refresh/Reload]@ marib... i think that's marfillaster's code.. [url]http://theftalk.com/viewtopic.php?id=4174&p=1[/url] anyways... boss ephe surely can answer that too. btw... have u tried changing the other box var as [b]var boxes2[/b] and the boxes1 here to boxes2: addMainBox ("T_H_O_U G_ H_T_S",[b]boxes2[/b],"codes","blogs_1_3"); on your 2nd box? maybe it may change somehow... =) hope this one helps....[/quote] @topic woah nice nice thanks ephe again ~_~ @reload (off-topic) your signature reflects me entirely .. thanks for adding that nobody is quite good :wallbash:

Last edited by ezil2007 (2007-07-11 00:21:23)

marib
» n00b
FTalk Level: zero
26
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

hi reload. i changed it to vars boxes2 and boxes 2..and now there are two boxes with the slide widgets :rolleyes: hmmm, i wonder what should be done
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

[quote=marib]hi reload. i changed it to vars boxes2 and boxes 2..and now there are two boxes with the slide widgets :rolleyes: hmmm, i wonder what should be done[/quote] how about changing the ("controlpanel_1_1") ?? :D heheh.. nevermind... :lol: its just a guess... hope somebody can answer it correctly... coz mine is in the sidebar so it has a diff id location.. =D
marib
» n00b
FTalk Level: zero
26
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

will try that too! but changed it to what??? forgive me...but as u can see, i really dunno much aboutt hese things ( i'm a dinosaur kasi :D ) i just learn from you guys.
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

@marib check the 1st post, as you see I posted clealyr in what's need to change like are content etc... =)
marib
» n00b
FTalk Level: zero
26
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

glad to hear from you ephe:) for the content, i used the widget code for the first box, then a quotation for the second box. as for the rest, honestly, i dunno what to put :retard: can u enlighten me please
andry
» FTalkAddict
FTalk Level: zero
514
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

you thee bestttt !! ephe :lol: :D :thumbsup:
ka1z3r
» n00b
FTalk Level: zero
29
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

question...?? how can i put d friend randomizer using diz one??? need feedback pls...
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

You can't :crybaby: but you can put your personaly selected friends here =)
mdirwan
» FTalkAddict
FTalk Level: zero
367
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

actually this is most easy thing your can learn even if u a newbie.. good Ephe.. [b]4 stars for this topic + 1[/b]
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

hahah!! This is fun!! Bravo Ephe!! Thanx really for this code!! :D I made two of them in my profile now... one for a flash slide thingy below my photo gallery and one as a message board above my comments table!! see my profile to see what this code can do!! Thanx Ephs!! :thumbsup: =) see preview: [url]http://www.friendster.com/errorgod[/url]
marib
» n00b
FTalk Level: zero
26
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

hi there. i added a box just right above the blogs box. how do i put a scrollbar?? or have the content move upwards?? i found codes for scrollbars for comments etc and moving contents. problem is i dunno what's the iD of the box i added :/

Last edited by marib (2007-07-13 03:34:48)

bhea_jean
» FTalkManiac
FTalk Level: zero
725
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

nice... :D
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

[quote=marib]hi there. i added a box just right above the blogs box. how do i put a scrollbar?? or have the content move upwards?? i found codes for scrollbars for comments etc and moving contents. problem is i dunno what's the iD of the box i added :/[/quote] Add marquee codes to make content move and fix the div style and add height and overflow: auto; I suggest to try on how to put them for general knowledge =)
bhea_jean
» FTalkManiac
FTalk Level: zero
725
0
1969-12-31

Re: /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

kua ephe.. in ur code..the [b]CONTENT HIR[/b] thingy how can i put pictures?
  • ARCHIVES 
  • » /[b]![/b]\"TO BE APPLIED AT JS EXTENSION"/[b]![/b]\ Choose [color=yellow]Area[/color] below: [b]Add Box ID:[/b] [b]Control Panel [quote]0[/quote] Photo Gallery [quote]1[/quote] Friends [quote]2[/qu

Pages: 123456..6

Board footer

© 2024 F Talk

Current time is 14:33

[ 11 queries - 0.046 second ]
Privacy Policy