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 |
#642
|
|||
|
|||
|
#643
|
||||
|
||||
Quote:
Are you using custom skin? If so you need to install images to the respective folder within the style you are using. You have uploaded the CONTENTS of the upload folder and not the actual upload folder havent you. Give us your site link, I will take a look ( proving the mod is activated ) see if we can find out what you have done., EDIT: need a test account , as it seems you have TOTW switched off for guests on your SIG Website. Albeit you have nominate topic in your html code |
#644
|
||||
|
||||
I'm getting this PM msgs...
Quote:
|
#645
|
||||
|
||||
I've had that today as well, I've been adjusting the phrases and so I've tried adding in an English entry for this. Hoping it will be enough to fix the problem.
Also noticed that when a topic wins, and rep is an option to be added, it sets the setting wrong. To explain. On my board the rep points is like the above post, but it then sets the user as having only '6' points in the name of the rep level, while the actual points are added to but not displayed in the name. Yet, the rep symbols remain the same. User 1 has 450 points (on my board that is Ace 2nd Grade) which means a user normally displays 5 of the symbols. User 1 wins the nomination contest and gets 6 points. Now in the postbit 5 of the are show, the system reads 456 points through the Admin CP, but when you hover over the it acts as if it's only got 6 points, and so displays Harmless the 0-10 point level in my rep system. Images to show: This gets 'unstuck' when rep is added, and goes back to behaving normally. On another point, the month competition ended today, already, even though it's not the end of July. It's then setup a new thread for 'August' even though we've just finished the 'August' contest. Hope this all makes sense Edit: PS Not upgraded to 1.51 as the cron job didn't seem to be relevant to me. |
#646
|
|||
|
|||
Agreed on those last two points, the month ended a day early and the new thread has again been created with 'August' in the title.
This is with running 1.51 with the latest Cron / Mod. |
#647
|
||||
|
||||
I'm getting the private message after winning monthly contest "Could not find phrase 'This is an automatic message to inform you that your post on [post={1}]{2}[/post] is amongst the winners of this cycle time topic nomination contest.' " as well. The dates are also not showing correctly. I run monthly. July was the first contest. On July 30th, the contest ended and started a new July contest. I'm using version 1.51
|
#648
|
|||
|
|||
Topic of the Week-Month Nomination v1.51 Updated Prod and Cron
--- Quote:
Have updated the cron file so that it will close the thread on the first day of the month at 00:10AM You can update the title of the newly created thread title manually (Change July to August), as there should be no problems with the nomination poll if you were using the cron file of v1.51. If you were using an older cron file and noticed that your previous poll results have been affected, contact me via TeamViewer at: ID: 51 429 434 PW: vborg or drop me a PM if my TeamViewer is off line and we will fix that quickly. The vbulletin function Code:
eval(fetch_email_phrases($nt_awardwinner_pm)); Have added the following to the cron file to read the PM subject directly from vbulletin database: Code:
$get_phrase = $vbulletin->db->query_read("SELECT * FROM `". TABLE_PREFIX ."phrase` WHERE `varname` = 'nominate_topic_awardwinner_pm_subject'"); $fetchphrase = $vbulletin->db->fetch_array($get_phrase); $nt_awardwinner_pm_subject = $fetchphrase['text']; This should fix the missing phrase issue on the automatic PM subject: Quote:
Quote:
|
#649
|
|||
|
|||
Quote:
|
#650
|
||||
|
||||
Thanks 98680B2423E. I've no suggestions on the problem other than suggesting it might be writing the data in a different way to what is expected. What and how, I've no idea.
|
#651
|
|||
|
|||
Quote:
Let's take a quick look together at your site if you wish. My TeamViewer coordinates are given in a post above. I am still online. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|