PDA

View Full Version : Online Users Wont Display


madshark
04-11-2011, 07:41 PM
My Currently online users doesnt seem to be displaying. It just reads :

Currently Active Users

There are currently 2 users online. 2 members and 0 guests

Most users ever online was 21, 5th March 2011 at 07:30.

I have enabled the Who's online options. And no hide online status is set either. What else could be the issue? Any ideas ? my forumhome reads : The code in the forumhome template is as follows. This cropped upped after the 4.1.3 update if Im not mistaken.

<!-- what's going on box -->
<div id="wgo" class="collapse wgo_block block">
<h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
<div class="blockbody formcontrols floatcontainer">
{vb:raw template_hook.forumhome_wgo_pos1}
<vb:if condition="$show['loggedinusers']">
<!-- logged-in users -->
<div id="wgo_onlineusers" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
<div>
<p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
<p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
<vb:if condition="$activeusers">
<ol class="commalist" id="wgo_onlineusers_list">
<vb:each from="activeusers" value="loggedin">
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
</vb:each>
</ol>
</vb:if>
</div>
</div>
<!-- end logged-in users -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos2}

Appreciate any help thank you.

edit : I just noticed that In FORUMDISPLAY {vb:raw activeusers} works and the new code

<vb:each from="activeusers" value="loggedin">
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
</vb:each>

Does not. However if I try {vb:raw activeusers} in FORUMHOME it displays my usergroups.

Halal Muscle
04-12-2011, 10:26 PM
I'm having the same problem. any help please?

DesiMix
04-12-2011, 10:27 PM
Same happening here, please rpely.

madshark
04-13-2011, 05:22 AM
I opened a support ticket as I was getting no replies. They gave me the usual instructions to re-upload and revert to default style.

I've narrowed it down to a plugin thats causing the issue. Can everyone else who is having this issue list out the mods they are using so I can pin point which one it is?

Thanks

Found the buggy plugin : Usergroup Color Bar 2.0.0 Remove it and all should work fine.

Also any plugin that used the old activeusers code will give you an issue. So your culprits would include and username markup plugins or who's online now mods.

Cheers.

Boofo
04-13-2011, 06:21 AM
That mod has been updated as well as this one:

https://vborg.vbsupport.ru/showthread.php?t=259806

madshark
04-13-2011, 09:14 AM
Sorry Boofo I was rather flustered going through a dozen plugins trying to find the culprit didn't even bother to check if it was updated. My bad. And thanks for the heads up.

Halal Muscle
04-13-2011, 02:07 PM
yea, its working now. all i had to do is disable my old color bar product. i also installed the link above, and it's still working.

thank everyone.

Nocturnal222
05-31-2011, 10:06 AM
hi, i disabled all plugins - reverted forum home..still there its not fixed... can you help me?

-maldita