Pages: 1234567..7

:arrow: DELETED

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

Re: :arrow: DELETED

[quote=feruzz][quote=xavierkym]be the first to comment... its really working.. :o whew! :lol: what a nice script from a genius guy... :D combination of side and main ah.. =D hmhm... two thumbsup up for you bro.. :thumbsup: :thumbsup: [b]feedback:[/b] i cant make it appear below the groups though.. but still a great script..[/quote] this script is an alternative way from sidebar script instead it appear below the groups...but it still can be like the sidebar script just replace to this... [quote]function addMainSideBox(header,cont,id,target) { var tb = document.getElementById(target).parentNode; var divid="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+header+"</h2>"+ "<div id='content_"+id+"'>"+ "<div class='boxcontent'>"+ cont+ "</div>"+ "</div>"+ "</div>"; var obj = document.createElement("li"); obj.innerHTML=divid; tb.parentNode.[b]appendChild[/b](obj); }[/quote] [b]note:[/b] the box only appear below the groups & media box[/quote] wow feruzz.. tnx for the update.. ur da best dude.. :wow:
ff7ff8ff9
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: :arrow: DELETED

[quote=animechin18]is this a js file or css? should we paste it in media box or reviews?[/quote] this is a js file... anyweiz.... feruzz i think ur smart as aristotle ^_^ thanks for sharing.,.,. its very useful ^_^ =) :thumbsup:
lei9182
» FTalker
FTalk Level: zero
192
0
1969-12-31

Re: :arrow: DELETED

you are really genius feruzz... thanks for sharing this trick... it works in my profile... keep it up...
djshadow
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: :arrow: DELETED

hey dude! want a simple straight to the point answer here.. How to transfer your media box in the sibebar? :| Tnx! in advance Great job! :thumbsup:
djshadow
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: :arrow: DELETED

feruzz - - nice avatar dude! :thumbsup: also a ill nino fan here...
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: :arrow: DELETED

^ avoid double posting bro.. =)
shouyan
» n00b
FTalk Level: zero
17
0
1969-12-31

Re: :arrow: DELETED

if ( ! attachOnLoadHandler(function () { loadBox();})) window.onload = function () { loadBox();}; function loadBox() { var getObj="<div id='music' align='center'>"+ "<object width='300' height='290'>"+ "<param name="movie" value="http://media.imeem.com/pl/nMGSKuhNp4/aus=false/"></param>"+ "<param name="wmode" value="transparent"></param>"+ "<embed src="http://media.imeem.com/pl/nMGSKuhNp4/aus=false/" type="application/x-shockwave-flash" width="300" height="290" wmode="transparent"></embed></object></div>"; addMainSideBox("My Music",getObj,"obj","moreabout_1_5"); } function addMainSideBox(header,cont,id,target) { var tb = document.getElementById(target).parentNode; var divid="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+header+"</h2>"+ "<div id='content_"+id+"'>"+ "<div class='boxcontent'>"+ cont+ "</div>"+ "</div>"+ "</div>"; var obj = document.createElement("li"); obj.innerHTML=divid; tb.parentNode.insertBefore(obj,tb); } this is my code..but i cant make it work..help? im new on this srry..
reneanthony
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: :arrow: DELETED

ah...... i forgot... tnx 4 the code.... =) =) =) :thumbsup:

Last edited by reneanthony (2007-08-06 03:10:31)

mrbad
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: :arrow: DELETED

wohooo feruz.. code that ive been lookin for.. thanx dude.. u the man.. :thumbsup: :thumbsup: :thumbsup:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: :arrow: DELETED

first post updated
animechin18
» n00b
FTalk Level: zero
17
0
1969-12-31

Re: :arrow: DELETED

thanks for sharing this code! and also for helping me! you're a genius!!! thanks a lot again!!! =)
zephyr14
» FTalker
FTalk Level: zero
247
0
1969-12-31

Re: :arrow: DELETED

i'll try this one... =) will this work even if i already put my cbox at my sidebar?? :paranoid: or i'll remove the code for that?? [b]@xavierkym[/b] hhmmm.. nice!!! =) from [b]GEEK[/b] to [b]MODERATOR!!![/b] :o am proud of you man!!! :D :D :D :D :D :D :D

