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)
-   -   vBookie for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=94128)

AJEB 03-24-2007 06:51 AM

I already had the vbookie.php in my CMPS Navbar Replacements.

That code you gave me also didn't work. :(

Any other suggestions????

sinisterpain 03-24-2007 09:33 AM

check that you enabled the hack
make sure the vbookie files are in the correct dirrectory and chmoded

AJEB 03-25-2007 05:19 AM

What's chmoded?

sinisterpain 03-25-2007 10:55 AM

Quote:

Originally Posted by AJEB (Post 1211614)
What's chmoded?

Read this https://vborg.vbsupport.ru/showthread.php?t=94220

shaunh 03-28-2007 04:09 AM

Quote:

Originally Posted by shaunh (Post 1202892)
When setting an event vBookie does not recognize Daylight Savings time, even though the rest of my functions do.

I am having to repeatedly tell users to set the time an hour earlier than the correct time in order for it to use the correct time and display it. It is causing a lot of upset users.

Any chance of a fix for daylight savings?

This is very frustrating. Any solution in sight?

cyclone2k 03-31-2007 10:02 AM

Does anyone know how to view all the bet placers than just the top few?

lovelypk 04-05-2007 02:15 PM

when i create a new thread, i select
Quote:

Yes, post a vBookie Event with this thread
but it dosen't show me any option for adding vbookie event after posting thread.

lovelypk 04-05-2007 02:32 PM

Quote:

Originally Posted by nautiqeman (Post 1199264)
Maybe I'm having a brain fart but what exactly am I suppose to edit with this code?

Quote:

Originally Posted by Mys (Post 1199319)
Applies to 3.6 only

1) Go into CP;

2) Plugins & Products->Plugin Manager

3) Edit: vBookie: Redirect to vbookie.php when posting new Event

4) Now, copy that code into the Plugin PHP Code text box. Save.

Assuming you followed the instrucitons in readme.txt; have set your permissions in the User Group Manager and Forum Manager and rebuilt your bitfields, you should be able to post a new event to vBookie from a forum thread.

That's as far as I got tonight.

:o

got it,
Thanks

AJEB 04-07-2007 06:39 AM

Is there a way I can use vbBux with vBookie.

And my members can't bet only admin and mods can. What do I do????

sinisterpain 04-07-2007 11:32 AM

Quote:

Originally Posted by AJEB (Post 1221705)
Is there a way I can use vbBux with vBookie.

And my members can't bet only admin and mods can. What do I do????

There should be a folder in vbbux called addons, there you should find the plugin to use vbbux cash in vbookie. You need to set your permisions for your usergroups to allow betting.

Shazz 04-07-2007 12:25 PM

This with the new called "FIXED vbplaza" Mmm... Anyone tested?

sinisterpain 04-07-2007 09:32 PM

Quote:

Originally Posted by Shazz (Post 1221848)
This with the new called "FIXED vbplaza" Mmm... Anyone tested?

Admins pulled the vbplaza thread again

Ole_Chilli 04-08-2007 02:13 AM

Having a problem that when installing the mod, it installs 3 hooks!

It was taking points 3 times over before, so I removed two of the hooks which stopped it taking the points 3 over, but now I can't make new events until I re-install the hack - and when I did, it installed the 3 hooks again.

Could I of made a mistake by installing the hack's code 3 times over by mistake when I had trouble before? Would that cause the multi installation of hooks?

or could it be something else?

Many thanks!

sinisterpain 04-08-2007 02:37 AM

Quote:

Originally Posted by Ole_Chilli (Post 1222391)
Having a problem that when installing the mod, it installs 3 hooks!

It was taking points 3 times over before, so I removed two of the hooks which stopped it taking the points 3 over, but now I can't make new events until I re-install the hack - and when I did, it installed the 3 hooks again.

Could I of made a mistake by installing the hack's code 3 times over by mistake when I had trouble before? Would that cause the multi installation of hooks?

