Forum Index :: FAQ :: Search :: Memberlist :: Usergroups :: Join! (free) :: Log in
portalogy.myfastforum.org

For all your portal needs



Board Index >> General Support

  Would this be possible
Page 1, 2  Next
 
Post new topic   Reply to topic
Previous topic | Next topic  
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    PostPosted: Sun Aug 12, 2007 7:52 pm  


Send e-mail Visit poster's website MSN Messenger View user's profile

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 Exclamation
Back to top Reply with quote
admin(Nick_NR) Post subject:    PostPosted: Sun Aug 12, 2007 7:54 pm  
Site Admin
Site Admin


Visit poster's website MSN Messenger Yahoo Messenger AIM Address View user's profile

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 Reply with quote
Danaldinho Post subject:    PostPosted: Sun Aug 12, 2007 8:32 pm  


Send e-mail Visit poster's website MSN Messenger View user's profile

Joined: 13 Mar 2007
Posts: 55
Points: 325


Nick Your Great, You Do Know That Dont You Razz Cool Laughing Smile Very Happy Wink

Top Posters Code:

Spoiler:

Code:
<table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline" align="center">
<!--BEGIN switch_topposters_title -->     
   <tr>
    <th class="tableleft" align="left"><div class="left-image"></div></td>
    <th class="tablemiddle" align="center"><font color="FFFFFF">Top Posters</font></td>
    <th class="tableright" align="right"><div class="right-image"></div></td>
     </tr>
<!--END switch_topposters_title -->          
</table>

<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center"  class="tablebottom">
  <!-- 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>



Newest Members Code:

Spoiler:

Code:
<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>



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 Exclamation
Back to top Reply with quote
editor Post subject:    PostPosted: Mon Aug 13, 2007 3:41 pm  
Site Admin
Site Admin

Visit poster's website MSN Messenger Yahoo Messenger AIM Address View user's profile

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>&nbsp;</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 Reply with quote
Danaldinho Post subject:    PostPosted: Mon Aug 13, 2007 5:37 pm  


Send e-mail Visit poster's website MSN Messenger View user's profile

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 Exclamation
Back to top Reply with quote
editor Post subject:    PostPosted: Tue Aug 14, 2007 3:04 pm  
Site Admin
Site Admin

Visit poster's website MSN Messenger Yahoo Messenger AIM Address View user's profile

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 Reply with quote
Danaldinho Post subject:    PostPosted: Tue Aug 14, 2007 3:57 pm  


Send e-mail Visit poster's website MSN Messenger View user's profile

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 Embarassed

Thanks again Smile
_________________


www.manutdfansforum.com

Forum for all Manchester United Fans Exclamation
Back to top Reply with quote
Danaldinho Post subject:    PostPosted: Mon Aug 20, 2007 11:48 pm  


Send e-mail Visit poster's website MSN Messenger View user's profile

Joined: 13 Mar 2007
Posts: 55
Points: 325


Is this possible to even do Nick Question
_________________


www.manutdfansforum.com

Forum for all Manchester United Fans Exclamation
Back to top Reply with quote
admin(Nick_NR) Post subject:    PostPosted: Wed Aug 22, 2007 4:59 pm  
Site Admin
Site Admin


Visit poster's website MSN Messenger Yahoo Messenger AIM Address View user's profile

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 Reply with quote
Danaldinho Post subject:    PostPosted: Wed Aug 22, 2007 8:09 pm  


Send e-mail Visit poster's website MSN Messenger View user's profile

Joined: 13 Mar 2007
Posts: 55
Points: 325


Ok thanks Nick, take your time Smile
_________________


www.manutdfansforum.com

Forum for all Manchester United Fans Exclamation
Back to top Reply with quote
Danaldinho Post subject:    PostPosted: Mon Oct 08, 2007 4:05 pm  


Send e-mail Visit poster's website MSN Messenger View user's profile

Joined: 13 Mar 2007
Posts: 55
Points: 325


Any more news on this Nick Question
_________________


www.manutdfansforum.com

Forum for all Manchester United Fans Exclamation
Back to top Reply with quote
admin(Nick_NR) Post subject:    PostPosted: Mon Oct 08, 2007 4:52 pm  
Site Admin
Site Admin


Visit poster's website MSN Messenger Yahoo Messenger AIM Address View user's profile

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 Reply with quote

Display posts from previous:   
Post new topic   Reply to topic Page 1, 2  Next
Page 1 of 2

Board Index >> General Support


 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

  ^ Card File  Gallery  Forum Archive ^  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Template back ported to phpbb2 by Nick(NR) © 2007 Nick(NR)
Design By Poker Bandits
If you feel that PORTALOGY has been helpful and would like to say thank you then please click the donation button below.