PDA

View Full Version : Help! Just updated to 4.1.2


shempsall2009
03-23-2011, 10:47 AM
Hi there,

I've just updated to 4.1.2 and the Users online section has gone. :eek: I've looked in the template and think it might have something to do with this.


<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>


Please help

Lynne
03-23-2011, 03:58 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

If so, try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

shempsall2009
03-23-2011, 07:01 PM
Hi there,

I've tried disabling the Mods and creating a New Style like stated and still nothing.

Just this :


There are currently 62 users online. 22 members and 37 guests, with 3 spiders
Most users ever online was 155, 15-02-11 at 13:30.
Total members that have registered on the forum in the last 24 hours: 7

The most registrations over 24 hours was 238, 19-06-10 at 21:39.

Lynne
03-23-2011, 09:06 PM
You have a modification in there since the line about the Total Members is not a default thing, nor is the most registrations.

shempsall2009
03-23-2011, 09:46 PM
Got it working. Please Close this Thread.

Thanks