Status
Not open for further replies.
8 comments
<if condition="$bbuserinfo['userid'] == 0">
<p>GUEST SEE THIS<br />
BLA ALAAA</p>
<else />
<p>Welcome back, $bbuserinfo[username].<br />
<a href="search.php?do=getnew">Click here to view new posts </a>.
</if>

 
<if condition="$bbuserinfo['userid'] == 0">
<p>GUEST SEE THIS<br />
BLA ALAAA</p>
<else />
<p>Welcome back, $bbuserinfo[username].<br />
<a href="search.php?do=getnew">Click here to view new posts </a>.
</if>



Hey,

Thanks for this (will be helpful), I was actually wondering - what is the code I need for these to work:

Discussions: | Messages: | Members: | Online: | Newest : (Welcome!)

As they don't work, like for online I would like how many members are online (not guests - if possible). But I don't know the code.

Regards,

Josh
 
Yeah I know I should be having a custom one made but it isn't happening.

Back on topic, does anyone know what I should do to fix it?

Regards,

Josh

P.S. Discussion is total posts.
 
PHP:
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
            <a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
        </td>
    </tr>
</tbody>
 
Status
Not open for further replies.
Back
Top