or could it be something else?

Many thanks!

You can not remove files from the hack and expect it to work. What point system are you using? What version of vb? Explain in detail the problem you are having or what errors you get.

AJEB 04-08-2007 09:51 AM

Quote:

Originally Posted by sinisterpain (Post 1221807)
There should be a folder in vbbux called addons, there you should find the plugin to use vbbux cash in vbookie. You need to set your permisions for your usergroups to allow betting.

I already had that set. It still will only allow staff.:confused:

Ole_Chilli 04-08-2007 01:54 PM

Quote:

Originally Posted by sinisterpain (Post 1222402)
You can not remove files from the hack and expect it to work. What point system are you using? What version of vb? Explain in detail the problem you are having or what errors you get.


vBulletin 3.6.4, vbPlaza 1.5.8.

Using vbBux

In relation to the modification posted on page number 66, post number 976

My current code is:-

Code:

if ($newpost['postvbookieevent'])
{
        $forceredirect = false;
        $vbulletin->url = 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "t=$newpost[threadid]&vbookieeventoptions=$newpost[vbookieeventoptions]&do=newevent";
}

It says's the correct code is:-

Code:

if ($newpost['postvbookieevent'])
{
    $vbulletin->url = 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "t=$newpost[threadid]&vbookieeventoptions=$newpost[vbookieeventoptions]&do=newevent";
    eval(print_standard_redirect('redirect_postthanks_moderate', true, false));
}

If it change this (if that new code looks correct), what should I do after?

many thanks!

sinisterpain 04-08-2007 03:25 PM

Paul M posted the fix for 3.6
https://vborg.vbsupport.ru/showthrea...92#post1035092
you need to edit the plugin

Xplorer4x4 04-10-2007 05:45 AM

Quote:

Originally Posted by ubblite (Post 1015821)
patrickstar,

access your URL in your browser to rebuild the bitfields.
Here's an example:

yoursitename.com/forums/admincp/index.php?do=buildbitfields

I have done this long before I read this fix and it worked great on MY forum. When I installed it on a forum I work for I rebuilt the bitfields and was able to save permissions for all user groups changing the "can bet" option to yes. Now all user groups can bet on events EXCEPT registered users even though there permissions are saved to yes.

The really weird thing is I logged into my registered user test account. And I was able to bet as a regular member but no one else can.

Any help would be much appreciated.

Xplorer4x4 04-11-2007 02:06 AM

Sorry for bumping this sooner then 34 hours but any idea?

Devil Woman 04-12-2007 10:23 AM

Hi there, I have recently reinstalled this on my forum again and I am using the nexia cash with it, I was wondering if there was anyway that money that members put on an option on the bookie event can be paid back?

The reason I am asking is because we are doing a bookie event for the grand national this saturday (horse race) and horses usually are withdrawn prior to the race for obvious reasons i.e health, injury etc, what I was wondering is if a member bets on a horse that gets withdrawn before the race on Saturday is there anyway I could cancel their bet and give them their stake back to bet on another option?

Thanks

Jurg 04-12-2007 07:37 PM

Is there a way to start vBookie events on calendar items or forum threads created by the Event Forums hack? It would be good to integrate these two mods, even if it just takes a quick bodge in the code for posting calendar events.

Any help would be appreciated!:)

Xplorer4x4 04-13-2007 02:33 AM

Quote:

Originally Posted by Jurg (Post 1226158)
Is there a way to start vBookie events on calendar items or forum threads created by the Event Forums hack? It would be good to integrate these two mods, even if it just takes a quick bodge in the code for posting calendar events.

Any help would be appreciated!:)

It really wouldn't work so great because
1)You would still have to post odds at the time of adding the event to the calender.
2)by the time the event gets posted the odds may have changed or odds are not even available yet.

q22inc 04-13-2007 05:45 AM

I edited that plug-in.

