![]() |
^^^^
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 06:48 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:
|