Version: 1.4, by Lynne
Developer Last Online: Oct 2022
Category: vBulletin CMS Widgets -
Version: 4.1.8
Rating:
Released: 12-17-2009
Last Update: 11-26-2011
Installs: 686
Uses Plugins Template Edits
Re-useable Code Translations
No support by the author.
This is a widget for your CMS pages to show the Current Users Online.
You will need to Create a new Template (vbcms_widget_execphp_activeusers), Cache the template, Create a new Widget (Users Online), Configure the Widget, and then finally add the Widget to your Layout (I am not including instructions for that, you should know how to add Widgets to Layouts).
1.0 2009-12-17: initial release by Lynne at vbulletin.org (pre 4.0)
1.- 2010-01-07 - French translation included thanks to albibak (version 1.0)
1.1 2010-05-30: Added in Most users ever online.
1.2 2010-10-22: Fixed template to use new classes and widget code to use new online users query/method. (4.0.8)
1.3 2011-11-17: Fixed template and widget code for use in 4.1.8.
1.4 2011-11-27: Quick fix in template to show link to online.php page. (4.1.8)
Installation instructions for 4.1.8 and pre-4.1.8 are included in the 1.4 download. Please make sure you use the correct Installation Instructions as both the widget code and the template code are different depending on the version you are running. Read them carefully!!!
Most likely you didn't do the steps correctly. Reread and redo them and then see if you still have the same problem. It does work on my 4.0.8 test forum, so I know it should work for you unless you installed it incorrectly or you have another mod that is somehow making it not work.
Worked fine before I did the upgrade, tried a reinstall of the widget last night and no joy. In both cases I followed the instructions provided.
Not being funny, but getting a bit peeved with all the suggestions that things breaking due to 4.0.8 is somehow user related, when its just code that should never have been released in the first place. But i digress. If there is a fix that I've simply missed please feel free to point me in the right direction.
Not being funny, but getting a bit peeved with all the suggestions that things breaking due to 4.0.8 is somehow user related, when its just code that should never have been released in the first place. But i digress. If there is a fix that I've simply missed please feel free to point me in the right direction.
If you did an upgrade and you had this template in the MASTER STYLE, then it's going to be gone because the upgrade will replace your MASTER STYLE. Did you check to make sure the template was still there for your style?
There is a condition around the contents of the template:
HTML Code:
<vb:if condition="$show['loggedinusers']">
the main content
</vb:if>
Just remove the condition and see if that fixes the issue. Otherwise, I don't know what to tell you because I have never been able to replicate this issue on any of my default vbulletin boards so there isn't anything I can do if I can't replicate it.
Thanks, that fixed my issue of it disappearing since I updated to your latest version. :up:
Yep, sorry I don't know where my head was at ..
Now getting back to the other question, I don't have vBulletin CMS, is this option available only for those with vbulletin publisher suite? If so, how could i use this in my vbulletin classic forum?