it is becoz we're using the same image as friendster. But this way is better becoz you can skip applying for a fan profile and the waiting for approval, also you get to choose your own caption and the option to change the caption as often you change your shoutout msgs. People with real fan profiles will get confused
[b]OooHoHoHo! OooHoHoHo! OooHoHoHo![/b]
Last edited by shakiro214 (2008-02-11 01:06:05)
[img]http://img181.imageshack.us/img181/1183/laineho1.jpg[/img]
the code must come after your [b]hello laine[/b] box. the id on that box is [b]spawnpic[/b]. It must also be on an onload handler, so maybe if you moved it down into your messenger function which comes after your spawnpic code and also executes upon loading of the window:
<">
take note of the change [b]var hb = document.getElementById('[color=green]spawnpic[/color]');[/b]
if that doesn't work find another onload handler further down in your js, then cut and paste it to try again
the code must come after your [b]hello laine[/b] box. the id on that box is [b]spawnpic[/b]. It must also be on an onload handler, so maybe if you moved it down into your messenger function which comes after your spawnpic code and also executes upon loading of the window:
<">
take note of the change [b]var hb = document.getElementById('[color=green]spawnpic[/color]');[/b]
if that doesn't work find another onload handler further down in your js, then cut and paste it to try again[/quote]
I tried that and it didnt work, lemme try what you said and maybe it will work hopefuly hehehe
[img]http://www.forumsextreme.com/imgs1/sSig_thankyou.gif[/img] Shakiro [img]http://www.forumsextreme.com/imgs1/sSig_youtheman.gif[/img]
it's just a matter of whether the boxes are inserted above or below and what order they are inserted.
maybe you should also try keeping the original code from before
[quote]var hb = document.getElementById('2');[/quote]
& changing the box call for [b]spawnpic[/b]
from this:
[quote]SPAWNPIC.box("Hello "+name,this.photo,"spawnpic",/friends/i,"above");[/quote]
into this:
[quote]SPAWNPIC.box("Hello "+name,this.photo,"spawnpic",/fanboy/i,"below");[/quote]
check your spawnpic codes...
it's just a matter of whether the boxes are inserted above or below and what order they are inserted.
maybe you should also try keeping the original code from before
[quote]var hb = document.getElementById('2');[/quote]
& changing the box call for [b]spawnpic[/b]
from this:
[quote]SPAWNPIC.box("Hello "+name,this.photo,"spawnpic",/friends/i,"above");[/quote]
into this:
[quote]SPAWNPIC.box("Hello "+name,this.photo,"spawnpic",/fanboy/i,"below");[/quote]
check your spawnpic codes...[/quote]
I did a while ago just that the main nav are gone,even the banner and some sidebars
So i put it back for the meantime. Like I said im gonna try what youve said before this post
And if wont work ill try what you just posted right now again
Im busy with my damn work
Ill let you know once i made it working or If I can make it work
Last edited by angelalaine (2008-02-11 22:38:00)
I hope you can get it to move on top
if all else fails, I've got 1 more idea w/c I think may be simpler
In your CSS, make your meetrail box visible. then replace this part of my code:
[quote]var hb = document.getElementById('2');
var jbx = document.createElement("li");
jbx.innerHTML=fanboy;
hb.parentNode.insertBefore(jbx,hb);[/quote]
with this:
[quote]document.getElementById('15').innerHTML=fanboy;[/quote]
[b]15[/b] is the id for the meettrail box right?
In real fan profiles, the meetrail box is supposed to be replaced with a fan profile image/badge anyways
I think that's my last idea
gambatte!
First-off - don't double or triple post. Each post has an edit function to change or delete your message.
Secondly - I think you need to learn how to use javascript
Go here for a step-by-step tutorial
[url]http://theftalk.com/t17623-Javascript-Linker-Resource..html[/url]
but when you get to the part about option 1 or option 2, disregard option 2.
Third - try a bunch of the other neat tricks & tutorials here at ftalk, then you will eventually come to learn what an onload handler is
Last edited by shakiro214 (2008-02-15 16:06:44)
I am so dumb sometimes
it doesn't need onload handler, so if you want, try taking it out and placing it somewhere more appropritate in your js