Last edited by zephyr14 (2007-08-07 23:46:10)

feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: :arrow: DELETED

^ sure why not
bluemango
» n00b
FTalk Level: zero
45
0
1969-12-31

Re: :arrow: DELETED

what if i wanted a video below my FRIENDS and an mp3 below my GROUPS? :(
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: :arrow: DELETED

[quote=bluemango]what if i wanted a video below my FRIENDS and an mp3 below my GROUPS? :([/quote] [quote]if ( ! attachOnLoadHandler(function () { loadBox();})) window.onload = function () { loadBox();}; function loadBox() { var video="[b]YOUR VIDEO CODE HERE[/b]"; addMainSideBox("[b]YOUR TITLE[/b]",video,"video","[b]friends_2_2[/b]"); var mp3="[b]YOUR MP3 CODE HERE[/b]"; addMainSideBox("[b]YOUR TITLE[/b]",mp3,"mp3","[b]groups_2_5[/b]"); } function addMainSideBox(header,cont,id,target) { var tb = document.getElementById(target).parentNode; var divid="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+header+"</h2>"+ "<div id='content_"+id+"'>"+ cont+ "</div>"+ "</div>"; var obj = document.createElement("li"); obj.innerHTML=divid; tb.appendChild(obj); }[/quote]
silverdusk07
» n00b
FTalk Level: zero
9
0
1969-12-31

Re: :arrow: DELETED

<">umm..is there something wrong with my code? anyone, help :(
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: :arrow: DELETED

^ replace all double quote ( [b]"[/b] ) to single quote ( [b]'[/b] ) or put backslash [b]\"[/b] in your code here I will show you where to replace it with the bold one [quote]"<div align='center' id='cboxdiv'>"+ "<iframe frameborder=[b]"[/b]0[b]"[/b] width=[b]"[/b]160[b]"[/b] height=[b]"[/b]159[b]"[/b] src=[b]"[/b]http://www4.cbox.ws/box/?boxid=3299494&boxtag=3442&sec=main[b]"[/b] marginheight=[b]"[/b]2[b]"[/b] marginwidth=[b]"[/b]2[b]"[/b] scrolling=[b]"[/b]auto[b]"[/b] allowtransparency=[b]"[/b]yes[b]"[/b] name=[b]"[/b]cboxmain[b]"[/b] style=[b]"[/b]border:#FFFFFF 1px solid;[b]"[/b] id=[b]"[/b]cboxmain[b]"[/b]></iframe><br/>"+ "<iframe frameborder=[b]"[/b]0[b]"[/b] width=[b]"[/b]160[b]"[/b] height=[b]"[/b]235[b]"[/b] src=[b]"[/b]http://www4.cbox.ws/box/?boxid=3299494&boxtag=3442&sec=form[b]"[/b] marginheight=[b]"[/b]2[b]"[/b] marginwidth=[b]"[/b]2[b]"[/b] scrolling=[b]"[/b]no[b]"[/b] allowtransparency=[b]"[/b]yes[b]"[/b] name=[b]"[/b]cboxform[b]"[/b] style=[b]"[/b]border:#FFFFFF 1px solid;border-top:0px[b]"[/b] id=[b]"[/b]cboxform[b]"[/b]></iframe>"+ "</div>";[/quote]

Last edited by feruzz (2007-08-08 02:32:32)

mdirwan
» FTalkAddict
FTalk Level: zero
367
0
1969-12-31

Re: :arrow: DELETED

feruzz can i have the arranging main box link plz.. =)
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: :arrow: DELETED

what do you mean arranging main box link :paranoid: :question:
ka1z3r
» n00b
FTalk Level: zero
29
0
1969-12-31

Re: :arrow: DELETED

Q?> wat's diz? mainbox or sidebar?? or maybe combination... and it appears bet. media and groups? it's confusing??

Pages: 1234567..7

Board footer

© 2024 F Talk

Current time is 02:51

[ 14 queries - 0.023 second ]
Privacy Policy