The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBookie for vBulletin 4 Details »» | |||||||||||||||||||||||||||||||||||||||
Please See the first post for a F.A.Q. I will endevour to link to useful posts within this thread there as I spot them. You should check there before posting issues etc. This is a port of vBookie for vBulletin 3.5 by Andreas which was a port of vBookie - vBulletin Betting Hack by tjdrico. Permission was given by tjdrico to port this. vBookie is a 'bookmakers' or betting extension to vBulletin. It enables authorised members to post Events and Outcomes that forum members can bet on. Each Outcome has its own set of odds, and odds can be modified through the life of an Event (bets that are placed are stored with the prevailing odds, so even if the odds change, your users are paid at the correct rate). Once the results are known, Events can be settled and forums members awarded their winnings. vBookie uses its own vCash by default, but this has no more use than as 'bragging rights'. Although vBookie does not have any built-in facility to integrate with any other store hacks, it's a very simple job to hack vBookie itself to integrate it with any store/points system you care to use. Install Instructions 1. Unzip product file 2. Upload files from 'Upload' folder to your forum 3. Install product XML [S]4. Edit "newthread" template as per readme.txt ionstructions[/S] 5. Set usergroup permissions 6. Set vBookie settings 7. Enjoy. 8. Check out Dismounted's Activity Stream addon 9. Click Mark As Installed and Rate Upgrade instructions same as above, but undo edits made in point 4 if upgrading from pre 4.0.7! (see readme.txt for more info) Version Control 4.0.0 (19 Jan '10 ) - Initial Release 4.0.1 (21 Jan '10 ) - Removed some junk from templates, added enable private bets option 4.0.2 (24 Jan '10 ) - fixed options for hiding vcash, added some more stuff to teh settings screen, added some vCash utilities (reset balances, give to everyone, set default balance) and fixed some template bugs. 4.0.3 (25 Jan '10) - fixed bugs I introduced in 4.0.2 see post #109 4.0.4 (25 Jan '10) - fixed time zone not being saved, can delete events, + plus a couple other things. 4.0.5 (Australia Day '10) - no longer uses bitfields for permissions, fixed vCash display, fixed stats page error 4.0.6 (27 Jan '10) - fixed TABLE PREFIX issue in vBookie stats page 4.0.7 (23 Mar '10) - fixed redirect bug when editing events, fixed display of cash holdings in events, added plugin to make template mods (no template mods needed now) and updated code to 4.0.2 standards, added hooks for vbcredits integration. NOTE 0- if upgrading from pre 4.0.7, you will need to eitehr revert your "newthread" temp[late, or manually undo template edits as there is now a plugin which does this for you. Check teh readme.txt in the archive for more info. 4.0.8 (31 May '10) - hopefully fixed bug with updating number of outcomes when editing events. To upgrade from previous version (4.0.7) just overwrite vbookie.php 4.0.9 (25 July 10) - Added ability to select Reputation points for currency. Phrased had coded text. Fixed bug in displaying vCash balance in postbit. 4.2.0 (21 August 12) Added in navigation manager Code for vBulletin 4.2, disabled old nav plugin 4.2.1 (24 January 13) Added missing template, fixed Nav code, fixed some small bugs Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
7 благодарности(ей) от: | ||
DS MrSinister, gagan007, RichieBoy67, snowlion, talkncaasports, tbworld |
Comments |
#932
|
||||
|
||||
Anyone using vBookie 4.0.9 on vB4.1.3 ?
|
#933
|
|||
|
|||
it was working on mine
|
#934
|
||||
|
||||
Doesn't work on mine. lol
I'm thinking i either got a htaccess issue (maybe i'll just upgrade to 4.2) |
#935
|
|||
|
|||
What "bit" doesnt work?
|
#936
|
||||
|
||||
Well i'm not really sure, but to start the text doesn't show up.. Not that the text is the same color as the background, but it isn't there at all.!
Not found anywhere, not when i post a thread, below the window. (there is only a just a check box) Then once you do post the thread there are options for amounts, points, etc, but they are just empty box's to fill out no text to tell you what they are for. Then after you put some random numbers in (to test) above the post is the "betting info" but still is just blank with empty box's, or numbers that i entered. Thanks for any help. :up: |
#937
|
|||
|
|||
That looks like a problem with your language/phrases or something?
I'm not sure why it would do that... In the 3rd picture - the red circle should have the text "Post a vBookie Event" which is from te phrase "vbookie_post_an_event" search for that in your phrase manager and see if it's there? |
#938
|
||||
|
||||
Quote:
Code:
<form action="vbookie.php" method="post"> <vb:if condition="$editing==1"> <input type="hidden" name="item_id" value="{vb:raw item_id}"> </vb:if> {vb:raw optionidbits} {vb:raw eventpreview} <div align="center"> <div class="blockhead formcontrol settings_form_border" style="width:{vb:stylevar form_maxWidth}" align="left"> <span class="smallfont" style="float:right"><strong>{vb:rawphrase thread}</strong>: <a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw threadinfo.threadid}">{vb:raw threadinfo.title}</a></span> <vb:if condition="$editing==1"> {vb:rawphrase vbookie_update_a_vbookieevent_i} <vb:else /> {vb:rawphrase vbookie_post_an_event} </vb:if> </div> <div class="blockbody" style="width:{vb:stylevar form_maxWidth}" align="left"> {vb:raw usernamecode} <h2 class="blocksubhead">{vb:rawphrase vbookie_event_group}:</h2> <ul class="blockrow"> <li>{vb:rawphrase vbookie_event_group_description}</li> <li><input type="text" class="primary textbox" name="group" value="{vb:raw group}" id="eventgroup" size="50" maxlength="85" tabindex="1" /> </li> </ul> <h2 class="blocksubhead">{vb:rawphrase vbookie_event_title}</h2> <ul class="blockrow"> <li>{vb:rawphrase vbookie_event_title_description}</li> <li><input type="text" class="primary textbox" name="question" value="{vb:raw question}" id="eventquestion" size="50" maxlength="85" tabindex="1" /> </li> </ul> <h2 class="blocksubhead">{vb:rawphrase vbookie_number_of_items}</h2> <ul class="blockrow"> <li><label for="vbookieoptnum">{vb:rawphrase vbookie_number_of_items} <input type="text" class="primary textbox" size="5" name="vbookieeventoptions" value="{vb:raw vbookieeventoptions}" id="vbookieoptnum" tabindex="1" /> </label><input type="submit" class="button" name="updatenumber" accesskey="u" value="{vb:rawphrase vbookie_update_items}" style="font-weight:normal" tabindex="1" /></li> </ul> <h2 class="blocksubhead">{vb:rawphrase vbookie_outcomes}</h2> <div class="blockrow"> {vb:raw outcomebits} </div> <h2 class="blocksubhead">{vb:rawphrase vbookie_event_dates}</h2> <ul class="blockrow"> <li><b>{vb:rawphrase vbookie_date_bet_until}</b></li> <li><i>({vb:rawphrase vbookie_date_bet_until_desc})</i></li> <li> <select name="until_month" class="primary" title="$vbphrase[month]" tabindex="1"> <option value="1" {vb:raw until_monthselected.1}>{vb:rawphrase january}</option> <option value="2" {vb:raw until_monthselected.2}>{vb:rawphrase february}</option> <option value="3" {vb:raw until_monthselected.3}>{vb:rawphrase march}</option> <option value="4" {vb:raw until_monthselected.4}>{vb:rawphrase april}</option> <option value="5" {vb:raw until_monthselected.5}>{vb:rawphrase may}</option> <option value="6" {vb:raw until_monthselected.6}>{vb:rawphrase june}</option> <option value="7" {vb:raw until_monthselected.7}>{vb:rawphrase july}</option> <option value="8" {vb:raw until_monthselected.8}>{vb:rawphrase august}</option> <option value="9" {vb:raw until_monthselected.9}>{vb:rawphrase september}</option> <option value="10" {vb:raw until_monthselected.10}>{vb:rawphrase october}</option> <option value="11" {vb:raw until_monthselected.11}>{vb:rawphrase november}</option> <option value="12" {vb:raw until_monthselected.12}>{vb:rawphrase december}</option> </select> <input type="text" class="primary" style="font-size:11px" name="until_day" value="{vb:raw until_day}" size="3" maxlength="2" title="{vb:rawphrase day}" tabindex="1" /> <select name="until_year" class="primary" title="{vb:rawphrase year}" tabindex="1">{vb:raw until_yearbits}</select> {vb:rawphrase time} <select name="until_time" class="primary" title="{vb:rawphrase time}" tabindex="1">{vb:raw untiltimeoptions}</select> </li> <li><b>{vb:rawphrase vbookie_date_payout_after}</b></li> <li><i>({vb:rawphrase vbookie_date_payout_after_desc})</i></li> <li><input type="checkbox" class="primary" name="same_as_until" {vb:raw same_as_until_selected} /> {vb:rawphrase vbookie_same_as_until}</li> <li> <select name="after_month" class="primary" title="$vbphrase[month]" tabindex="1"> <option value="1" {vb:raw after_monthselected.1}>{vb:rawphrase january}</option> <option value="2" {vb:raw after_monthselected.2}>{vb:rawphrase february}</option> <option value="3" {vb:raw after_monthselected.3}>{vb:rawphrase march}</option> <option value="4" {vb:raw after_monthselected.4}>{vb:rawphrase april}</option> <option value="5" {vb:raw after_monthselected.5}>{vb:rawphrase may}</option> <option value="6" {vb:raw after_monthselected.6}>{vb:rawphrase june}</option> <option value="7" {vb:raw after_monthselected.7}>{vb:rawphrase july}</option> <option value="8" {vb:raw after_monthselected.8}>{vb:rawphrase august}</option> <option value="9" {vb:raw after_monthselected.9}>{vb:rawphrase september}</option> <option value="10" {vb:raw after_monthselected.10}>{vb:rawphrase october}</option> <option value="11" {vb:raw after_monthselected.11}>{vb:rawphrase november}</option> <option value="12" {vb:raw after_monthselected.12}>{vb:rawphrase december}</option> </select> <input type="text" class="primary" style="font-size:11px" name="after_day" value="{vb:raw after_day}" size="3" maxlength="2" title="{vb:rawphrase day}" tabindex="1" /> <select name="after_year" class="primary" title="{vb:rawphrase year}" tabindex="1">{vb:raw after_yearbits}</select> {vb:rawphrase time} <select name="after_time" class="primary" title="{vb:rawphrase time}" tabindex="1">{vb:raw aftertimeoptions}</select> </li> <li>{vb:rawphrase time_zone}: <select name="timezoneoffset" class="primary" title="{vb:rawphrase time_zone}" tabindex="1">{vb:raw timezoneoptions}</select> </li> </ul> <h2 class="blocksubhead">{vb:rawphrase vbookie_allow_multiple_bets}</h2> <ul class="blockrow"> <li>{vb:rawphrase vbookie_allow_multiple_bets_desc}</li> <li><input type="checkbox" class="primary" name="allow_multiple_bets" {vb:raw allow_multiple_bets_selected} /> {vb:rawphrase vbookie_allow_multiple_bets}</li> </ul> <div style="margin-top:{vb:stylevar cellpadding}px"> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="t" value="{vb:raw threadid}" /> <input type="hidden" name="do" value="postevent" /> <vb:if condition="$editing==1"> <input type="hidden" name="editing" value="1" /> <input type="submit" class="button" name="update" value="{vb:rawphrase vbookie_update_event}" accesskey="u" tabindex="1" /> <vb:else /> <input type="submit" class="button" name="sbutton" value="{vb:rawphrase vbookie_submit_new_event}" accesskey="s" tabindex="1" /> </vb:if> <input type="submit" class="button" name="preview" value="{vb:rawphrase vbookie_preview_event}" accesskey="p" tabindex="1" /> </div> </form> <br /> {vb:raw forumrules} |
#939
|
|||
|
|||
That's a template - search your phrases ...
|
#940
|
||||
|
||||
If i search "Phrase Text Only" i get...
Quote:
But if i search "Phrase Text and Phrase Variable Name" it comes up (see attached image) Does that help.? Thanks |
#941
|
|||
|
|||
Strange - go back to the template you posted, search for
{vb:rawphrase vbookie_post_an_event} and replace with Post a vBookie Event does it then show? I don;t know why phrases would not be resolving ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|