The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Top 'X' Stats Details »» | |||||||||||||||||||||||||
This hack adds the top 'x' stats (top posters, newest members, newest replies) to your forumhome.
The original idea was nanoentities but he will not be releasing his hack for vB3. Basically this is the same idea, all new coding, all new templates. This hack also shows a 'New' or 'Old' text if the thread was posted after your lastvisit or marking all forums as read. Also it posts the deleted message for those who can see it and can be set to exclude forums. I am currently working on a seperate page where the user can set the number of stats he wishes to show. Live demo at: *removed* (dow the bottom) vB 3.5 version available at https://vborg.vbsupport.ru/showthrea...846#post743846 !!! Show Your Support
|
Comments |
#32
|
|||
|
|||
Quote:
|
#33
|
|||
|
|||
Great Mod!!
I got the stats box/table to display, but the stats are not displaying in it. Any ideas? BTW...This is probably the issue but I'm not sure: This line: forumhome_subforumseparator_post' was not in my index.php so I added the following anyway 'forumhome_subforumseparator_post', 'forumhome_stats_poster', 'forumhome_stats_member', 'forumhome_stats_thread', Like in the instructions, but no go EDIT: NM I'm an idiot, forgot my "index" is no longer index.php |
#34
|
|||
|
|||
Is there nobody, who can say me how to edit my php files so that the Stats Box will work in my header template?
please help me! |
#35
|
|||
|
|||
|
#36
|
||||
|
||||
Quote:
|
#37
|
||||
|
||||
I'd like to see top five reputations, can that be done?
|
#38
|
||||
|
||||
I too have a similar request to codemonkey's. I'd love to be able to get this to work in another template other than FORUMHOME. Ideally, I want to have the stats show up in the sidebar template of Dark_Wizard's left sidebar hack.
Can some one point me in the right direction if this is possible? |
#39
|
|||
|
|||
Nice hack !!
Simple to install and works fine as far as I can see !! I know someone else asked this - but is there a way to exclude forums from the newest replies ? Like it *clicks install* |
#40
|
|||
|
|||
I was wondering if anyone had gotten this hack to work correctly in the "Showthread" template.
Basically I'd like the stats to show up on the thread listing pages...I can get the table to show up, but none of the stats work. Has anyone been able to do this, or is it even possible? |
#41
|
|||
|
|||
to get this to work in the header or footer templates
Add to the phpinclude_start template: PHP Code:
HTML Code:
<!-- top statistics box --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="3"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_statistics')"><img id="collapseimg_forumhome_statistics" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_statistics].gif" alt="" border="0" /></a> Statistics - Top $displayrecords</td> </tr> </thead> <tbody id="collapseobj_forumhome_statistics" style="$vbcollapse[collapseobj_forumhome_statistics]"> <tr> <td class="thead" width="23%" align="$stylevar[left]" nowrap>Top Posters</td> <td class="thead" width="22%" align="$stylevar[left]" nowrap>Newest Members</td> <td class="thead" width="55%" nowrap>Newest Replies </td> </tr> <tr> <td class="alt2" width="23%" valign="top"> <table> <tr> <td class="smallfont" width="100%">Member:</td> <td class="smallfont" align="right" nowrap>Posts:</td> </tr> $stats_posters </table> </td> <td class="alt1" width="22%" valign="top"> <table> <tr> <td class="smallfont" width="100%" nowrap>Member:</td> <td class="smallfont" align="right" nowrap>Posts:</td> </tr> $stats_members </table> </td> <td class="alt2" width="55%" valign="top"> <table> <tr> <td class="smallfont" width="70%" nowrap>Thread:</td> <td class="smallfont" width="30%" nowrap>Last Poster:</td> <td class="smallfont" align="right" nowrap>Views:</td> <td class="smallfont" align="right" nowrap>Replies:</td> </tr> $stats_threads </table> </td> </tr> </tbody> </table> <br /> <br /> <!-- end top statistics box --> THIS HAS NOT BEEN TESTED BUT SHOULD WORK NICELY. As for showthread instead of adding the above codes to phpinclude and the head or footer add them to showthread.php and the showthread template where you want them. i am not completely sure as to where but trial and error is always the best way to learn. DO THESE AT YOUR OWN RISK AS I WILL BE PROVIDING LIMITED SUPPORT. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|