Latest announcement on forum home
This modification is in the archives.
This is my first hack which I created out of necessity. It's is so simple, it adds "Last Announcement" in the forums home. This is done by selecting the latest thread created in a given forum to be displayed.
See the screenshot attached. 1.2 Update: - The hack now uses the plugin system, no more code changes . 1.1 Update: - Code is now more optimized, compatible with non-cookied and clustered boards. (Thanks for KirbyDE Spoiler (click to open)
Some suggestions
- Use Hook forumhome_complete to avoid file edits - Use query_read instead of just query to avoid overhead and make the hack compatible with splitted (master/slave) mySQL servers - Use $db->fetch_array instead of mysql_fetch_array() to make the hack compatible with vBulletins Database Abstraction Layer - The generated link is missing the Session ID ($vbulletin->session->vars['sessionurl']), so it might not work for non-cookied users - ++$lnsnbsp; seems to be unnecessary Furthermore, if you just want 1 record, it's easier to use $db->query_first() Last but not least: A setting to select the Forum ID (rather than having the User edit the Plugin) would be perfect Close
1.01 Update: - Now it works if you use prefix in database. Enjoy Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Forum Home Announcement | vBulletin 3.6 Add-ons |
Forum Home Announcement | vBulletin 3.5 Add-ons |