Post by tunescool on Jun 8, 2013 2:57:51 GMT -8
Themes - Layout Templates - Home
Put this in place of the lines that are there
Change the Title, any text, padding to your forums style
You have to change the URLs in the top link row to your forums url
This is the CSS for the Links in the Top Link Row
Top Posters View Staff Back To Top
Put this at the bottom of
/* Info Centers */
In your Stylesheet
Change the CSS to your forums style
Remember to change the urls to your forum
Change the link text or add your own links
Put this in place of the lines that are there
Change the Title, any text, padding to your forums style
You have to change the URLs in the top link row to your forums url
<div class="title-bar"><h2><i>Forum Information And Statistics</i></h2></div>
<div class="content">
<table>
<tbody>
<tr>
<td style="height: 20px;" colspan="2"><span id="infocenter-links">
<a href="http://yoursite.com/members?dir=desc&sort=posts">Top Posters</a>
<a href="http://yoursite.com/members?dir=asc&sort=name&view=staff">View Staff</a>
<a href="#" onclick="scroll(0, 0); return false;">Back To Top</a></span>
</td>
</tr>
<tr>
<td style="vertical-align:top;">
<table>
<tr>
<td class="info">
<table>
<tbody>
{if $[last_updated_thread]}<tr><td style="padding-left:10px;"><b>Last Updated -</b> $[last_updated_thread.recent_link]<br/>By $[last_updated_thread.last_post.created_by_user] ($[last_updated_thread.last_post.date])</td></tr>{/if}
</tbody>
</table>
</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td class="info">
<table>
<tbody>
<tr><td style="padding-left:10px;"><b>Total Threads - $[total_threads] Total Posts - $[total_posts] Total Members - <a href="/members">$[total_members]</a></b></td></tr>
<tr><td style="padding-left:10px;"><b>Newest Member - $[newest_user]</b><br/>
<b>Most Users Online - $[most_users_online] <span class="medium">($[most_users_online_date])</span></b></td></tr>
<tr><td style="padding-left:10px;"></td></tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class="last">
<td colspan="2">
<table>
<tr>
<td class="info last">
<table>
<tbody>
<tr><th style="padding-left:10px;"><b><u>Users Online</u></b></th></tr>
<tr><td style="padding-left:10px;">There Are $[total_online] Users Online Now</td></tr>
<tr><td style="padding-left:10px;"><b>$[total_staff_online] Staff, $[total_members_online] Member{if $[total_members_online] != 1}s{/if}, $[total_guests_online] Guest{if $[total_guests_online] != 1}s{/if}</b></td></tr>
<tr><td style="padding-left:10px; padding-top:1px;">
{foreach $[online_user]}
$[online_user]{if $[online_user.invisible]} <span class="small">(invisible)</span>{/if}$[online_user.comma]
{/foreach}
{if $[total_online_not_shown]}
, and <a class="$[view_active_members_link.class]" href="$[view_active_members_link.href]">$[total_online_not_shown] more...</a>
{/if}
</td></tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class="last">
<td colspan="2">
<table>
<tr>
<td class="info last">
<table>
<tbody>
<tr><th style="padding-left:10px;"><u>Users Online In The Last 24 Hours</u></th></tr>
<tr><td style="padding-left:10px;">There Were $[total_online_24] Users Online In The Last 24 Hours</td></tr>
<tr><td style="padding-left:10px; padding-top:1px;"><b>$[total_staff_online_24] Staff, <a class="$[view_active_members_link_24.class]" href="$[view_todays_active_members_link.href]">$[total_members_online_24] Member{if $[total_members_online_24] != 1}s{/if}</a>, $[total_guests_online_24] Guest{if $[total_guests_online_24] != 1}s{/if}</b></td></tr>
<tr><td style="padding-left:10px; padding-top:1px;">
{foreach $[online_user_24]}
$[online_user_24]{if $[online_user_24.invisible]} <span class="small">(invisible)</span>{/if}$[online_user_24.comma]
{/foreach}
{if $[total_online_not_shown_24]}
, and <a class="$[view_active_members_link_24.class]" href="$[view_todays_active_members_link.href]">$[total_online_not_shown_24] more...</a>
{/if}
This is the CSS for the Links in the Top Link Row
Top Posters View Staff Back To Top
Put this at the bottom of
/* Info Centers */
In your Stylesheet
Change the CSS to your forums style
Remember to change the urls to your forum
Change the link text or add your own links
#infocenter-links { float: right; }
#infocenter-links a { padding-right: 10px; }
#infocenter-links a { font-size: 10px; }