The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vBNominate v1 (vB4) [AJAX] Details »» | |||||||||||||||||||||||||||||||||||||||||||||
[DBTech] vBNominate v1 (vB4) [AJAX]
Developer Last Online: Mar 2023
vBNominate is an advanced nomination system. Several different types of nominations are available and it is fully automated to keep your users engaged and interested in your communities activity while keeping maintenance down.
Uses As admin you will be able to create several different types of nominations. The nominations can either end with the top nominated items winning or a separate poll will automatically be created with the top items. Once the poll is completed the nomination is updated automatically with the results. No manual intervention is needed on your part! You can specify the type of nomination to be run or you can let it run on several different types of items like threads, polls, blogs, etc. The nominations system will make it easy for users to have competitions for the best post, thread and more while browsing the forum. No need to go to a special page to vote, all voting can be done for any post from any thread via AJAX. Instructions Here are some basics on how to get the nominations started. 1) Make sure you modify the usergroups that will be allowed to nominate. ACP->Usergroups->UserGroup Manager 2) Create a rotating nomination ACP->DBTech - vBNominate-> Create Rotating An example, if you want a weekly Thread nomination, set Type to Thread, Cycle to Weekly, End Date way far in the future, like Dec 31 2058. After you submit new Nomination go to step 3. 3) Edit new Inactive Nomination ACP->DBTech - vBNominate-> Current Nominations You should now have an inactive nomination. Edit it if you need to make any changes then set it to active. You should now have a Nomination link in your postbit. At the end of the week it will automatically end and start a new one on the day you specified. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Priority support & Product Demos available at: http://www.dragonbyte-tech.com ------------------------------------------------------------------------------------------- Translations available @ our forum Support for translations handled by the translator in its respective threads only. ------------------------------------------------------------------------------------------- Complete Feature List Lite
This mod displays a copyright notification in the footer of pages generated by this mod which includes:
Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
CuteC@t, ITDarasgah |
Comments |
#152
|
|||
|
|||
installed, great hack but why it appear ABOVE notices on forumhome? I have not default skin tho...
also would like to disable it for guests? UPD: managed to do it myself.... thanks! this is need for code editing so I don't know is it allowed to post here or not... |
#153
|
||||
|
||||
Quote:
Guests shouldn't be able to nominate unless you set it in their usergroup settings. I don't know how well that would work though as it's coded around nominations being done by users with id's. Dylan |
#154
|
|||
|
|||
in file "forum/dbtech/vbnominate/hooks/forumhome_complete.php"
find: Code:
if ($vbulletin->options['dbtech_vbnomnom_fh_enabled']) Code:
if ($vbulletin->options['dbtech_vbnomnom_fh_enabled'] AND $vbulletin->userinfo['usergroupid'] != '1') at the bottom find: Code:
// Ensure we're always first in line $ad_location['ad_navbar_below'] = $ad_location['ad_navbar_below'] . $vbnomnom_info_panel; } else { // Ensure we're always first in line $ad_location['global_below_navbar'] = $ad_location['global_below_navbar'] . $vbnomnom_info_panel; } Code:
// Ensure we're always first in line $template_hook['forumhome_below_navbar'] = $template_hook['forumhome_below_navbar'] . $vbnomnom_info_panel; } else { // Ensure we're always first in line $template_hook['forumhome_below_navbar'] = $template_hook['forumhome_below_navbar'] . $vbnomnom_info_panel; I think this is need to be done here: "forum/dbtech/vbnominate/hooks/showthread_query.php" but I have not enough skills to do it myself |
#155
|
|||
|
|||
This is one of my favorite mods, but I can't seem to get it to work. Installation seems to go OK, but any attempts to use it spawns all sorts of db errors that show that my tables aren't being altered during the install process.
Thoughts? |
#156
|
|||
|
|||
What happens when a nomination ends or is won?
Does the user get a notification? Is a thread created? Etc. What happens when it finishes, besides being listed on the nominations page? Using Autoscore for example. |
#157
|
|||
|
|||
Hey, can someone tell me I have everything set up correctly in Rotation and Nominations.
But when my users try to nominate for Post of the WEek (I don't have threads, avatars etc set up, only Posts) a popup opens and says "Page Not Found" Am I doing something wrong? |
#158
|
||||
|
||||
Quote:
Quote:
Quote:
Fillip |
#159
|
|||
|
|||
Quote:
I can take a screen shot of the error message when I try it. Hang on. |
#160
|
|||
|
|||
Here is screenshot I took.
The post I'm trying to nominate is an old post, I'm just testing it in my staff forum. |
#161
|
|||
|
|||
So a few hours after I made a "TESTING" rotation, a nomination poll came up in the designated nomination forum.
I did this around 4pm yesterday afternoon and it's 330am (for me) and it's now showing a poll. But still when I try to nominate something (I only allowed nominations from Staff Forum), it says Page Not Found. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|