Swapping "Currently Active Users" and "Forum Statistics"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zombie Keeper
    Senior Member
    • Jun 2001
    • 133

    Swapping "Currently Active Users" and "Forum Statistics"

    How do I go about doing what the subject line reads?

    I'd like my Forum Statistics to show before my Currently Active Users.
  • cbiweb
    Senior Member
    • Apr 2004
    • 2658
    • 4.1.x

    #2
    In the FORUMHOME template, swap the code I highlighted in red with the green code.

    Code:
    <!-- what's going on box -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>
    <tr>
    <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
    </tr>
    </thead>
    [b][color=red]<if condition="$show['loggedinusers']">[/color][/b][color=red]
    [b]<!-- logged-in users -->[/b]
    [b]<tbody>[/b]
    [b]<tr>[/b]
    [b]<td class="thead" colspan="2">[/b]
    [b]<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>[/b]
    [b]<a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)[/b]
    [b]</td>[/b]
    [b]</tr>[/b]
    [b]</tbody>[/b]
    [b]<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">[/b]
    [b]<tr>[/b]
    [b]<td class="alt2"><a href="online.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>[/b]
    [b]<td class="alt1" width="100%">[/b]
    [b]<div class="smallfont">[/b]
    [b]	<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>[/b]
    [b]	<div>$activeusers</div>[/b]
    [b]</div>[/b]
    [b]</td>[/b]
    [b]</tr>[/b]
    [b]</tbody>[/b]
    [b]<!-- end logged-in users -->[/b]
    [b]</if>[/b][/color][b][/b]
    [b][color=green]<tbody>[/color][/b][color=green]
    [b]<tr>[/b]
    [b]<td class="thead" colspan="2">[/b]
    [b]<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>[/b]
    [b]<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>[/b]
    [b]</td>[/b]
    [b]</tr>[/b]
    [b]</tbody>[/b]
    [b]<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">[/b]
    [b]<tr>[/b]
    [b]<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>[/b]
    [b]<td class="alt1" width="100%">[/b]
    [b]<div class="smallfont">[/b]
    [b]<div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>[/b]
    [b]<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>[/b]
    [b]</div>[/b]
    [b]</td>[/b]
    [b]</tr>[/b]
    [b]</tbody>[/b][/color][b][/b]
    <if condition="$show['birthdays']">
    <!-- today's birthdays -->
    Last edited by cbiweb; Tue 27 Apr '04, 8:01pm.
    ~ Life isn't always fair, but you can be. ~

    Comment

    • Zombie Keeper
      Senior Member
      • Jun 2001
      • 133

      #3
      Beautiful, thanks Brother!

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...