Yet, there is no sign that vBookie exists on my forums. Except in the Admin CP, where I can see it n the plug-ins as well as in under the "vBulletin options".

Through the screen shots I gather that when making a thread, that I should see some sort of an option there to "make this a vBookie event"? I don't see that. I don't see vBookie anywhere else on the forums. I've tried fiddling with permissions as well, and see nothing vBookie related.

I am using the newest version. I just downloaded vBulletin. I would love to have this feature, but have no clue what I'm doing wrong.

Basically:

1) I have the plugin.
2) I've made the posted "adjustment" for 3.6. ( By Paul M)
3) I still see nothing for vBookie anywhere on my forum (other than the AdminCP)

Jurg 04-13-2007 02:42 PM

Quote:

Originally Posted by Xplorer4x4 (Post 1226399)
It really wouldn't work so great because
1)You would still have to post odds at the time of adding the event to the calender.
2)by the time the event gets posted the odds may have changed or odds are not even available yet.

Yes, but at the moment I have to post the same event twice: Once to calendar, and once to vBookie. And as for your point 2, I don't understand what you're getting at. Yes, odds change, but surely that's a problem with posting vBookie events on a forum post as well?

Anyone able to help me on my initial question?

filjan 04-14-2007 03:35 AM

Alright, I know that I am not the sharpest tool in the shed, but... When I look at this "fix"

https://vborg.vbsupport.ru/showthrea...92#post1035092

I don't understand where to paste the code. I downloaded the latest zip file, and it didn't have this code. Do I replace code? Insert code after a line?

Jurg 04-14-2007 07:41 AM

Quote:

Originally Posted by filjan (Post 1227196)
Alright, I know that I am not the sharpest tool in the shed, but... When I look at this "fix"

https://vborg.vbsupport.ru/showthrea...92#post1035092

I don't understand where to paste the code. I downloaded the latest zip file, and it didn't have this code. Do I replace code? Insert code after a line?

Open AdminCP:

"Plugins & Products" -> "Plugin Manager"

Click on "vBookie: Redirect to vbookie.php when posting new Event"

Replace the whole text with the fix.

Hope that helps.

cheech47 04-14-2007 06:12 PM

Right ive searched and searched for this but i cant seem to get the vcash for vbookie to appear in the postbit, i have edited the templates

I also have icash but cannot get this working with vbookie or for the icash value to appear in the members postbit

Any help would be great

q22inc 04-14-2007 07:01 PM

Quote:

Originally Posted by q22in (Post 1226470)
I edited that plug-in.

Yet, there is no sign that vBookie exists on my forums. Except in the Admin CP, where I can see it n the plug-ins as well as in under the "vBulletin options".



Through the screen shots I gather that when making a thread, that I should see some sort of an option there to "make this a vBookie event"? I don't see that. I don't see vBookie anywhere else on the forums. I've tried fiddling with permissions as well, and see nothing vBookie related.

I am using the newest version. I just downloaded vBulletin. I would love to have this feature, but have no clue what I'm doing wrong.


Basically:

1) I have the plugin.
2) I've made the posted "adjustment" for 3.6. ( By Paul M)
3) I still see nothing for vBookie anywhere on my forum (other than the AdminCP)

*bump*


I'm still looking for some help with this, please.

TTG 04-14-2007 07:13 PM

Quote:

Originally Posted by q22in (Post 1227689)
*bump*


I'm still looking for some help with this, please.

Create a new forum specifically for vbookie topics and as long as you've made all the template edits, you should then see the option to add a vbookie event below the poll option.

filjan 04-15-2007 03:13 AM

Thank you for the help. I applied the fix, but I don't understand how to create a new vBookie event. It looks like I am suppose to just create a new thread and I should see a check box, but I don't see any checkbox. What could I be doing wrong?

Xplorer4x4 04-15-2007 04:49 AM

Quote:

