The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Week / Month Topic Nominations Details »» | |||||||||||||||||||||||||||
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:
2.0.0: Initial Release. 2.0.2: Fixed table column bug. MAKE SURE TO CLICK INSTALL Thanks to everyone who nominated this mod for October, 2009 You can vote for this mod at: this thread. Download Now
Supporters / CoAuthors Show Your Support
|
Comments |
#2
|
||||
|
||||
Troubleshooting:
If the nominate button, award icon, and/or nominating users box do not show up, then it?s due to 4 possible problems: 1. 16 settings affect ability to nominate & display of nomination button:
$template_hook[postbit_controls] $template_hook[postbit_end] $template_hook[postbit_userinfo_left] 3. You are using another mod that uses one of the above hooks and its plugin code does an assignment instead of a concatenation when adding content to the $template_hook. For example, another mod may use: $template_hook[postbit_controls] = ?content? OR: $template_hook[?postbit_controls?] = ?content? WHEN IT SHOULD USE: $template_hook[postbit_controls] .= ?content? OR: $template_hook[?postbit_controls?] .= ?content? IMPORTANT: notice the dot before the ?=? sign; leaving out that one character can cause other content not to show when multiple mods use the same hooks. TO FIX: install this plugin, Search plugincode, and search & replace the one character error. 4. You did not upload all the files or you did not upload the files using FTP. Don't use non-FTP programs, like Dreamweaver and other WYSIWYG editors, to upload the files because they can mess up the file encoding when uploading. Also, if you have custom skins, you need to upload the images to EACH custom skin's "images" folder. Limitations:
For users who want to REMOVE ALL POST AWARDS AND USERS' NOMINATION STATS:
|
#3
|
||||
|
||||
Features:
1. Uses AJAX technology. 2. Uses one query per show thread page 3. Places an easy to use "Nominate Post" button next to the edit button 4. Fully phrased to allow (language translation) (addition v 1.3) 5. Displays a varying nomination stamps on posts that have been nominated for the contest. The color of the nomination stamps varies depending on how many users have nominated the post. (addition v 1.2) 6. Displays an award winner stamp op award winner posts at the end of the Topic Of The Week/Month contest. (addition v 1.2) 7. Via postbit pop-up, displays link to find all nominations made by a user (addition v 1.2) 8. Via postbit pop-up, allows selected usergroups (e.g. Moderators or SuperModerators) can withdraw all user?s nominees from all posts (addition v 1.2) 9. Automatically create a nomination thread for discussions on nominees 10. Nominated posts titles hot linked in the poll to actual thread/post of the forum. Links displaying on the same page (No. popups) (addition v 1.3) 11. Automatically closes the nomination thread at end of the contest cycle time (weekly/monthly) 12. Quick link to nomination thread via the "Quick Navigation" menu 13. Quick link to award winners page via the "Quick Navigation" menu 14. Automatically update the nomination poll whenever a post is nominated or withdraw from the contest. 15. Option to select the maximum number of topics that must be displayed in the poll (addition v 1.2) 16. Separate looks for postbit and postbit_legacy 17. Places all post nominees in one small box 18. Displays award winners in one small box 19. Quick link to nomination thread via the "small box" on the thread page 20. Option to allow award winners to re-enter the contest after X days 21. Option to take or not into account for nomination only posts made during the month preceding the nomination cycle time (addition v 1.2) 22. Option to consider the maximum number of posts a user can nominate per cycle time (addition v 1.2) 23. Users cannot nominate the same post twice 24. Option to not allow users to nominate their own post 25. Counts nominees submitted by a user 26. Counts how many times a nominee is submitted 27. Shows how many nominees a user submitted in every post of his 28. Shows info in member's profile 29. Option to search for posts nominated by a user 30. Option to search for all nominated posts 31. Administrator can withdraw all nominees of a single post 32. Selected usergroups (e.g. Moderators or SuperModerators) can withdraw all nominees of a single post (addition v 1.10) 33. Users can withdraw their own nominee 34. Option to disable the mod on selected forums 35. Option to disable the mod on all but the first post of a thread 36. Option to disable the mod on all but first post of a thread in specific forums 37. Option to enable/disable view of nomination date on specific or all forums 38. Option to add to post count when someone nominates a post. 39. Option to give reputation points to the user whose post is nominated. 40. Option to ban selected usergroups from using the mod 41. Option to ban selected users from using the mod 42. Option to display user?s nomination statistics on postbit (addition v 1.10) 43. Option not to display nomination statistics on postbit for selected users 44. Option not to display nomination statistics on postbit for selected usergroups (addition v 1.50) 45. Option to display or not the hall of fame link in Quick-Links (addition v 1.3) 46. Option to select forums on which nominations must be considered 47. Hall of fame re-designed to handle a Top 10 award winners, all time accumulated (addition v 1.3) 48. Option to refresh the poll thread if for some reason a post referenced in the poll came to be deleted (addition v 1.3) 49. Option to use the current week number or month, or the next week number or month, in the contest title (addition v 1.3) 50. Option for archiving nominations in the ?Nomination Thread? automatically. 51. Option to automatically send a PM to award winners at the end of the contest (addition v 1.4) 52. Option to automatically add points to award winners? reputation at the end of the contest (addition v 1.4) 53. If the current ?Nomination Thread? is deleted for whatever reason, a single manual run of the cron file will suffice to create a new thread, avoiding a clean install of the product. 54. Option to nominate blog entries (addition v 1.6) 55. Option to have award winners or nominated posts icons displayed on posts, so that nominated posts can be easily identified when listing posts. |
#4
|
||||
|
||||
This is very promising! Thank you very much for maintaining this awesome addon. My users are loving the "old" version and it´s a must-have for a pretty long time.
We are using the postbit-legacy, so unfortunately there is no go for this update? Another question: is this new version compatible with the "Live Topic"-mod? |
#5
|
||||
|
||||
Quote:
|
#6
|
||||
|
||||
Yep, I used this fix for a while, although inciarco announced it to be an incomplete workaround. At last I gave up the "Live Topic" and stuck to the original version of the topic-nomination-addon. Please count me #1,5 for postbit-legacy, cause I simply love this mod.
|
#7
|
|||
|
|||
postbit-legacy.....count me in.
|
#8
|
|||
|
|||
me to...pleaaase.
|
#9
|
||||
|
||||
Deffo for Postbit Legacy please, will watch
|
#10
|
|||
|
|||
count me in for postbit legacy too and i will install for sure...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|