![]() |
Couple Questions.
Is there an addon to use paypal to buy tickets? Also if not are you able to manually add members to a raffle? |
Quote:
That allows the use of PayPal as well as other payment methods. |
Quote:
|
Quote:
https://vborg.vbsupport.ru/attachmen...hmentid=128658 I even give the Credit Purchase System settings to purchase raffle tickets. However, there is not a way to manually add entries. |
I have AW Coding credit system and this Modification. Everytime my members purchases a ticket for a raffle, I get the money but then it doesnt allow them to enter the raffle. :x
they keep getting "You do not have any raffle tickets to enter this raffle. Click HERE to purchase raffle tickets." |
Installed and running on 4.1.5
One of the best mods out there for streamlining work on staff. A+++ |
Just sent you a donation, awesome work on this..
|
Prize images aren't being shown. I get, Warning: Division by zero in [path]/raffles.php on line 6, error message displaying at top of browser. Just installed it on my 4.1.5 vbulletin. Your default 777 winner image works just not when I try to add my own. Anything I can try?
|
willing to give someone $5 if they fix this for me
|
Quote:
You won't be able to see the image in the ACP, but it should show in your raffles. That is a generic example. You haven't told me what the path to your image is. |
Quote:
|
Quote:
I have been including a patch for this bug in the raffle install system for quite a while, but neglected to include it in version 1.2.6. You can manually patch the Credit Purchase System files with this information.. Go to AdminCP->Plugins & Products->Plugin Manager Locate AWCL- Units Updates and click Edit In the plugin code, locate this code.. Code:
switch ( $vbulletin->options['cpsl_purchase_units'] ){ Code:
switch ( $vbulletin->options['cpsl_purchase_units'] ){ Locate AWCL- Trans delete and click Edit In the plugin code, locate this code.. Code:
switch ( $vbulletin->options['cpsl_purchase_units'] ){ Code:
switch ( $vbulletin->options['cpsl_purchase_units'] ){ This patch was supplied by AWJunkies on 6/16/2011. |
Thanks for a great mod. Just had my first drawing, and a lucky former student won a computer (just for the record, it was free to enter).
Anyway, I do have a problem with the raffles sidebar block in Internet Explorer 9 only. When I enable the raffles sideblock, it forces the block underneath it to enlarge it's header (title area) a whole bunch as if the padding were 10px. It looks very misshapen. If I move the raffles sideblock to the bottom of the sideblock, it forces forumhome to have two footer strips (where the style chooser and language chooser resides). The top of these too is linked to the current raffle. I have not modded the raffles stuff except for phrasing. It's as if there were an unclosed a tag somewhere. This happens on Forumhome in any style, with or without plugin hooks enabled. It happens only on IE (didn't check Opera, but Safari, Chrome, and FF are fine). It does not happen in IE 9 (compatibility on or off) to guests, only logged-in users. vb 4.15 using Raffles 1.2.6 |
My side bar block is not appearing either.
Latest build of Vbulletin, running stock skin, latest Raffle loaded. |
Quote:
Quote:
Download and install version 1.2.7 to cure the problem. If installing the updated version doesn't create the block, follow the instructions in this post.. https://vborg.vbsupport.ru/showpost....&postcount=215 NOTE: The version here is almost always 1 version behind what is on my site. You might want to check there for updates first. For most users, there is no major difference between 1.2.7 and the latest version. |
The problem with the sidebar and Internet Explorer still exists for me after upgrading to 1.2.7
I have never had the current raffle pic show for me in the sidebar. |
Quote:
Also, Go to AdminCP->Forums & Moderators->Forum Blocks Manager Check the Active Raffles Block (if it exists) and be sure the code shown in this post is in there.. https://vborg.vbsupport.ru/showpost....&postcount=215 |
Quote:
https://vborg.vbsupport.ru/external/2011/08/118.png Clicking on the top bar takes the user to the latest raffle. |
Quote:
I use IE-8 and have no problems seeing the image on live sites and my test bed. |
I posted a picture of the problem in my previous post. The picture is unavailable in any browser.
http://www.teach1st.com/bobo/vb/forum.php Guests can't see the raffles or much anything else, so the link won't help. I can't allow anybody except class members and parents to register due to student privacy. |
Quote:
Does the image show in the raffle itself? |
OK...give me four minutes, cause I have to enable guests to see the sidebar, too.
|
It's ready
The image shows in the raffle In Firefox 4 and Opera (latest), there is no double bar, but clicking on the bar or trying to change styles takes the user to the latest raffle. |
Quote:
Quote:
I can't see the image in IE8 on your site either. I'm not sure what the problem is. Try replacing the block code with this.. Code:
global $vbulletin; That is one other thing you can try.. try changing to the default vB template and see if it shows that way. If it does, then there's a problem with your site template. |
Quote:
ON EDIT: Picture is working now! Thanks! |
Edit the raffle itself and be absolutely certain the 'Show Image in Sidebar' is set to 'Yes'.
That option vanished in version 1.2.6 and if the raffle was created with that version, it is automatically set to 'No' by default. |
Quote:
|
Quote:
And thank you! |
In the side bar no matter what, it always says "No active raffles at this time" for unregistered users. User group permissions are all set correctly for them to view but not enter. Raffles Do not appear in the What's Going On section either for unregistered users
|
Quote:
1) From the community menu 2) From a direct link to raffles.php |
Alright, thats answers it. Thanks!
|
Quote:
For the Sidebar Block, go to AdminCP->Forums & Moderators->Forum Blocks Manager, select edit Active Raffles replace the code with this.. Code:
global $vbulletin; For the What's Going On box, go to AdminCP->Plugins & Products->Plugin Manager, locate the Raffles Active plugin, click edit and replace the code there with this ... Code:
if ($vbulletin->options['raffle_show_active'] && $vbulletin->options['raffle_mode'] && !is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['raffle_perms']))) |
Even better, I made those changes and everything looks great! Thanks once again
|
I'll add those changes to the next release. But for now, people should be all set.
|
Evening - nice mod :)
I have just setup a raffle on vb4.14. I have the following start date: 08/03/2011 And the End date: 08/07/2011 So that should be August 3rd to August 7th 2011 but on my raffle page it is displaying the following text: Start Date: 03-08-2011 Enter Through: 05-08-2011 Draw Date: 06-08-2011 at 11:00 PM So that thinks the end date is the 5th and draw date on the 6th, both dates before the actual end date I have set. Any thoughts appreciated :) |
Quote:
Draw dates are by the SERVER time, not the timezone you have set in preferences. See this post for a more in depth answer... https://vborg.vbsupport.ru/showpost....&postcount=196 EDIT: In short, your servers current time is +11 hours from your chosen display timezone. |
Thanks for the reply :)
|
I mate, any chance of just 1 more option :) please
Any chance of posting winner to a thread, in any chosen forum thread title = draw title + date drawn body = winners name + editable message if this is an option too far then fair enough, great mod anyway thanks |
Quote:
|
Quote:
|
All times are GMT. The time now is 09:59 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|