I have installed new theme. But when members are logged on it does not show in footer. And show just a word " Aray " what to do?
well, that appears to be vBulletin @op, its always better to provide more details. for eg. you need to give the name of new theme, its link, your forum link, its script And it will be also helpful if you have a tester account to check !!
To fix this issue quickly just find the following code in FORUMHOME template Find {vb:raw activeusers} PHP: Replace <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> PHP: