Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBookie for vBulletin 3.5 Details »»
vBookie for vBulletin 3.5
Version: 1.0.7, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 08-11-2005 Last Update: 02-17-2006 Installs: 633
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2422  
Old 10-23-2012, 01:08 AM
FCDobbs FCDobbs is offline
 
Join Date: Apr 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks blind-eddie,
you helped to get me up and running.
Reply With Quote
  #2423  
Old 10-27-2012, 06:59 PM
FCDobbs FCDobbs is offline
 
Join Date: Apr 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, it was working just fine.
Now, for some reason, it has stopped working.
When you go to create a new thread, and check that it is a "vbookie" event,
then save the thread, it merely saves the post/thread.
It does not prompt you for the betting info, nor does it give the thread a "$" icon.

Nothing has been changed since it was working yesterday.

It is still enabled, and all forum permissions are still correct.

Any ideas on what could be causing this, and/or how I can fix it ?

Thanks (again) from whomever can help.



Edit/Update: 20121030

So after much searching, I figured out that the hook for 3.6 must be the problem
(see here) https://vborg.vbsupport.ru/showthrea...92#post1035092

So I made that hook change, and it seems to work now.

But... now I have to figure out why it worked before, but then it didn't.
Maybe someone changed that hook back (reverted).
Reply With Quote
  #2424  
Old 02-12-2013, 05:56 PM
Justin M Justin M is offline
 
Join Date: Dec 2012
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have 3.8.7, if anyone can help me with installing vBookie by Private Message it would be greatly appreciated!
Reply With Quote
  #2425  
Old 02-13-2013, 01:28 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Justin M View Post
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....
Reply With Quote
  #2426  
Old 03-26-2013, 12:51 PM
Storer Storer is offline
 
Join Date: Mar 2013
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for a bit of a bump, but I have a couple of questions to ask.

I am running vBulletin v3.8.7 and thanks to the above posts I've been able to install it fine.

However, when I post the vCash doesn't go +1. How do I go about fixing this?

Cheers.
Reply With Quote
  #2427  
Old 03-26-2013, 02:59 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Storer View Post
Sorry for a bit of a bump, but I have a couple of questions to ask.

I am running vBulletin v3.8.7 and thanks to the above posts I've been able to install it fine.

However, when I post the vCash doesn't go +1. How do I go about fixing this?

Cheers.
What do you mean by "when I post the vCash doesn't go +1"

Would you please give more details so I can help you fix your issue? Thank you
Reply With Quote
  #2428  
Old 04-19-2013, 08:52 AM
Storer Storer is offline
 
Join Date: Mar 2013
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blind-eddie View Post
What do you mean by "when I post the vCash doesn't go +1"

Would you please give more details so I can help you fix your issue? Thank you
When each member posts, they don't get a +1 in their vCash department. Not sure if this add-on gives that option.
Reply With Quote
  #2429  
Old 07-20-2013, 03:38 AM
jesus likes pie jesus likes pie is offline
 
Join Date: Apr 2005
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, are there any known severe exploits for this plugin running on 3.8.2? It is showing version number 1.0.7.

My forum has been compromised a few times with .js and .php files being edited. My main suspect is ibProArcade (see this thread: https://vborg.vbsupport.ru/showthread.php?p=2434523) but figured I would ask here anyways.
Reply With Quote
  #2430  
Old 09-12-2013, 02:23 PM
Chase Chase is offline
 
Join Date: May 2002
Location: Northern Ohio
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey guys... I don't know if anyone still reads this thread but I have a question. I've got this mod running on 3.8.7 and I have a "bookie" usergroup... for mods who wish to run the bookie events. How can I make it so any member of the "bookie" group can edit/add bookie lines to existing open events?

As it stands right now only the bookie event creator can add new lines to the event. However any member of the bookie usergroup can edit a line.

It would be great if any bookie usergroup member could add a new line to an open event.

Thanks and let me know!
Reply With Quote
  #2431  
Old 09-15-2013, 02:49 PM
Chase Chase is offline
 
Join Date: May 2002
Location: Northern Ohio
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:38 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07263 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete