FAQ  •  Search  •  Profile  •  Log in to check your private messages  •  Log in
 Sugestion View next topic
View previous topic
Post new topicReply to topic
Author Message
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 3:34 am Reply with quoteBack to top

know how the messages are like (1) new message will i made a html code to make it flash...... well if u wanna use it to "spurse" up da site here ya go....

well you might have to mod it a lil to work with the messages it will work but it will blink red (1)Inbox
like this is how it is for my site...

Image

<script>// PM Flasher -by shaodwskin
userLinks=document.getElementById('userlinks');
if(userLinks.innerHTML.match("Inbox"))
{
newMsg=false;
a=userLinks.getElementsByTagName("A");
for(i=0;i<a.length;i++)if(a[i].innerHTML.match(/Inbox\s\([0-9]+\)/)&&a[i].innerHTML.match(/[0-9]+/)>0)newMsg=i;
if(newMsg)
{
inbox=a[newMsg];
inbox.style.fontWeight="Bold";
inbox.style.color="red";
flash();
}
}
function flash()
{
if(inbox.style.visibility=="hidden")inbox.style.visibility="visible";
else inbox.style.visibility="hidden";
setTimeout("flash()",500)
}
</script>





want any more html codes just ask
View user's profileSend private messageMSN Messenger
Ness
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 45
Location: USA - Arizona

PostPosted: Wed May 26, 2004 4:55 pm Reply with quoteBack to top

The PM thing says "You have no private messages" when well, you don't have any provate messages. But I do agree, it's kind of un-noticable if you did get a private message.
View user's profileSend private message
[FUNK]
Team XLink Administrator
Team XLink Administrator


Joined: 21 May 2004
Posts: 3354

PostPosted: Wed May 26, 2004 5:12 pm Reply with quoteBack to top

In your profile you can set it so a pop up message appears when you have a PM. I use it and it works well.

_________________
Funk!
View user's profileSend private message
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 8:44 pm Reply with quoteBack to top

Ness wrote:
The PM thing says "You have no private messages" when well, you don't have any provate messages. But I do agree, it's kind of un-noticable if you did get a private message.


yea that is y i made this
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 8:52 pm Reply with quoteBack to top

online/offline legend



<script>//Online/Offline Legend-by shadowskin
dir="http://webpost.net/ma/markup/"
home=location.href.lastIndexOf("/")>26?location.href.substr(0,location.href.lastIndexOf("/")):location.href
names=[]
if(top.location==location)
document.write("<IFRAME id=index name=index src="+home+" width=0 height=0 border=0 frameBorder=0></IFRAME>")
else
{
div=document.body.getElementsByTagName("DIV")
for(i=0;i<div.length;i++)
if(div[i].className=="thin")
break
a=div[i].getElementsByTagName("A")
for(i=0;i<a.length;i++)
names[i]=a[i].innerHTML.replace(/<[^>]+>/g,"")
parent.updateStatus()
}
function updateStatus()
{
td=document.body.getElementsByTagName("TD")
for(i=0;i<td.length;i++)
if((td[i].className=="post1"||td[i].className=="post2")&&td[i].innerHTML.match("Posts: ")&&td[i].width!="100%")
{
found=false
sPost=td[i].getElementsByTagName("SPAN")[0]
names=parent.frames['index'].names
for(a=0;a<names.length;a++)
if(td[i-2].innerHTML.replace(/<[^>]+>/g,"")==names[a])
{
sPost.innerHTML+="<P align=center><IMG SRC="+dir+"online.gif"+"></P>"
found=true
}
if(!found)
sPost.innerHTML+="<P align=center><IMG SRC="+dir+"offline.gif"+"></P>"
}
}
</script>
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 8:54 pm Reply with quoteBack to top

here is a preview


Image

Image

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!

Last edited by shadowskin on Wed May 26, 2004 9:03 pm; edited 1 time in total
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 9:00 pm Reply with quoteBack to top