Originally Posted by Jurg (Post 1226748)
Yes, but at the moment I have to post the same event twice: Once to calendar, and once to vBookie. And as for your point 2, I don't understand what you're getting at. Yes, odds change, but surely that's a problem with posting vBookie events on a forum post as well?

Anyone able to help me on my initial question?

Well with point 2 if you post a booking months in advance by then the odds would change and you have to do more work by going in and editing it.

cheech47 04-15-2007 09:27 AM

Quote:

Originally Posted by filjan (Post 1228003)
Thank you for the help. I applied the fix, but I don't understand how to create a new vBookie event. It looks like I am suppose to just create a new thread and I should see a check box, but I don't see any checkbox. What could I be doing wrong?

Have you repaired your bitfields?

http://www.yoursiteurl.com/forums/ad...buildbitfields

And applied that your usergroup is able to place vbookie events and also applied that to one of your forums so that you can place vbookie events in there?

Jurg 04-15-2007 09:44 AM

Quote:

Originally Posted by Xplorer4x4 (Post 1228045)
Well with point 2 if you post a booking months in advance by then the odds would change and you have to do more work by going in and editing it.

Well I understand that, but I'm not saying I'd have to post a vBookie event with every calendar event. Just the option to do this would be helpful and save me time!

q22inc 04-16-2007 02:22 AM

Quote:

Originally Posted by TTG (Post 1227701)
Create a new forum specifically for vbookie topics and as long as you've made all the template edits, you should then see the option to add a vbookie event below the poll option.

I tried doing that. But here's a screen shot. (Still no luck)

Xplorer4x4 04-18-2007 09:22 AM

Quote:

Originally Posted by q22inc (Post 1228710)
I tried doing that. But here's a screen shot. (Still no luck)

Have you set permission?

q22inc 04-19-2007 01:41 AM

Quote:

Originally Posted by Xplorer4x4 (Post 1230305)
Have you set permission?

In the permissions there is no option for vBookie.

I have it in my Admin control pannel (Under vBulletin options, and under the plugins manager area) but it's not anywhere on the permissions, or on the actual forums itself. :(

q22inc 04-23-2007 02:30 PM

I'm still having some trouble...

It is showing up in my Admin CP (under Plug-ins and vB Options) but for some reason it won't show up on the forums. I've tried looking through permissions, usergroup settings, everything. But I have absolutely no idea what it might be.

ChuckH 04-24-2007 12:35 AM

Just installed. Anyone got a quick tutorial for my members explaining what it is and how to use it? Thanks

Soonerdude 04-24-2007 04:57 PM

Quote:

vBookie & 3.6

The posting of vbookie events in 3.6 is broken because the hook used has moved.

To fix this problem, the following plugin must be edited ;


vBookie: Redirect to vbookie.php when posting new Event

Replace the plugin code with this ;

PHP Code:
if ($newpost['postvbookieevent'])
{
$vbulletin->url = 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "t=$newpost[threadid]&vbookieeventoptions=$newpost[vbookieeventoptions]&do=newevent";
eval(print_standard_redirect('redirect_postthanks_ moderate', true, false));
}
Note: I'm not actually using vbookie atm so I can't comment on any other problems.

I did this and it still posts a thread when I hit submit instead of bringing up the vbookie options. Any ideas? I am using version 3.6.5

BozzaJos 04-25-2007 04:20 PM

I just love vBookie. Installed it a while ago but only made it public for the visitors and members 3 days ago. Everyone is loving it and it's extremely active. I was just wondering why Andreas isn't updating this one or that someone else might take this project over. There are so many things that could be added to make this one of the best hacks for vBulletin. There are also some things that could be perfectionized. But I could think of a lot of extra features and it's a shame that no one continues to work and expand this hack. Why is that?


All times are GMT. The time now is 09:56 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.04855 seconds
  • Memory Usage 1,852KB
  • 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
  • (23)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
  • (40)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