Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Details »»

Version: , by Murder-HE Murder-HE is offline
Developer Last Online: Jan 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-05-2002 Last Update: Never Installs: 17
 
No support by the author.

Top 5 Posters
Top 5 Latests Threads
Top 5 Latest Posts

See attachment for example

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-12-2002, 05:46 AM
sk187 sk187 is offline
 
Join Date: Nov 2001
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i put a border around the statistics

i love this hack but it doesnt look right on my page unless it has a white border. Is there a simple way to add a html border to the hack?

thanks in advance
sk

hi stan
Reply With Quote
  #23  
Old 01-12-2002, 08:29 AM
kermit's Avatar
kermit kermit is offline
 
Join Date: Dec 2001
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You mean like on my forum?..
Reply With Quote
  #24  
Old 01-12-2002, 05:03 PM
Shenlong's Avatar
Shenlong Shenlong is offline
 
Join Date: Nov 2001
Location: Manhattan, New York
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FWC
Attach your g_statistics template to a message and we can take a look at it.

u da man, hehe

anyway, heres my g_statistics template:

Quote:
<!-- key -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td background="black" colspan="4">
<table cellpadding="1" cellspacing="0" border="0" width="100%">
<tr>
<td>
<B><normalfont><center>[Statistics]</center></normalfont></B></td>
</tr>
</table>
</td>
</tr>
<tr>
<TD bgcolor="{secondaltcolor}" width="20%" valign="top">
<smallfont>

<b>Top 5 Posters:</b>
<hr>

<table>
<tr>
<td width=100%><smallfont>User Names:</smallfont></td>
<td align="right"><smallfont>Posts:</smallfont></td>
</tr>
<tr>
<td width=100%><smallfont><b>$posts5name</b></smallfont></td>
<td align="right"><smallfont><b>$posts5post</b></smallfont></td>
</tr>
</table>

</smallfont></td>

<TD bgcolor="{firstaltcolor}" width="20%" valign="top">
<smallfont>

<b>Top 5 Newest Members:</b>
<hr>

<table>
<tr>
<td width=100%><smallfont>User Names:</smallfont></td>
<td align="right"><smallfont>Posts:</smallfont></td>
</tr>
<tr>
<td width=100%><smallfont><b>$username</b></smallfont></td>
<td align="right"><smallfont><b>$userposts</b></smallfont></td>
</tr>
</table>

</smallfont></td>

<TD bgcolor="{secondaltcolor}" width="20%" valign="top">
<smallfont>
<b>Top 5 Last Posters:</b><hr>

<table>
<tr>
<td width=30%><smallfont>Last Posters:</smallfont></td>
</tr>
<tr>
<td width=30%><smallfont><b>$poplastposter</b></smallfont></td>
</tr>
</table>
</smallfont></td>
</tr>
<tr>
<td bgcolor="{categorybackcolor}" colspan="4">
<table cellpadding="1" cellspacing="0" border="0" width="100%">
<tr>
<td bgcolor="{categorybackcolor}">
<smallfont>
Popular thread is <b>$pop1title</b> | <b>$pop1views</b> views. </smallfont></td>


<td bgcolor="{categorybackcolor}" align="right">
<smallfont>
Rated thread is <b>$ratedtitle</b> | <b>$ratedrating</b> votes.
</smallfont></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- / key -->
Reply With Quote
  #25  
Old 01-12-2002, 06:06 PM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change this:
Code:
<!-- key --> 
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> 
<tr> 
<td> 
<table cellpadding="4" cellspacing="1" border="0" width="100%"> 
<tr> 
<td background="black" colspan="4"> 
<table cellpadding="1" cellspacing="0" border="0" width="100%">
to
Code:
<!-- key --> 
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> 
<tr> 
<td> 
<table cellpadding="4" cellspacing="1" border="0" width="100%"> 
<tr> 
<td [high]bgcolor[/high]="black" colspan="4"> 
<table cellpadding="1" cellspacing="0" border="0" width="100%">
and see if that helps. Make sure you aren't using black as the font color for [Statistics].
Reply With Quote
  #26  
Old 01-12-2002, 06:42 PM
Shenlong's Avatar
Shenlong Shenlong is offline
 
Join Date: Nov 2001
Location: Manhattan, New York
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank ya, works now, u kickass
Reply With Quote
  #27  
Old 01-12-2002, 07:00 PM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Shenlong
thank ya, works now
Cool.
Reply With Quote
  #28  
Old 01-12-2002, 07:35 PM
sk187 sk187 is offline
 
Join Date: Nov 2001
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It just needs a white border of any sort around the outside of the statistics table
Reply With Quote
  #29  
Old 02-04-2002, 02:00 AM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

erm....sorry to revive a very old thread...but I have a question...

On my comp, i see >>Austin but on my other admins, he sees...

http://www.razael-central.com/images/stats.jpg


anyone know why this is happening?
Reply With Quote
  #30  
Old 02-28-2002, 01:58 AM
SirSteve SirSteve is offline
 
Join Date: Oct 2001
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What about adding Top 5 Referrals?
Reply With Quote
  #31  
Old 02-28-2002, 02:52 AM
datatec datatec is offline
 
Join Date: Jan 2002
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for sharing
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:32 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05187 seconds
  • Memory Usage 2,302KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete