Version: 2.0.2, by vbboarder
Developer Last Online: Apr 2012
Category: Show Thread Enhancements -
Version: 3.8.x
Rating:
Released: 09-18-2009
Last Update: 09-19-2009
Installs: 161
DB Changes Uses Plugins Auto-Templates
Additional Files
No support by the author.
Week / Month Topic Nominations
Acknowledgments:
This release would not have been possible without the existence of the former ?Topic Nominations? by J98680B2423E (Data) and "Post Thank You" by Abe1, which provided the mod?s core structure. A nice set of button and awards images have also been provided by princeedward. You can view screenshots at the original mod's thread:VB 3.7 Topic Nominations
What is Topic Of The Week/Fortnight/Month?
It adds a "Topic Of The Week/Month" nomination system for your community.
Topic of the Week/Month is a contest that select posts on which your community can nominate as the best and then discuss them during the course of the selected week/fortnight /month. Any listed topic (post, thread) is eligible for the Topic of the Week/Fortnight /Month selection. This mod should also work in VB 3.7.x, but it has only been tested in VB 3.8.
Features of New 2.0 Version:
50+ bugs fixed & 30+ phrases changed for clarification.
Fixed ajax functionality for adding & removing nominations.
16 settings to determine which users can nominate and which posts can be nominated.
Documented this mod?s limitations & changelog in the 2nd post.
Fixed Hall of Fame to to correctly display most awarded members and topic winners from the past 3 contests (3 awards per contest).
Added new setting, max # of nominations user can receive, to prevent a poll being dominated by a single user.
Added new function to recount # of current nominations received and past awards.
Added new function to manually finalize the current contest, close the old poll thread, and create a new poll thread.
An option to enable blog nominations is available and should work (coded by Data), but is not supported (I do not have VB Blog).
You must have 3 VB default hooks in the postbit template: see troubleshooting below for details. If you ask for help with a problem, you must state in your post if you have reverted ALL nomination templates and read the troubleshooting tips in the 2nd post. If you haven?t, do so otherwise you will be ignored & can debug it yourself.
Installation instructions:
Upload the content of the "upload" folder into your forum root directory
Import the "product_nominate_topic.xml" product via your ACP:
ACP -> Plugins & Products -> Manage Product -> Add/Import Product (Allow overwrite for updating)
For upgrades only, REVERT ALL nominate_topic templates in ACP -> ?Find Updated Templates? or top FYI section of Control Panel. This mod will work only if ALL templates are reverted since major changes were done to them. Reapply custom phrasing to changed phrases as needed.
Adjust & save the mod settings to your preference in ACP -> VB Options. It is strongly recommended that you use the default, preset options.
Specify the Forum ID that will receive nomination threads and the Forum ID's for which posts can be nominated. Also specify the User ID of the nomination thread owner.
For new installs only, start a new nomination poll at:
ACP side menu -> Nominate Topic -> Special Actions -> Create New Poll Thread
Read the 2nd post for Troubleshooting Tips & Mod Limitations and the 3rd post for specific features of this mod.
Version History:
2.0.0: Initial Release.
2.0.2: Fixed table column bug.
Well, where you want your image boils down to your preference. If I coded for every possible combination, it would be endless....
Yes but I can't find your plugin where you hook and eval the template modification. I have no problems moving it myself.
Is the template being called after the quick reply button? I want to find the call and move it, but can't find where, as I mentioned, insert it via plugin.
Invalid SQL: UPDATE adforo_thread SET iconid = images/icons/nominate/nominated_star. png WHERE threadid = '5634'; MySQL Error : Unknown column 'images' in 'field list' Error Number : 1054
Tnx
You did your settings wrong. For the iconid, it's supposed to be a number, NOT a url - that's why you got the SQL error. You can find the iconid when you edit your icon in VB's ACP.
Yes but I can't find your plugin where you hook and eval the template modification. I have no problems moving it myself.
Is the template being called after the quick reply button? I want to find the call and move it, but can't find where, as I mentioned, insert it via plugin.
I assume you insert it via plugin.
If you want to move the button, you wouldn't edit the plugin - you need to edit the template (postbit). The hook you need to look for and move is: $template_hook[postbit_controls]
@MaRu: who's able to see the poll depends on the forum you chose to hold the nomination poll and what permissions you set for that forum. If you're showing the poll in vbAdvanced, that module also has its own settings in addition to the forum permissions.
If you want to move the button, you wouldn't edit the plugin - you need to edit the template (postbit). The hook you need to look for and move is: $template_hook[postbit_controls]