Activity Stream
48,167 MEMBERS
62926 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    bgworm.info warez-bg.net

    Default array problem

    In Private Messages the usernames is showing like array how to fix it ?

    mastercho Reviewed by mastercho on . array problem In Private Messages the usernames is showing like array how to fix it ? http://gyazo.com/88fa95480e4ea9186257a9d66058b970.png Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    satiq.net
    read here:

    Php Array Manual

  4.     
    #3
    Member
    Website's:
    bgworm.info warez-bg.net
    if someone have acc in vbulletin can share here from this link http://www.vbulletin.org/forum/showthread.php?t=261016

  5.     
    #4
    Member
    Website's:
    forumflare.com
    Quote Originally Posted by VBIran View Post
    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>
    With this code :
    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>
    If the problem exists yet You must disable Usergroup legend bar ( and/or something like that ) Or Upgrade it to 4.1.2 Version .
    Good Luck.
    10 char? llol

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Each line like different array element
    By QuiGloriam in forum Web Development Area
    Replies: 2
    Last Post: 30th Dec 2011, 04:05 PM
  2. Replies: 0
    Last Post: 15th Sep 2011, 12:50 PM
  3. Array Help
    By Flesh_Into_Gear in forum Web Development Area
    Replies: 0
    Last Post: 15th Mar 2011, 04:43 PM
  4. Small Footer Problem (<div> problem ??)
    By Ashleyuk1984 in forum Technical Help Desk Support
    Replies: 2
    Last Post: 26th Jan 2011, 02:53 PM
  5. is srand() necessary for random array?
    By kohkindachi in forum Technical Help Desk Support
    Replies: 1
    Last Post: 15th Oct 2010, 08:11 AM

Tags for this Thread

BE SOCIAL