vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Competitions (https://vborg.vbsupport.ru/showthread.php?t=100150)

3dsoft 03-04-2006 07:27 PM

Is there a hook for ebux available?

So that the winners get points.

criscokid 03-10-2006 08:45 AM

Here's another suggestion for the the next version of this fantastic plugin:

The ability to capture personal details of the winner like name and address. I run competitions on my site with tangable items as prizes like DVDs theatre tickets, etc. The prizes need to be posted to the winners. WHen the site admin tells the plugin who the winners are it would be great if the plugin fired off an email to the winner congratulting them and asking them to reply to the email by filling in their name and address so ther prize can be sent out in the post.

jellybaby 03-25-2006 02:43 PM

I have a problem with this in that when the competition ends it puts me (Admin) as the winner. Dont seem to be showing the section for me to pick a winner, any ideas please?

bada_bing 03-25-2006 03:54 PM

Would love to see this hack progress as my site host many contests per year and this hack would be a better way to do them. I would like to see many of the brillant ideas suggested by other in the next version before I install

D|ver 03-27-2006 04:02 PM

Quote:

Originally Posted by 3dsoft
Is there a hook for ebux available?

So that the winners get points.

yeah a vbbux integration would be so great :)

joining a competition should also cost eg. 100 bucks oder something, that would be really nice :)

Oddjob 03-27-2006 04:20 PM

Quote:

Originally Posted by D|ver
yeah a vbbux integration would be so great :)

joining a competition should also cost eg. 100 bucks oder something, that would be really nice :)


Thats why i dont have this installed...no vbbux integration.

criscokid 03-28-2006 07:22 AM

Another idea to further enhance this great plugin:

Create a competitions block for the front page of a portal (like vbPortal) that lists the title of the current competitions. This would help draw people's attention so a site's competitions section.

Tommm 04-11-2006 05:09 PM

Hi!

This is a great plugin - I find it very useful!

I've just closed a competition which I set to have 3 winners. When I click Get Winners and enter the winning user IDs as: 789,16,81 or 79, 16, 81 I'm presented with the following message:

Quote:

vBulletin Message


Please enter a custom message.

GO BACK
Any ideas how to get around this? Thanks!

husain 04-11-2006 08:22 PM

You get this error message if you have set not to send Private Messages to winners. This was a bug which I fixed in the original file. Here is how to fix it:

admincp/competitionmanager.php

Find:
Code:

        if ($vbulletin->options['hkc_send_pm_to_winners'])
        {
                print_textarea_row($vbphrase['hkc_custom_pm_message'], 'custom_message', $vbphrase['hkc_pm_custom_message'], 4, 40, false);
        }

Replace with:
Code:

        if ($vbulletin->options['hkc_send_pm_to_winners'])
        {
                print_textarea_row($vbphrase['hkc_custom_pm_message'], 'custom_message', $vbphrase['hkc_pm_custom_message'], 4, 40, false);
        }
        else
        {
                construct_hidden_code('custom_message', 'nothing');
        }


Tommm 04-12-2006 07:11 PM

Perfect - thank you!


All times are GMT. The time now is 07:59 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
  • Page Generation 0.01329 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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