Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Reply
 
LinkBack Thread Tools Display Modes
Old 11-14-2005, 09:56 PM   #1 (permalink)
Junior Forumer
 
Rogue's Avatar
 
Join Date: Nov 2005

Posts: 70
Rep Power: 3 Rogue is on a distinguished road
fTrader: (0)
fBuck$: 717
Bank: 0
Total fBuck$: 717

My Forumer
My Country:
Question Server 3: How to put an offline/online marker after posters name?

can we put a online or offline marker/light after the poster's name so that we can see if the forumer is online or not?

thanks!
Rogue is offline   Reply With Quote
Old 11-14-2005, 10:09 PM   #2 (permalink)
Senior Forumer
 
krazybyzzle's Avatar
 
Join Date: Oct 2005

Location: in ur head
Posts: 1,075
Rep Power: 4 krazybyzzle is on a distinguished road
fTrader: (2)
fBuck$: 7,121
Bank: 0
Total fBuck$: 7,121

My Forumer
My Country:
Send a message via AIM to krazybyzzle
Default Re: Server 3: How to put an offline/online marker after posters name?

im not sure but i think fmods has it...


Need Graphix, sig's, banners, anything at all..
krazybyzzle is offline   Reply With Quote
Old 11-14-2005, 11:40 PM   #3 (permalink)
Member
 
KikAs420's Avatar
 
Join Date: May 2005

Location: Tennessee
Posts: 12
Rep Power: 0 KikAs420 is on a distinguished road
fTrader: (0)
fBuck$: 199
Bank: 0
Total fBuck$: 199

My Forumer
My Country:
Send a message via ICQ to KikAs420 Send a message via AIM to KikAs420 Send a message via MSN to KikAs420 Send a message via Yahoo to KikAs420
Default Re: Server 3: How to put an offline/online marker after posters name?

Yes,it can be done.you can find the mod at http://www.fmods.com
KikAs420 is offline   Reply With Quote
Old 11-15-2005, 10:32 AM   #4 (permalink)
Learned Forumer
 
Edwin's Avatar
 
Join Date: Sep 2005

Location: Europe/UK/England/
Posts: 7,666
Blog Entries: 4
Rep Power: 11 Edwin has a spectacular aura aboutEdwin has a spectacular aura about
fTrader: (37)
fBuck$: 1,069
Bank: 147,152
Total fBuck$: 148,221

My Forumer
My Country:
Default Re: Server 3: How to put an offline/online marker after posters name?

Note: You have to be registered to access the modification databases

Edwin is offline   Reply With Quote
Old 11-21-2005, 02:08 AM   #5 (permalink)
Junior Forumer
 
Rogue's Avatar
 
Join Date: Nov 2005

Posts: 70
Rep Power: 3 Rogue is on a distinguished road
fTrader: (0)
fBuck$: 717
Bank: 0
Total fBuck$: 717

My Forumer
My Country:
Default Re: Server 3: How to put an offline/online marker after posters name?

thanks!
Rogue is offline   Reply With Quote
Old 11-29-2005, 12:31 AM   #6 (permalink)
Junior Forumer
 
Rogue's Avatar
 
Join Date: Nov 2005

Posts: 70
Rep Power: 3 Rogue is on a distinguished road
fTrader: (0)
fBuck$: 717
Bank: 0
Total fBuck$: 717

My Forumer
My Country:
Default Re: Server 3: How to put an offline/online marker after posters name?

i've already pasted the code below to my topic view footer. but it still doesn't work. can anyone help me? thanks!

Quote:
<script language="javascript" type="text/javascript">
<!-- Online Status Indicator for Forumer - by Markup-->

onlineStatus = "<p style='color:green;font-weight:bold'><img src='http://img86.exs.cx/img86/6840/useronline6oh.gif' alt='Online'> Online</p>"
offlineStatus = "<p style='color:red;font-weight:bold'><img src='http://img91.exs.cx/img91/5369/useroffline9qd.gif' alt='Offline'> Offline</p>"

document.write("<iframe name='index' src='" + location.href.split("?")[0] + "' style='display:none' onload='harvest()'></iframe>")

function harvest()
{
var div = window.frames["index"].document.getElementsByTagName("div")
for(var f = 0; f < div.length; f++)
if(div[f].className == "thin")
break
var a = div[f].getElementsByTagName("A")
var names = new Array(a.length)
for(f = 0; f < a.length; f++)
names[f] = a[f].innerHTML.replace(/<[^>]+>/g, "")
updateStatus(names)
}

function updateStatus(names)
{
var td = document.getElementsByTagName("td")
for(f = 0; f < td.length; f++)
if((td[f].className == "post1" || td[f].className == "post2") && td[f].cellIndex == 0 && !td[f].innerHTML.match("Unregistered"))
{
var found = false
var postDetails = td[f].getElementsByTagName("span")[0]
for(j = 0; j < names.length; j++)
if(td[f - 2].innerHTML.replace(/<[^>]+>/g, "") == names[j])
{
postDetails.innerHTML += onlineStatus
found = true
}
if(!found)
postDetails.innerHTML += offlineStatus
}
}
</script>
Rogue is offline   Reply With Quote
Old 11-29-2005, 10:36 AM   #7 (permalink)
Learned Forumer
 
Edwin's Avatar
 
Join Date: Sep 2005

Location: Europe/UK/England/
Posts: 7,666
Blog Entries: 4
Rep Power: 11 Edwin has a spectacular aura aboutEdwin has a spectacular aura about
fTrader: (37)
fBuck$: 1,069
Bank: 147,152
Total fBuck$: 148,221

My Forumer
My Country:
Default Re: Server 3: How to put an offline/online marker after posters name?

Not here we cant, post in the FMODS support topics

Edwin 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Online/Offline status DanteRisen phpBB2 General Questions 1 09-16-2005 06:09 AM
Online/Offline Indicator Theater1000 IPB General Support 2 07-26-2005 12:33 PM
Online offline Image rehan123 phpBB2 General Questions 4 07-13-2005 12:09 PM
Online or Offline? deltaluva2 IPB General Support 8 06-29-2005 11:24 PM
Online Offline In Profile mclaren IPB General Support 10 11-24-2004 07:15 PM