The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Topic (incl. Blog) of the Week/Fortnight/Month Nomination v1.636 Details »» | |||||||||||||||||||||||||||
Topic (incl. Blog) of the Week/Fortnight/Month Nomination v1.636
Developer Last Online: Oct 2011
On my board (USS Enterprise, NCC-1701-D), we get many comments daily or weekly on many different topics and there are so many topics in the community that to be honest, we had a tough time remembering the topic being reviewed to offer a timely comment or response. Obviously, we needed a weekly/monthly topic nomination system with which we could get our community to commit to one topic as a group and then comment on it during the course of the week/month.
Cruising vB.org at warp speed, I failed to find a nomination system readily available. Hence, I quickly wrote this mod (on my way to the bridge). Acknowledgement: This release would not have been quickly possible without the existence of most hacks released at vB.org, especially the "Thank You" hack by Abe1, which provided this mod basis structure. Our thanks and all the merit goes to Abe1. A nice set of button and awards images have also been kindly provided by PrinceEdward to whom we also extend our thanks. Many constructive feedbacks have been given by those members at the vB.org community who downloaded the first releases of this Mod, the implementation of which has led to an improved version of the Mod. We extend our thanks to those members. What this mod does It adds a "Topic Of The Week/Month" nomination system to your community. What is Topic Of The Week/Month? Topic of the Week/Month is a contest that select posts on which your community can commit to as a group and then comment/discuss on them during the course of the selected week/month. Any listed topic (post, thread) is eligible for the Topic of the Week/Month selection. What determines a Topic Of The Week/Month? Topic Of The Week/Month is based on a simple nomination system. Throughout the selected forums, members with adequate permissions can nominate their favorite topic by clicking on the award nomination button below the post. The five topics with the most votes during the course of the week/month are automatically displayed on a nomination thread including a poll feature. At the end of the week/month, the first three topics with the most votes are the award winners of the contest. Features:
Installation instructions Version 1.63
Enjoy Update in version 1.01 Nominated posts titles hot linked in the poll to actual thread/post of the forum Update in version 1.1
Update in version 1.2
Update in version 1.21
Update in version 1.22
Update in version 1.3
Update in version 1.35
Update 14/07/2008 in cron file I noticed that some code instructions fail to work properly depending on the PhP version been used. If you are running the v 1.35 and TOTW on a weekly basis and if for some reason, your cron file failed to work and create a new nomination thread on Sunday 13, July 2008, please use the attachment "updated-cron-14-07-2008.zip". The instructions are given in there. Update in version 1.40
Update in version 1.50
Update in version 1.51
If you are running v 1.50 with weekly cycle time and noticed that a new nomination thread has been created but the display title is still that of the previous thread (week 30), then this is for you. Do not delete the newly created nomination thread (with title week 30). On Monday 21st July, 2008, after 00:10AM, proceed as follow:
Topic of the Week-Month Nomination v1.51 Updated Prod and Cron
Topic of the Week-Month Nomination v1.51 Updated function
Update in version 1.60
Update in version 1.61
Update in version 1.62
Update in version 1.621
Update in version 1.63
Update in version 1.635
Update in version 1.636
Feedback are welcome and implementation of constructive suggestions will likely be carried out during weekends only, as I am kept busy with other matters during working days. Also, feel free to add improvements in those files and post them. To other coders: feel free to add improvements to the Mod (files) and post them. I will directly use your updated files for the next version of the mod. Supporters / CoAuthors Show Your Support
|
Comments |
#792
|
|||
|
|||
I think the issue with the blogs might be the fact that not everyone has the blog addon. I know in my case I don't have it so it's trying to alter a table that doesn't exist.
|
#793
|
|||
|
|||
I can't figure this one out. I don't understand the editing of the product to add the // in front of some lines.
I get the poll post on my forum, but I am not getting the button that actually nominates the threads. I'm confused! Anyone willing to help? |
#794
|
|||
|
|||
Quote:
If you still have the is_blog column does not exist issue, please send me an invitation at: Code:
ID: 51427565 PW: vborg |
#795
|
|||
|
|||
When I click on "update Posts Icons" in the ACP, I get this:
Update Posts Icons Database error The GrabAss Girls database has encountered a problem. -------------------------------------------------------------------------------- Please try the following: Load the page again by clicking the Refresh button in your web browser. Open the www.grabassgirls.com home page, then try to open another page. Click the Back button to try another link. The www.grabassgirls.com forum technical staff have been notified of the error, though you may contact them if the problem persists. We apologise for any inconvenience. Database error in vBulletin 3.7.2: Invalid SQL: SELECT postid, threadid FROM post WHERE visible = '1' AND nominated_topic_amount > 0 AND nominate_topic_award > 0; MySQL Error : Unknown column 'nominated_topic_amount' in 'where clause' Error Number : 1054 Request Date : Monday, September 8th 2008 @ 10:38:39 AM Error Date : Monday, September 8th 2008 @ 10:38:39 AM Script : http://www.grabassgirls.com/forums/a...atedpostsicons Referrer : http://www.grabassgirls.com/forums/a...dex.php?do=nav IP Address : Username : Classname : vB_Database MySQL Version : 5.0.51a-community |
#796
|
|||
|
|||
I get the same database error when clicking on "Update Post Icons"
Quote:
|
#797
|
|||
|
|||
Quote:
I will be home around 6 PM EST if you will be awake. |
#798
|
|||
|
|||
Heres a minor bug with 1.61
When a blog is nominated and this is listed in the poll, the poll entry has a href link to the actual blog entry (like it does with threads/post) however the markup for it is incorrect so it points to: http://"http//www.mysite.com/blog.php?b=29234 Probably a simple template issue but I can't find it Also, it would be really good if there was a hook around the winner notification. This would be useful to do extra things like giving a Casino or Credits bonus to the users. I have hacked the cron file to do this but I hook is a better solution EDIT: Found it I think: The following line Code:
$nominatedposttitle[$j] = "[URL=\"$site_URL/blog.php?$session[sessionurl]b=".$blog_id."]Blog: ".$blog_title."[/url]"; Code:
$nominatedposttitle[$j] = "[URL=".$site_URL."/blog.php?$session[sessionurl]b=".$blog_id."]Blog: ".$blog_title."[/url]"; |
#799
|
|||
|
|||
Quote:
Code:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/html/includes/cron/nominate_topic_cron.php on line 533 |
#800
|
|||
|
|||
Quote:
|
#801
|
|||
|
|||
Quote:
Heres another, the title of the PM sent to winners is: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|