![]() |
Top 10 Thread Stats v1.0
Top 10 Thread Stats V1.0
Right here you got took me alot of time to figure it out but i have finnaly done it :D. I have made this little hack :D called Top 10 Stats. Features. Top 10 Posters. Displays the Top 10 new members. Displays there posts. Displays the Top 10 Posters. Displays a option to find more/all posts by the user. Displays there posts. Top 10 Newest Members. Displays the Top 10 new members. Displays there posts. Top 10 Threads Displays how many replies the thread has Displays top 10 newest replies. Displays the Thread Starters Name. Displays the Thread Replies Name. Displays how many views it has. Displays Most Popular Thread And how many replies it has Displays Most Rated Thread. And how many votes it has. Thats all for now i will be adding extra stuff in version 2.0 |
Main Layout
|
Search
|
Results
|
please note if you download and install please Click Here
|
Where does it display? On it's own page?
|
what do you mean d00d on its own page
|
if you have this intalled
NewStatistikHack 1.2.1e English you can change the Statistics link to go to that :D. |
As in do these stats show on a page of their own, or do you show them on the forum index, usercp, where?
I don't want to install it if it shows on my main page and slows it down any, that's all. :) |
Guess he wants to know if it shows up in Forumhome or if you added a new executable .php-file where the Hack shows up, like showawards.php ie from Lesanes Awards-Hack.
|
Quote:
|
Ok, thanks. :)
|
sweet hack m8, shall have to try this one out :) - myself will be palcing it on forum home, - i assume that is possible :)
|
Quote:
|
I cannot seem to open that rar file...could you post it as a zip please.
|
Download WinRAR
|
|
Quote:
the install instructions say to edit the forumhome template, so it displays on index.php (the frontpage of your forum) |
works well added 6 queries once added.
|
Shouldn't you give some of the credit to Nanoentity? Because you are using his old code and modified his old template. You also tried to achieve the effect of the real hack located at http://forums.gfxart.net/
I am not putting you down man, great hack and all.. but I think some credit should be displayed.. |
I don't think that's right, that we have to download another program to your computer, when you can just put up a zip file.
|
Quote:
|
Working great on my site:)
|
why did you rip my good friend NanoEntity's hack all you did is add 5 more things to each
|
No support yes, but you did take my coding, and top 10 can be really easly changed by changing the limit 5 to limit 10 in the query.
Jadelit, thank you for reporting this to me, still, its a nice mod to the original one... https://vborg.vbsupport.ru/showthrea...highlight=top5 Next time give credit PHP Code:
|
whoops Jadelit never saw your post and HOLOLITH was hosted on your sever nows its on mine!
|
like i said in post #22
also i will give credit to Nanoentry ok |
hi,
if I move a thread, the stat display this thread 2 times :( Look at my Screenie. I can't explain why?! |
d00d make sure you move it with out redirect not copy it
also update your counters now |
this is a bit different besides the being top 10 it has a few other things like the find posts by the usersname etc i mean wtf alot of hacks are made form other peoples hacks seems to many cry babies worry about petty things nice work on the hack and another thing if a person coding ahcks rars the file and the end user is to lazy to downlaod winrar then they ahve issues i mean winrar will do all file types i thought winzip did to but oh well laziness is sad ;)
|
^^^^
not to mention winrar has far better compression and speed :) WInzip is old and out of date now. |
OKay Question:
How easy would it to be to add other "top" list? Lets say i want a "Top News reporter" and such? (possibly in a new table right below the 3 top stats already there. i was trying to do it myself but just did not seem to come out right....... P.S - Great job to BOTH guys who did this - the originator and the improved :) |
Is it possible to stop certain forums frmo being displayed in the "top 10 recent posts" box...i.e. posts to a hidden/moderator area.
Gary |
tes like in the original one
in index.php find Code:
$pop = $DB_site->query('SELECT title,threadid,postusername,lastpost,lastposter,views FROM thread ORDER BY lastpost DESC LIMIT 10'); Code:
$pop = $DB_site->query("SELECT replycount,title,threadid,lastpost,postusername,lastposter,views FROM and if you have more forums you want to add than whats there add this Code:
AND forumid<>'XX' Code:
AND forumid<>'XX' |
Quote:
will look into it d00d :D |
I wanted to make reated threads 5 instead of 1, so I changed
$rated = $DB_site->query('SELECT title,threadid,votenum FROM thread ORDER BY votenum DESC LIMIT 1'); to be: $rated = $DB_site->query('SELECT title,threadid,votenum FROM thread ORDER BY votenum DESC LIMIT 5); but all threads came in one line, not in 5 lines. for example, I need it to be like this: thread === user name === number of voting === thread rating thanks |
add <br>
$thread .= "$rated[title]<br>"; :P |
i like this hack, but i want people to see only threads/forums they have access to... for instance, i have moderators that have access to some forums and not others, while i also have admins that have access to all threads and some lower moderators with access to other forums.. so it would be cool for a user to only see threads/forums under their access level.
|
How do I remove the "Displays how many replies the thread has". I removed $popreplycount from the template, but that only disabled the link. The [0] still shows up.
|
Has anyone zipped this up yet? Or even easier, posted the install.txt as an attachment?
I've got WinRAR, but get an error when trying to extract the install file. |
All times are GMT. The time now is 04:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|