• ARCHIVES 
  • » [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[b]@feruzz[/b] its working now but im not using your JS EXTENSION only your CSS EXTENSION im using =) this is the JS EXTENSION i used =) <">
xcarlx
» Banned
FTalk Level: zero
83
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

Tnx for shariing:cool: it works
adepat
» FTalker
FTalk Level: zero
266
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

Tnx for sharing sir feruzz. i just want to ask. How can i put the addbox pic above the friends list?
wilycoyote
» n00b
FTalk Level: zero
57
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

i second that... dont know how to place this on top of my friends list... what do we need to do? =(
noxs
» FTalkGeek
FTalk Level: zero
1377
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[b]willy[/b] find dis code in your js......change de bold one...... [quote]} SPAWNPIC.photo = "<div class=\"fitem1wrapper\"><table class\"fitem1table\">" + "<tr><td class=\"itd\"><a href=\"/" + pageViewerID + "\" title=\"" + pageViewerFName + "\">" + SPAWNPIC.info.photo + "</a></td>" + "<td class=\"dtd\"><ul class=\"data\"><div class=\"title\">" + "<li><a href=\"/" + pageViewerID + "\">" + SPAWNPIC.info.name + "</a><br>" + pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") + "<br>" + SPAWNPIC.info.gender + ", " + SPAWNPIC.info.age + ", " + status + "<br>" + "Interested In: " + seek + "<br>" + SPAWNPIC.info.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "<br>" + SPAWNPIC.info.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "</li>" + "</div></ul></td></tr></table></div>"; addBox("Hello " + SPAWNPIC.info.name, SPAWNPIC.photo, "spawnpic", [b]"right"[/b]); } },[/quote] to be like dis..... [quote]SPAWNPIC.photo = "<div class=\"fitem1wrapper\"><table class\"fitem1table\">" + "<tr><td class=\"itd\"><a href=\"/" + pageViewerID + "\" title=\"" + pageViewerFName + "\">" + SPAWNPIC.info.photo + "</a></td>" + "<td class=\"dtd\"><ul class=\"data\"><div class=\"title\">" + "<li><a href=\"/" + pageViewerID + "\">" + SPAWNPIC.info.name + "</a><br>" + pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") + "<br>" + SPAWNPIC.info.gender + ", " + SPAWNPIC.info.age + ", " + status + "<br>" + "Interested In: " + seek + "<br>" + SPAWNPIC.info.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "<br>" + SPAWNPIC.info.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "</li>" + "</div></ul></td></tr></table></div>"; addBox("Hello " + SPAWNPIC.info.name, SPAWNPIC.photo, "spawnpic", [b]/friends/i,"above"[/b]);[/quote]
wilycoyote
» n00b
FTalk Level: zero
57
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[quote=noxs][b]willy[/b] find dis code in your js......change de bold one...... [quote]} SPAWNPIC.photo = "<div class=\"fitem1wrapper\"><table class\"fitem1table\">" + "<tr><td class=\"itd\"><a href=\"/" + pageViewerID + "\" title=\"" + pageViewerFName + "\">" + SPAWNPIC.info.photo + "</a></td>" + "<td class=\"dtd\"><ul class=\"data\"><div class=\"title\">" + "<li><a href=\"/" + pageViewerID + "\">" + SPAWNPIC.info.name + "</a><br>" + pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") + "<br>" + SPAWNPIC.info.gender + ", " + SPAWNPIC.info.age + ", " + status + "<br>" + "Interested In: " + seek + "<br>" + SPAWNPIC.info.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "<br>" + SPAWNPIC.info.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "</li>" + "</div></ul></td></tr></table></div>"; addBox("Hello " + SPAWNPIC.info.name, SPAWNPIC.photo, "spawnpic", [b]"right"[/b]); } },[/quote] to be like dis..... [quote]SPAWNPIC.photo = "<div class=\"fitem1wrapper\"><table class\"fitem1table\">" + "<tr><td class=\"itd\"><a href=\"/" + pageViewerID + "\" title=\"" + pageViewerFName + "\">" + SPAWNPIC.info.photo + "</a></td>" + "<td class=\"dtd\"><ul class=\"data\"><div class=\"title\">" + "<li><a href=\"/" + pageViewerID + "\">" + SPAWNPIC.info.name + "</a><br>" + pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") + "<br>" + SPAWNPIC.info.gender + ", " + SPAWNPIC.info.age + ", " + status + "<br>" + "Interested In: " + seek + "<br>" + SPAWNPIC.info.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "<br>" + SPAWNPIC.info.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "</li>" + "</div></ul></td></tr></table></div>"; addBox("Hello " + SPAWNPIC.info.name, SPAWNPIC.photo, "spawnpic", [b]/friends/i,"above"[/b]);[/quote] [/quote] thanx again noxs.. always here to help us out...:thumbsup: REPS! =)

