The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Solve Problem Showing Array In Online Users
Hi ,
If you use the 4.1.2 version of vbulletin you may face to this problem . You see array instead of online users username. To solve it : You can revert FORUMHOME template . Go to admincp --> Style and templates --> Search templates --> type FORUMHOME and search it . Click on forumhome name and choose revert from sidebar . You can replace this code in forumhome : Code:
<vb:if condition="$activeusers"> <ol class="commalist" id="wgo_onlineusers_list"> {vb:raw activeusers} </ol> </vb:if> 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> Good Luck. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|