![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 (permalink) |
| VIP Team | It's a modification available at http://fmods.com. |
![]() Please do not PM me for support. | |
| | |
| | #3 (permalink) | |
| Elite Forumer ![]() | Quote:
Why is there a choice in the AdminCP (Users and group -> Manage User groups): Can view online/offline state? Board shows member status (online/offline) in topic view. if it is not default? Why do we have to install a modifications to get it now? | |
| | |
| | #5 (permalink) |
| The Final Threshold ![]() | I believe that Forumer has temporarily disabled this due to the recent hack. |
![]() Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit. There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain. | |
| | |
| | #7 (permalink) |
| Active Forumer ![]() | Go to ACP->HTML Tempaltes->Manage HTML->TOPIC View Section->Footer... add this code to bottom: Code: <script language="javascript" type="text/javascript">
<!-- Online Status Indicator for Forumer - by Markup
onlineStatus = "<p style='color:red;font-weight:bold'><img src='http://tuoitretld.9.forumer.com/html/emoticons/tuoitretld/useronline.gif' alt='Online'> Online</p>"
offlineStatus = "<p style='color:grey;font-weight:bold'><img src='http://tuoitretld.9.forumer.com/html/emoticons/tuoitretld/useroffline.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 = document.frames["index"].document.getElementsByTagName("div")
for(var i = 0; i < div.length; i++)
if(div[i].className == "thin")
break
var a = div[i].getElementsByTagName("A")
var names = new Array(a.length)
for(i = 0; i < a.length; i++)
names[i] = a[i].innerHTML.replace(/<[^>]+>/g, "")
updateStatus(names)
}
function updateStatus(names)
{
var td = document.getElementsByTagName("td")
for(i = 0; i < td.length; i++)
if((td[i].className == "post1" || td[i].className == "post2") && td[i].cellIndex == 0 && !td[i].innerHTML.match("Unregistered"))
{
var found = false
var postDetails = td[i].getElementsByTagName("span")[0]
for(j = 0; j < names.length; j++)
if(td[i - 2].innerHTML.replace(/<[^>]+>/g, "") == names[j])
{
postDetails.innerHTML += onlineStatus
found = true
}
if(!found)
postDetails.innerHTML += offlineStatus
}
}
// -->
</script>
|
![]() Cash is not all. We still have golds, silvers, credit cards, bank notes, securities... | |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can view online/offline state? | spikaer45 | IPB General Support | 1 | 06-29-2007 09:08 PM |
| How to get back link to view members who's online | gucci | IPB General Support | 4 | 04-23-2007 12:16 PM |
| "Members Online Today" Modification topic cant acces | MysticSoul | IPB General Support | 3 | 01-13-2007 11:32 AM |
| online/offline icons. | adam1302 | IPB General Support | 3 | 06-13-2006 06:13 AM |
| (topic Offline) Help? | shane | General Chat Area | 0 | 08-27-2004 07:50 PM |