Quote:
Originally Posted by Justin M
I have 3.8.7, if anyone can help me with installing vBookie by Private Message it would be greatly appreciated!
|
Works fine with 3.8.7
Install as per readme. (newthread template edit below.)
Once that is complete, rebuild bitfields.
To do that, go to
Code:
http://yoursite.com/forum/admincp/index.php?do=buildbitfields
Edit Usergroup permissions
I would not allow all members the ability to create/edit bookie events, only admin usergroup.
I would recommend creating a new child forum of an existing forum to pick up permissions & Name it Bookie Bets (Or whatever). Remember the forum id, you will need it later.
Next replace plugin contents as per instructions of the following post.
https://vborg.vbsupport.ru/showpost....&postcount=946
============================================
In Template newthread use the following.
Code:
<if condition="$foruminfo[forumid] == xx">
<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></if>
Only difference from readme to this is I added conditionals to only allow bookie threads to be created in one forum.
Change the
xx to the forum id of your newly created child forum. Click Save.
Also, if you use vbadvanced and find the navbar link throws up a 404 error when clicked, go to vBa CMPS/Default Settings/Global vBadvanced Settings, add vbookie.php to the Navbar Replacements Section.
Happy editing....