![]() |
Quote:
You can make it so each user can only nominate once per nomination. It doesn't have the ability to restrict to the IP. Dylan |
Quote:
Dylan |
Thank you for your response...
F |
I tried this mod out. It seems decent, but there are a few things that I couldn't get to work or find, and the mod seems to be lacking some features.
1. In the AdminCP there is a welcome message that "displays on the vbnominate front page" Where is this front page? Earlier in this thread you said there is no "front end" at the moment. Does that mean this AdminCP settings does nothing currently? 2. On vb 4.2.0 PL3 the polls do not seem to work. I can get the nominations to work, and I can choose between Auto Score or Polls. When selecting polls, no poll is created after making a nomination. I have selected a forum with which to make the poll in the AdminCP options. 3. Can we move the forumhome block to its own dedicated page? I saw where you explained how to put it below the forums, instead of under the navbar, but it's own dedicated page would be MUCH better. 4. If the forumhome block is turned off, where do users see nominations? |
What would be the conditional to add, so that a user could not nominate their own entry.
Possibly not show the image on a users own post. EDIT: I have sorted it now. If anyone is interested in the code, here is what i did, so users cannot vote for their own posts. I opted to not automatically insert code in the options/settings. Then in my postbit_Legacy template, i added the following code where i wanted the nominate button to show Code:
<vb:if condition="$bbuserinfo[userid] != $post[userid]"> |
I am having issues trying to get this to display. I had this installed before and it worked fine, but I had to roll back my board a few days ago to before I installed this.
I've tried placing it manually and it won't display anywhere. Anyone have ideas? |
Quote:
|
perfect ! :)
|
Quote:
The mod is working cause we were able to generate a poll post but nothing was in it because no one has been able to nominate. |
I canĀ“t see button nominate :__(
|
Is this hack hard to get it to do "Yearly" vice monthly?
I'm ready to buy if it's a simple change. |
Never mind about the yearly post above. I didn't realize how it worked and see that would be really tough.
I do have one issue though. I created a nomination. I can see it being an Admin, but no one else can see it. I checked the permissions on the current nominate, and the rotation areas, and they are set accordingly. I've selected just one usergroup, all of them etc.. I can't get the regular members to see the Vote button.. Is there something else I'm missing? |
<i>I was doing so well until I went to install the XML file and I get the error code: /home/theflir1/public_html/dbtech/vbnominate/includes/class_install.php appears to be missing!
Ive checked and double checked and the file is in there. File Manager File Manager Settings Current Directory: / public_html/ dbtech/ vnominate/ includes/ application/x-httpd-php class_core.php 48.42 KB 0644 application/x-httpd-php class_install.php 5.47 KB 0644 application/x-httpd-php class_profileblock.php 3.4 KB 0644 application/x-httpd-php class_template.php 1.54 KB 0644 application/x-httpd-php common_functions.php 2.77 KB 0644 text/html index.html 0 bytes 0644</i> |
Still no help for this is suppose!
|
OK!!! I finally messed around and got it deployed. the only problems not is the combined button covers my post thant. Where and how. We hardly ever use our blod so I wanted this area that would be if we took at the blog are. so I would be happy to remove that blog lick in the post-bit and replace it with vnominate
|
Quote:
Quote:
Quote:
This could be the same problem, did you set the usergroup permission so the usergroup would be allowed to nominate? There's just one option for nominate when you edit the usergroup settings, it's called Can nominate Dylan |
Quote:
Dylan |
Is there a way to change your vote? Are there any in the plans?
It should be added, especially if you use the nominate method to determine the winner. |
Quote:
Dylan |
Hello,
I seem to be experiencing the same issue as others aswell. There are NO nominate buttons. I made sure that my usergroup can nominate though. Any suggestions? ~ Cael P.s - Good work on all the mods Dragonbyte made! |
Quote:
Dylan |
Quote:
The issue seems to have resolved itself. I checked it today and it seems to be working fine :-). No clue what has happened. Thanks! |
Updated to v1.2.7
Feature: Missing rotating nomination phrases Feature: Ability to disable poll post creation |
Hi Dylan,
Finding that when this is enabled i get a The connection was reset The connection to the server was reset while the page was loading. error on firefox Cheers |
Quote:
Dylan |
Quote:
I still like the mods but for this purpose I wont use the "lite" ones and I doubt any client would be willing to pay for the mod plus a branding removal fee. Just my opinion though and as I said, great work. |
Quote:
To that end we have a mod designed to help minimize the copyright footer for those people running several of our addons: https://vborg.vbsupport.ru/showthread.php?t=277322 Regards, Iain |
That's great. I will have to check that out. Please do not misunderstand though what I meant. I really love the work and I really don't mind having a link. I do not expect you guys to do work for no credit, etc.
Anyhow, thanks so much for letting us know about that. Some of my clients may be interested. Take care, Richie |
1 Attachment(s)
I have this installed, but atm, I don't have any post nomination button anywhere...
|
Quote:
|
1 Attachment(s)
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... |
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 |
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 Code:
// Ensure we're always first in line 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 :( |
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? |
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. |
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? |
Quote:
Quote:
Quote:
Fillip |
Quote:
I can take a screen shot of the error message when I try it. Hang on. |
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. https://vborg.vbsupport.ru/external/2016/01/17.png |
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. |
All times are GMT. The time now is 10:09 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|