vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBookie for vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=233473)

Adam H 05-24-2010 05:11 AM

Stats page ? sorry this is the first time using vbookie , how would some one find this stats page ? we do not use the post bit code if thats how you get there, there isnt any links what so ever on the vbookie.php page ?

dartho 05-24-2010 05:18 AM

/vbookie.php?do=stats

It's off teh vBookie tab in the navbar (if you have that enabled)

Adam H 05-24-2010 05:40 AM

ah that would explain it :P i use a custom navbar. Thanks for the help ill make another link for members in their Navbars

Asterix_ita 05-31-2010 08:19 AM

1 Attachment(s)
I apologize immediately if the subject has been already addressed but I found nothing.

I would like to know if you can format vcach point:

now: 100000 - 1000000
format: 100.000 - 1.000.000

Thanks

jonty 05-31-2010 09:01 AM

*bug*

When editing a bet, it you select 'update number of outcomes', then the tick-box 'Allow multiple bets' becomes 'true' if previously set to false.

jonty 05-31-2010 09:18 AM

*bug*
When editing someone elses bet, and changing the number of outcomes, 'permission denied' page is shown.
Other details (odds, 'allow multiple bets' can be changed ok)

(permission groups set correctly in vbookie settings)

jonty 05-31-2010 01:11 PM

'Allow multiple bets' is fixed :up:
Updating number of outcomes still throws a permission denied error :(

FrankieGersnet 06-02-2010 12:51 PM

Is there a way to reset the bet stats section?

Thanks in advance! :)

Delilahs 06-17-2010 04:53 AM

Dartho, I un-installed all files and completey re-installed the new version, the same problem where a new event cannot be posted is there still., all the usergroup permissions are in place and everything seems to be in place.

But it still will not add a new event event though the tick button is there.

If I send you the admincp log in details, can you have a look to see what is going wrong please?

Thanks

dartho 06-17-2010 09:52 AM

Hi Delilahs,
Yep - PM me details and also the times when your site is at it's quietest/busiest (and your timezone) I wouldn't need to take your site down, but I may need to added some comment/debug code to the vBookie plugins which may momentarily cause issues or 'uglyness' for users.

JustinTiburon 06-18-2010 03:50 AM

fixed

dartho 06-18-2010 01:13 PM

Quote:

Originally Posted by Delilahs (Post 2054845)
Dartho, I un-installed all files and completey re-installed the new version, the same problem where a new event cannot be posted is there still., all the usergroup permissions are in place and everything seems to be in place.

But it still will not add a new event event though the tick button is there.

If I send you the admincp log in details, can you have a look to see what is going wrong please?

Thanks

Looks like I worked out the issue. You have 2 other plugins on the same hook as vBookie uses to bringup teh vBookie form. The thing is, these 2 plugins do the same thing - so I don't think you need them both anyway? Disabling one (either one it seems) results in vBookie working as expected. More info in PM to come.

Delilahs 06-19-2010 12:55 AM

Works a treat now I've disabled the vbulletin to twitter plug in.

Thanks for looking Dartho.

svvish 06-22-2010 05:49 PM

is there anyone that could help me install this? please PM me

TheBish 06-23-2010 06:40 PM

After upgrading to vb4.0.4 I am no longer seeing the bookie cash in the postbit legacy. Any thoughts on this?

sportsfroma2 06-24-2010 02:03 PM

Quote:

Originally Posted by TheBish (Post 2058364)
After upgrading to vb4.0.4 I am no longer seeing the bookie cash in the postbit legacy. Any thoughts on this?

I haven't upgraded my site to 4.0.4 yet (seems like I will wait until 4.0.5) BUT I see that all the postbit templates were updated:

http://www.vbulletin.com/forum/showt...-Now-Available

(total guess, maybe it would be better to wait for dartho to confim before trying)-

if you re-install the product does that fix it? my theory is that by re-running the product install that the temples edits would be added back on

TheBish 06-24-2010 06:23 PM

Quote:

Originally Posted by sportsfroma2 (Post 2058838)
I haven't upgraded my site to 4.0.4 yet (seems like I will wait until 4.0.5) BUT I see that all the postbit templates were updated:

http://www.vbulletin.com/forum/showt...-Now-Available

(total guess, maybe it would be better to wait for dartho to confim before trying)-

if you re-install the product does that fix it? my theory is that by re-running the product install that the temples edits would be added back on

Appreciate the response. I did try to re install the product, with overwrite on, and no difference. I can see the hook in the template, just not working.

dartho 06-24-2010 09:30 PM

I'm looking into this, as a temp work around for those that are indeed using vCash, you can edit the vBookie: Add Cash to Postbit plugin and add a double slash (//)to the front of the very first line to comment out the conditional. This way the vCash will always show .

dartho 06-24-2010 09:47 PM

OK - To fix, replace the entire vBookie: Add Cash to Postbit contents plugin with:

PHP Code:

if (($this->registry->options['vbookieactive']) && ($this->registry->options['vbookiecash']=="vCash") && ($this->registry->options['vbookiecashon']))
{
$template_hook['postbit_userinfo_right_after_posts'] .= "<dt>".$vbphrase['vbookie_vcash']."</dt> <dd>"$post['vbookie_cash'] ."</dd>";



TheBish 06-25-2010 03:22 AM

Works great now. Thank you!

hardboiled 06-28-2010 09:36 PM

Installed everything according to the read-me, but nothing shows up in usergroup permissions or forum permissions.

dartho 06-28-2010 09:44 PM

No - usergroup and forum permissions are set in the vBookie settings...

hardboiled 06-28-2010 09:51 PM

In the vbookie setting, both user ids for admins and mods are in place, but still, cannot add events.

dartho 06-28-2010 10:23 PM

You need to use group ID's (probably 5 & 6) , not userids for user permissions

hardboiled 06-28-2010 10:30 PM

NEVERMIND! I got it to work! AMAZING!!!!!!!!!

DevilGreeny 06-29-2010 04:12 PM

Event not show checkbox Pay Out when done,pls tell me why ?

dartho 06-29-2010 09:09 PM

Because the "Payout" date hasn't passed yet?

merk_aus 07-09-2010 12:54 AM

I know the chances of people helping are slim however I just brought a skin and installed it on my site everything is looking fine until I go to the vbookie section the entire template is all messed up.

http://www.sports-force.net.au/betting.html (down the bottom there is the template changer it is Sports Force v2 that is the theme I am working on) can someone offer any assistance as to how to fix it?

dartho 07-09-2010 05:17 AM

It looks similar to an issue I have seen before - the fix might be simple. I;ll have a look later when I have some time....

dartho 07-10-2010 05:37 AM

Merk - how does it look if you have standard URL's rather than "friendly" ones?

Also, try adding
Code:

<base href="http://www.sports-force.net.au/" /><!--[if IE]></base><![endif]-->
to the VBOOKIE template immediately after <head>

leeman 07-12-2010 05:43 PM

Installed like a dream ...

Now my members are happy again :D

hcmls.net 07-15-2010 06:25 PM

I cant add event or manager vbookie because I dont see it at ACP :(

dartho 07-15-2010 10:11 PM

Events are added when you create a new thread

tjdrico 07-16-2010 12:05 PM

Great to see my old hack still being ported on. Thanks to both Andreas and dartho for keeping the old girl alive. :D

wEbAddEr 07-18-2010 01:01 AM

How can i integrate vBCredits II into vbookie ?

dartho 07-18-2010 02:57 AM

Ask the vBCredits guys - all the hooks are there for them, and I think they even added native vBookie support.

wEbAddEr 07-18-2010 03:21 AM

thanks, will take there a look :)

Asterix_ita 07-20-2010 03:36 AM

1 Attachment(s)
I can not translate as shown in picture

I translated the language variables

help me

thanks

dartho 07-20-2010 04:49 AM

Those words are hard coded. I will look at phrasing them to help make your translation complete.

Asterix_ita 07-20-2010 06:52 AM

Thanks


All times are GMT. The time now is 12:47 AM.

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.01983 seconds
  • Memory Usage 1,798KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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