Forum Hosting  

Go Back   Forum Hosting > Community Forums [No support] > General Chat Area

General Chat Area Talk about everything not related to Forumer or Support. NO ADVERTISING!


Reply
 
LinkBack Thread Tools Display Modes
Old 12-08-2004, 02:56 AM   #1 (permalink)
Senior Forumer
 
Tiger's Avatar
 
Join Date: Oct 2004

Location: United Kingdom
Posts: 837
Rep Power: 4 Tiger is on a distinguished road
fTrader: (0)
fBuck$: 1,881
Bank: 0
Total fBuck$: 1,881

My Forumer
My Country:
Default

This is taken from another source is there any possible way it can be stuck in the html templates to work with forumer.
It's a code that gives you a flashing pm link when you get a new message.
They say it goes board wrappers then under Board Header, where would it go for us?


<script>//New PM Flasher - By Markup
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>
Tiger is offline   Reply With Quote
Old 12-08-2004, 03:04 AM   #2 (permalink)
Banned User
 
Jacko's Avatar
 
Join Date: Oct 2004

Posts: 4,932
Rep Power: 0 Jacko is on a distinguished road
fTrader: (7)
fBuck$: 7,160
Bank: 7
Total fBuck$: 7,167

My Forumer
My Country:
Default

If I'm not mistaken, if it's mean to go under Board Wrappers > Board Header, then you could try putting it under Global HTML > Board Header. Not 100% sure, it might just work though, give it a go.
Jacko is offline   Reply With Quote
Old 12-08-2004, 03:07 AM   #3 (permalink)
Senior Forumer
 
Tiger's Avatar
 
Join Date: Oct 2004

Location: United Kingdom
Posts: 837
Rep Power: 4 Tiger is on a distinguished road
fTrader: (0)
fBuck$: 1,881
Bank: 0
Total fBuck$: 1,881

My Forumer
My Country:
Default

Well they say it goes under the <Board header> tag? I've tried sticking it where you said at the bottom but it didn't work?
Tiger is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump