Version: 1.00, by Chroder
Developer Last Online: May 2011
Version: 3.0.0
Rating:
Released: 01-03-2004
Last Update: Never
Installs: 27
No support by the author.
This hack is basically 5 hacks in one: Top Posters, Newest Members, Latest Threads, Latest Posts and Online Today. I've tried to make each as featureful as the singular hacks, though I'm open to suggestions. Each stat type can be turned on and off, and everything save Online Today has a limit variable where you can limit the amount of records to retrieve from the database. A "feature" overview:
[Enable/Disable] Top Posters
[Enable/Disable] Latest Threads
[Enable/Disable] Latest Posts
[Enable/Disable] Online Today
[Enable/Disable] Newest Members
[Limit] Number of Top Posters to display
[Limit] Number of Latest Threads to display
[Limit] Number of Latest Posts to display
[Limit] Number of Newest Members to display
Use user permissions when gathering Latest Threads and Latest Posts
Specify forums to skip when gathering Latest Threads and Latest Posts (overrides the user permission setting)
Specify the specific forums that Latest Threads and Latest Posts should come from (overrides both the above setting, and user permission setting)
Online Today also retrieves "openhtml" and "closehtml" (ie. admins are bold and italic)
Online Today includes buddy/invisible marks (Buddy: + and Invisible: *)
Invisible users remain hidden except to those who can see them
Excellent hack. One question tho, do I just type False instead of true if I want to disable something? The only queries I want my forumhome to run with this hack is the for last threads/posts/top posters.
Excellent hack. One question tho, do I just type False instead of true if I want to disable something? The only queries I want my forumhome to run with this hack is the for last threads/posts/top posters.
Yep false or 0. Here's what yours would look like:
PHP Code:
$suoptions['top_posters'] = true; // Turn on top posters? $suoptions['latest_threads'] = true; // Turn on latest threads? $suoptions['latest_posts'] = true; // Turn on latest posts? $suoptions['newest_members'] = false; // Turn on newest members? $suoptions['online_today'] = false; // Turn on online today?
I installed this when you posted it at vB.nl, so...
*licks install*
I updated it on the 2nd. Minor tweaks to the code and templates -- if you havent already, you may want to look over it again. My post at vb.nl has the HTML file with "updated" titles throughout what was updated.
Just installed and works like a Dream, thank god for vB3's collapsing though otherwise it would take up soo much space, i agree with Boofo, a seperate page would be nice Or a pop up maybe for each part?
I like your hack except for somethings. It doesn't use the vbphrase system and there are no conditional in your code. Plus you are using standard html and not xml for your templates. Fix your hack and I will think about using it. Good job on the hack though.