Author
Message
Please Register and Login to this forum to stop seeing this advertsing.
Post subject :
Posted :
Back to top
Danaldinho
Post subject : Would this be possible
Posted : Sun Aug 12, 2007 7:52 pm
Joined: 13 Mar 2007 Posts: 55 Points: 325
Nick would this be possible to do this like at the bottom of a forum:
Or wouldnt it be possible
Thanks _________________
www.manutdfansforum.com
Forum for all Manchester United Fans
Back to top
admin(Nick_NR)
Post subject :
Posted : Sun Aug 12, 2007 7:54 pm
Site Admin Joined: 27 Dec 2006 Posts: 207 Points: 1000000 Location: England
post your code for top posters and newest members and I'll knock something up.
Back to top
Danaldinho
Post subject :
Posted : Sun Aug 12, 2007 8:32 pm
Joined: 13 Mar 2007 Posts: 55 Points: 325
Nick Your Great, You Do Know That Dont You
Top Posters Code:
Newest Members Code:
Also In That Other Box, I Was Going To Add Something Like This Into It:
Spoiler:
Our users have posted a total of 23364 articles
Our users have posted a total of 2186 threads
Most users ever online was 93 on 11 Aug 2007 09:07 am
We have 487 registered users
The newest registered user is Lyssandra
_________________
www.manutdfansforum.com
Forum for all Manchester United Fans
Back to top
editor
Post subject :
Posted : Mon Aug 13, 2007 3:41 pm
Site Admin Joined: 27 Dec 2006 Posts: 5 Points: 0 Location: England
Give this a try:
Code: <table width="100%" border="0" cellpadding="3">
<tr>
<td colspan="3"><span class="cattitle">Forum Statistics</span></td>
</tr>
<tr>
<td><font color="FFFFFF">Top Posters</font></td>
<td><font color="FFFFFF">Newest Members</font></td>
<td> </td>
</tr>
<tr>
<td>
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center">
<!-- BEGIN topposters -->
<tr>
<td class="row2"><span class="topictitle"><a href="{topposters.U_PROFILE}" class="topictitle">{topposters.NAME}</a></span></td>
<td class="row2"><span class="topictitle">{topposters.POSTS}</a></span></td>
</tr>
<!-- END topposters -->
</table>
</td>
<td>
<form method="post" action="{S_LATESTMEMBERLIST_MODE_ACTION}">
<table width="160%" cellpadding="3" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<th class="thTop" nowrap="nowrap">Username</th>
<th class="thTop" nowrap="nowrap">Posts</th>
</tr>
<!-- BEGIN latestmemberlist -->
<tr>
<td class="{latestmemberlist.ROW_CLASS}" align="center"><span class="gen"><a href="{latestmemberlist.U_VIEWPROFILE}" class="gen">{latestmemberlist.USERNAME}</a></span></td>
<td class="{latestmemberlist.ROW_CLASS}" align="center" valign="middle"><span class="gen">{latestmemberlist.POSTS}</span></td>
</tr>
<!-- END latestmemberlist -->
</table>
</form>
</td>
<td>
<span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_TOPICS}<br />{TOTAL_USERS_ONLINE}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
</table>
If it isn't right leave it up and let me know what isn't working right and I'll have a fiddle
Back to top
Danaldinho
Post subject :
Posted : Mon Aug 13, 2007 5:37 pm
Joined: 13 Mar 2007 Posts: 55 Points: 325
Nick i put that code on my forum and its at the bottom on www.manuforum.co.uk
But i would like it to be like on that screenshot, so its a main header saying for statistics and it looks a bit uneven too with the tables
Thanks _________________
www.manutdfansforum.com
Forum for all Manchester United Fans
Back to top
editor
Post subject :
Posted : Tue Aug 14, 2007 3:04 pm
Site Admin Joined: 27 Dec 2006 Posts: 5 Points: 0 Location: England
You'll have to tweak the topposters to show a similar th part like the new members, leave the forumline class's on each component so you only have to place a tiny bit of new styling into your css.
Css style:
Code: .statsextra {border-right: 1px solid #990000; border-left: 1px solid #990000; border-top: 1px solid #990000; border-bottom: 0px solid #990000;}
Code: <table width="100%" border="0" cellpadding="3" align="center" cellspacing="0">
<tr>
<td colspan="3" class="statsextra"><span class="cattitle">Forum Statistics</span></td>
</tr>
<tr>
<td><span class="cattitle"><font color="FFFFFF">Top Posters</font></span></td>
<td><span class="cattitle"><font color="FFFFFF">Newest Members</font></span></td>
<td><span class="cattitle"><font color="FFFFFF">Forum Stats</font></span></td>
</tr>
<tr>
<td width="25%" valign="top">
{MYFF.TOPPOSTERS}
</td>
<td width="25%" valign="top">
{MYFF.NEWESTMEMBER} (change title to the component, then remove this part in brackets)
</td>
<td width="50%" valign="top">
<table width="100%" border="0" cellpadding="3" align="center" cellspacing="0" class="forumline">
<tr>
<th><span class="cattitle"><font color="FFFFFF">Forum Statistics</font></span></th>
</tr>
<tr>
<td><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_TOPICS}<br />{TOTAL_USERS_ONLINE}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span></td>
</tr>
</table>
</td>
</tr>
</table>
Back to top
Danaldinho
Post subject :
Posted : Tue Aug 14, 2007 3:57 pm
Joined: 13 Mar 2007 Posts: 55 Points: 325
Nick, alot better, this is what it looks like now:
But would it be possible for it to look more along the lines of:
If its not dont worry and sorry for this
Thanks again _________________
www.manutdfansforum.com
Forum for all Manchester United Fans
Back to top
Danaldinho
Post subject :
Posted : Mon Aug 20, 2007 11:48 pm
Joined: 13 Mar 2007 Posts: 55 Points: 325
Is this possible to even do Nick _________________
www.manutdfansforum.com
Forum for all Manchester United Fans
Back to top
admin(Nick_NR)
Post subject :
Posted : Wed Aug 22, 2007 4:59 pm
Site Admin Joined: 27 Dec 2006 Posts: 207 Points: 1000000 Location: England
yup, tis indeed, but may be better hanging on until I tidy up the tables side images for the headers.
Back to top
Danaldinho
Post subject :
Posted : Wed Aug 22, 2007 8:09 pm
Joined: 13 Mar 2007 Posts: 55 Points: 325
Ok thanks Nick, take your time _________________
www.manutdfansforum.com
Forum for all Manchester United Fans
Back to top
Danaldinho
Post subject :
Posted : Mon Oct 08, 2007 4:05 pm
Joined: 13 Mar 2007 Posts: 55 Points: 325
Any more news on this Nick _________________
www.manutdfansforum.com
Forum for all Manchester United Fans
Back to top
admin(Nick_NR)
Post subject :
Posted : Mon Oct 08, 2007 4:52 pm
Site Admin Joined: 27 Dec 2006 Posts: 207 Points: 1000000 Location: England
tbh, it's something I'd have to do live on a forum, as newest members isn't something I'm using on here and tbh I have one or two things more than I should on here anyways, the last thing I want is another.
Back to top