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)

Rabbitoh Warren 12-18-2005 12:49 PM

Quote:

Originally Posted by BiReL41r
I love this hack and have it installed but don't you think it's kind of pointless with no uStore

And that is vBookie's problem how you drongo? vBookie is an awesome extension that adds another dimension to any forum it's installed on. My members love it. No uStore? This is the wrong thread to be whinging on about that.

mariohn 12-18-2005 04:01 PM

I need help i have installed this great hack and put the code in the templates but when i go to change the user permissions to allow admins to place bets i see the options and i change them to yes and it says thats they have been successfully changed but i go back and check on the permissions and they are all back to no. Can somebody please help me?

jaymer 12-18-2005 07:05 PM

Thanks ,
gonna try this one out

EasyTarget 12-18-2005 08:17 PM

mariohn, I think you just have to rebuild the bitfields.

49er 12-18-2005 10:41 PM

Quote:

Originally Posted by mariohn
I need help i have installed this great hack and put the code in the templates but when i go to change the user permissions to allow admins to place bets i see the options and i change them to yes and it says thats they have been successfully changed but i go back and check on the permissions and they are all back to no. Can somebody please help me?

If you go back a few pages the answer is there.

Quote:

Originally Posted by teepeg
I have the same problem as CAL i think? i select Administrators group, set all the Permissions to Yes, update the page but it all reverts back to No The same happens when i try to update the Registered Users also?
If it has to do with what you say here "admincp/index.php?do=buildbitfields" could you please be a little more specific as to what i need to do.
Thx

Quote:

Originally Posted by zachlee


bashy 12-20-2005 03:56 PM

hi

try .. http ://your http here/forums/admincp/index.php?do=buildbitfields
no space^ there
Bashy

mariohn 12-20-2005 11:58 PM

thanks all who replied i got it working

sickstrings 12-21-2005 04:57 AM

Quote:

Originally Posted by Acido
If Help, the code to limit max amount for bets is in this post:
https://vborg.vbsupport.ru/showpost....&postcount=389

I think I got it, but try at your own risk.

Part 1
AdminCP --> Languages & Phrases --> Phrase Manager --> Add New Phrase

Product: vBookie
Varname: vbookie_max_bet_exceeded
Text: Whoops! Looks like you bet more than 100 bucks. Try again but make sure you bet no more than 100 bucks.

Part 2
In vbookie.php

Find this
PHP Code:

    if ($total_stake vbookie_get_user_cash())
    {
        eval(
standard_error(fetch_error('vbookie_not_enough_cash')));
    } 

After the above, add the following
PHP Code:

    if ($total_stake 100)
    {
        eval(
standard_error(fetch_error('vbookie_max_bet_exceeded')));
    } 

Save vbookie.php

That should do it!

jklimczak 12-21-2005 02:53 PM

I do not get the Opstion to add a New Bet

jklimczak 12-21-2005 03:06 PM

Do's not give me the Option to Add new thing to bet on when i click on new thred


All times are GMT. The time now is 05:06 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.02570 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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