???

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!
View user's profileSend private messageMSN Messenger
GoatNinja
Kai Regular
Kai Regular


Joined: 21 May 2004
Posts: 119
Location: Canada

PostPosted: Wed May 26, 2004 9:51 pm Reply with quoteBack to top

Sweet shadowskin, you should make one for kai now!
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 10:17 pm Reply with quoteBack to top

GoatNinja wrote:
Sweet shadowskin, you should make one for kai now!


make what for kai...? and i they would never let me in to kia's codeing to ever look at it......or add stuff like the stuff above for the forum

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 10:19 pm Reply with quoteBack to top

wait........ i can try... but there would be not point i would be wasting my time..... they would never use it and i dono what to add to it

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!

Last edited by shadowskin on Wed May 26, 2004 10:29 pm; edited 1 time in total
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 10:26 pm Reply with quoteBack to top

if i did i would have to learn c++ and i am only 14 so i would have to wait till next school yea to make c++ such as a find user(s) add on to kai...

R‹|$…ÿu ¾@ (some of kia's codeing opened with notepad)

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!
View user's profileSend private messageMSN Messenger
GoatNinja
Kai Regular
Kai Regular


Joined: 21 May 2004
Posts: 119
Location: Canada

PostPosted: Wed May 26, 2004 10:26 pm Reply with quoteBack to top

you mean i can add the one you made above... how?
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 10:27 pm Reply with quoteBack to top

GoatNinja wrote:
you mean i can add the one you made above... how?



well you can't use either one the admin (dfucked) would have to add it

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 10:28 pm Reply with quoteBack to top

i think he sould add the online/offline but u can only tell in the forums not pm

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 10:29 pm Reply with quoteBack to top

thats prob my best forum one so far

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!
View user's profileSend private messageMSN Messenger
dfunked
Team XLink Administrator
Team XLink Administrator


Joined: 25 Apr 2004
Posts: 7005
Location: Australia - VIC

PostPosted: Wed May 26, 2004 11:37 pm Reply with quoteBack to top

Quote:
well you can't use either one the admin (dfucked) would have to add it


I hope that was an innocent mistake?

One thing, could you please work out what you're going to say, before writing about 20 million one-liner posts one after the other.

As for your PM suggestion, you're looking at invision power board in your code. Seeing as we all take time away from our lives to do all this for free, could you please show some PATIENCE. I'll see what I can do, but I'm not going to make it flash, merely come up in another colour.
View user's profileSend private message
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 11:41 pm Reply with quoteBack to top

dfunked wrote:
Quote:
well you can't use either one the admin (dfucked) would have to add it


I hope that was an innocent mistake?

One thing, could you please work out what you're going to say, before writing about 20 million one-liner posts one after the other.

As for your PM suggestion, you're looking at invision power board in your code. Seeing as we all take time away from our lives to do all this for free, could you please show some PATIENCE. I'll see what I can do, but I'm not going to make it flash, merely come up in another colour.



sorry and yea ut was susposed to be dfunked sorry.. ok just sugestions but they are still html codes and if u can mod them right you can get them to work with any site, all basied on html

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!
View user's profileSend private messageMSN Messenger
shadowskin
Kai Beginner
Kai Beginner


Joined: 21 May 2004
Posts: 26
Location: USA - Pennsylvania

PostPosted: Wed May 26, 2004 11:44 pm Reply with quoteBack to top

but i do think you should use the online/offline

_________________
dfunked thinks i am a newb at comps
www.fierce-wars.com

http://www.fierce-wars.com/jump.swf
http://www.fierce-wars.com/minigames/games/asteroids.php
i made those and tell me if i am a newb dfunked can you do that? I think not!
View user's profileSend private messageMSN Messenger
Display posts from previous:      
Post new topicReply to topic


 Jump to:   



View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group :: Theme by Daz :: All times are GMT