Skip to content
WJunction - Webmaster Forum

Currently Active Users Not Showing

Status
Not open for further replies.
Currently Active Users (Who is online user not showing in stats) :(

[SLIDE]http://lulzimg.com/i21/071d46.png[/SLIDE]

I DO setting correct
[SLIDE]http://lulzimg.com/i21/1ce36f.png[/SLIDE]

But User Not Showing:(

Plz Suggest me What to do:(
 

10 comments

I too have same problem. I think you have upgraded vB and the theme is for older version. Just check in default template, it ll be working fine.
 
vBulletin Options - Forum Home Page Options - Display Logged in Users - Select "Yes". If it's already enabled, go to Styles & Templates - Your style - FORUMHOME - Click on "View Default Version", compare it with yours and see what's missing.
 
maybe the code is missing from your forumhome template i think.

go to forumhome template and find

Code:
<p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>

after that add

Code:
<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>
 
Status
Not open for further replies.

About the author

Mr.WT
Banned · Joined
2,640
Messages
284
Reactions
83
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom