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)

bandare 01-20-2010 10:08 PM

Quote:

Originally Posted by dartho (Post 1961658)
4.0.1 released - Just cleaned up some "testing code" that was still in the templates and files and added a global option to allow/disallow Private Bets

holy moses... that's fantastic... thankyou :)

dartho 01-20-2010 10:53 PM

it was a very simple addition, so just slipped it in

badawidollah 01-21-2010 02:32 AM

Quote:

Originally Posted by TimberFloorAu (Post 1961501)
You need to add a BET on the system, those tabs are not tabs just tab headings.

If you cannot add a bet then usergroup permissions havent been set properly.

Quite frustrating, but well worth the 5 minutes it takes
( in my case : that is )

1.I set vbookie to be used in 3 forums
2.Then in usergroups i set which users could do what ( registered , admins mods and supermods ) each time having clicked save I rebuilt bitfields. ( easiest way to do that is...(see note 1 )
3. then in forum group permissions for each forum, and each usergroup I again set the permissions, and after clicking save on each one, I rebuilt bitfields. ( see note 1 )

Note 1.
Step 1
Open one window with admincp ( with forums link open ) Change permissions one step at a time, so click Administrators under a certain forum, change vbookie permissions, click save ) then move onto step 2

Step 2
Open another window tab ( and in notepad type this out. )

http://yourdomain.com/forum//admincp...buildbitfields
Changing the path to suit your domain. Highlight it, click CTRL+C then each time you have saved usergroup changes in STEP 1 , paste this link into the open tab, hit ENTER

Then go back to Step 1, and move to next usergroup. Repeat until you have done this for all usergroups, and all forum permissions.

STe

not work

TimberFloorAu 01-21-2010 03:42 AM

Quote:

Originally Posted by badawidollah (Post 1961935)
not work

Thanks for the info !

GreigM 01-21-2010 06:46 AM

create a new thread and tick the vbookie event box make sure the permissions are set correctly

GreigM 01-21-2010 06:57 AM

I would like to manually add the vcash on the postbit, so I guess I would disable the postbit plugin, and then manually add the vcash command to the postbit template?

this is the plugin code

PHP Code:

$template_hook[postbit_userinfo_right_after_posts] .= "<dt>".$vbphrase['vbookie_vcash']."</dt> <dd>".$post['vbookie_cash']."</dd>"

how would I call it manually in the postbit template, just use the .$post['vbookie_cash'] ?

Answering myself, but this seems to work fine for manually adding the vcash to the postbit

PHP Code:

<dt>{$vbphrase[vbookie_vcash]}</dt> <dd>{$post[vbookie_cash]}</dd


dartho 01-21-2010 07:54 AM

putting the following code where you want
Code:

<dt>{vb:rawphrase vbookie_vcash}</dt><dd>{vb:raw post.vbookie_cash}</dd>
would probably me correct. Using things like $post[vbookie_cash] in templates is supposedly not the way to do it anymore...

GreigM 01-21-2010 08:12 AM

Thanks works fine, thanks for the update as well :) great!

mandingo 01-21-2010 12:23 PM

Quote:

Although vBookie does not have any built-in facility to integrate with any other store hacks, it's a very simple job to hack vBookie itself to integrate it with any store/points system you care to use.
Can anyone point me in the right direction as to how to do this? Using uCash fyi

dcuellar 01-21-2010 12:25 PM

Holy crap!!

My eyes MUST be deceiving me!!

THANK YOU SO MUCH!!

I just saw your post on the 3.5 thread and went crazy. You wouldn't happen to be taking suggestions for add-ons/features would you? There's one in particular I want. PM me if you interested. I am willing to pay.


All times are GMT. The time now is 11:53 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.01730 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_php_printable
  • (4)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