Last edited by wilycoyote (2008-04-15 21:51:27)

ELNO
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

sir ferruz can u tell me how to apply the addbox function:/ sorry for the newbie question
angieli_kawaii
» FTalkGeek
FTalk Level: zero
1000
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

thx for sharing i'll try this one..
adepat
» FTalker
FTalk Level: zero
266
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

@noxs. i try what you said to willy but it doesnt work. for me. Is their any idea How we can put it above the friends list?
michelle_dedumo
» FTalkAddict
FTalk Level: zero
580
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

waaa it's not working 2 my crossover..!! huhu
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[quote=adepat]Tnx for sharing sir feruzz. i just want to ask. How can i put the addbox pic above the friends list?[/quote] find this line [quote]addBox("Hello " + SPAWNPIC.info.name, SPAWNPIC.photo, "spawnpic", [b]"right"[/b]);[/quote] and replace with this [quote]addBox("Hello " + SPAWNPIC.info.name, SPAWNPIC.photo, "spawnpic", [b]/commonbox[\s]*?friends/i[/b]);[/quote]
raykyo
» FTalkManiac
FTalk Level: zero
731
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

wow nice trick:thumbsup:
==MaRkZter==
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

its not working?...
kawaii93
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

so yah made it shorter?...nice trix anyway!!
leidenice
» FTalkManiac
FTalk Level: zero
680
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

cool... =Dnice trick... thanks for the post!!!
8_paulo_8
» FTalkAddict
FTalk Level: zero
329
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

the viewer's main photo in sidebar is not stable... tsk..tsk..tsk.. =(=(=(=( i tried but my codes stoped working... =(=(=(=(=(

Last edited by 8_paulo_8 (2008-04-16 06:22:34)

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[quote=8_paulo_8]the viewer's main photo in sidebar is not stable... tsk..tsk..tsk.. =(=(=(=( i tried but my codes stoped working... =(=(=(=(=([/quote] yup, theres a bit problem with the VIEWERS MAIN PHOTO AT SIDEBAR of sir FERUZZ... try this VIEWERS MAIN PHOTO AT SIDEBAR this what im using ryt now and it works :D <">save it on your JS EXTENSION files... just used the CSS EXTENSION of sir FERUZZ for VIEWERS MAIN PHOTO AT SIDEBAR....

Last edited by simpleMe (2008-04-16 06:37:01)

ELNO
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

thanks for the new code simpleMe, the VMP side bar is now working. last time the background of the box are all headers, but now its fine thanks to your code.:D
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[quote=ELNO]thanks for the new code simpleMe, the VMP side bar is now working. last time the background of the box are all headers, but now its fine thanks to your code.:D[/quote] no problem =):thumbsup: anytym :D
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[quote=simpleMe]yup, theres a bit problem with the VIEWERS MAIN PHOTO AT SIDEBAR of sir FERUZZ...[/quote] dude, my code doesnt seems have a problem I've validate, test it, & debug my code many times :thumbsup: just read the instruction carefully
  • ARCHIVES 
  • » [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

Board footer

© 2024 F Talk

Current time is 06:52

[ 9 queries - 0.057 second ]
Privacy Policy