The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBookie for vBulletin 3.5 Details »» | |||||||||||||||||||||||||
vBookie
Introduction This is a Port of the original vBookie Hack created by tdjrico; full credits to him for the idea and the kind permission to port his work A t t e n t i o n This Hack is unsopported and incompatible with vBulletin 3.6+ You are hereby advised to not use it. Please do not ask me about support and/or updates - there will be none. Supporters / CoAuthors Show Your Support
|
Comments |
#2282
|
|||
|
|||
My forum is v3.8 would that change anything?
http://www.ffomanager.com/forum The FFO Bookmaker is my vbulletin board. |
#2283
|
|||
|
|||
OK, I run 3.7.0
Initially the vcash wasn't showing up, so i put it in postbit instead of posbit_legacy and now it shows up. I am having problem with the hook for newevent, I add a thread, check the box and it goes to the thread, not a new event. I have added the code in post #2274 to no avail I am pretty compentent at vbulletin and I have recheck my template mods, and know they are they as the check box is there, as well as cash shows up on postbit. |
#2284
|
|||
|
|||
NVMD,
I got the code to add to the plugin off of a different thread than the original, which is so buried, i still haven't found. It was a syntax, no closing } all works fine now |
#2285
|
|||
|
|||
Is there a quary that I can run to remove a specific users bets. He is playing games and I want to be able to remove them and warn them but not ruin it for others. Yes if it continues I wiill disable his access but I want to warn peeps first.
Thanks |
#2286
|
|||
|
|||
Has anyone made this work on 3.8 ?
Edit : I made the code adjustment as posted on the previous page of this thread. However as noted in #2282, creating a new event is a problem. Edit : Post 2218 https://vborg.vbsupport.ru/showpost....postcount=2218 solved the problem for me. Working nicely now. |
#2287
|
||||
|
||||
installed on 3.8.4 with the help of this
have this working for 3.8.1 PL1. This works for any forum version with the right modifications done. I will write up exactly what you guys need to do to get it working. 1: Upload all files in upload folder 2: Import product-bookiehack.xml 3: Goto ACP > Plugins & Products > Plugin Manager 4: Edit Redirect to vbookie.php when posting new Event by replacing the entire 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)); } 5: In template Newthread find PHP Code: $threadmanagement . Above that add the following code PHP Code: <if condition="$show['vbookieevent']"> <fieldset class="fieldset"> <legend>$vbphrase[post_a_vbookieevent]</legend> <div style="padding:$stylevar[formspacer]px"> <div><label for="cb_postvbookieevent"><input type="checkbox" name="postvbookieevent" value="yes" id="cb_postvbookieevent" tabindex="1" $checked[postvbookieevent] />$vbphrase[yes_post_a_vbookieevent_thread]</label></div> </div> </fieldset> </if> 6: Download ICash and install 7: Change ICash Options. Change the Money Row to vbookie_cash This will definately work for you. I have left off showing the points in the postbit and the link in the navbar. If you need to add these the code is the same as the original. Sorry but where exactly does Step #4 go? Thanks! But still dont see any option on making a new thread to add new thread to create a new event,all other bits are working ie vbookie in nav bar and the link opens the correct page but with out any events as i cant add them any help guys please!!! |
#2288
|
|||
|
|||
Duhh read the last page ROOT
|
#2289
|
|||
|
|||
Rammie how is that working for you? are you using vbcredits with it ?
I have a premium version of game room but nto real happy with it. we want more stats and winner announcements. Id be willing to look at a whole new gameroom system poker and other card games, something with a prettier interface and more details. oh and multiple developers so they don't all just disappear |
#2290
|
|||
|
|||
Looks like some people have this working on 3.8.4. I am hoping to get mine to work shortly.
|
#2291
|
|||
|
|||
Have done all the template tweaks suggested but cannot see how to add a new event. vBookie is turned on, disabled and then re enabled the plugin, any one got any suggestions? Our vbulletin is version 3.8.4 pl 1
Everything is there except the new event! ok got this working, you need to make sure you check the forum permissioning very carefully, just adding vbookie to the admin usergroup for example wont do it, you need to check each forum you want to post events to. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|