vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - [DBTech] vBNominate v1 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=279473)

DragonByte Tech 10-24-2012 05:55 AM

Quote:

Originally Posted by Fongool (Post 2375336)
I'm hoping this will work to do what I want it to do...I have a forum with about 40 sub-forums that belong to different Vendors...I want to be able to have members nominate their favorite Vendor...Here is a screenshot of what I am talking about,,,
You can also view the live forum here

Will each of these Vendors have the "nominate" text on the thread your looking at?
Also, does this Mod have the ability to let a user from a specific IP vote only once on a specific thread?...for example, the same user can't vote on the same thread multiple times...

Thanks
F

Do the vendors have user accounts? If they do and are tied to a specific vendor type usergroup, you could make a user nomination with only that usergroup and any post they make will have the option to nominate them.

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

DragonByte Tech 10-24-2012 05:56 AM

Quote:

Originally Posted by grey_goose (Post 2375440)
Seems like a cool idea, but I can't get the links to show up. I've got heavily modified templates, and tried to deploy them manually with {vb:raw vbnominate.user}, but... nothing.

Do you have a nomination that's current and active? If you want you can pm me a link and a temp admin account, I'll take a look.

Dylan

Fongool 10-24-2012 10:38 AM

Thank you for your response...

F

Makaveli007 11-20-2012 12:44 PM

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?

Davey-UK 11-24-2012 10:04 AM

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]">
{vb:raw vbnominate.combined}
</vb:if>

Hopefully this is of some use to someone, and maybe be implemented in the next release.

SpikedRocker 11-29-2012 05:41 AM

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?

Davey-UK 11-29-2012 06:16 PM

Quote:

Originally Posted by SpikedRocker (Post 2386312)
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?

Just download it again, overwrite all the files, and re install the xml file?

maria bartolome 11-30-2012 10:15 AM

perfect ! :)

SpikedRocker 11-30-2012 05:28 PM

Quote:

Originally Posted by Davey-UK (Post 2386534)
Just download it again, overwrite all the files, and re install the xml file?

Nope did not help. I did a clean install after I did my backup thinking that something could have errored in the first place.

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.

booble 12-07-2012 02:47 AM

I canĀ“t see button nominate :__(


All times are GMT. The time now is 12:47 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01337 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete