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)

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!


All times are GMT. The time now is 08:57 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.01997 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
  • (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
  • (3)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