Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Vbookie Product Fix... Details »»
Vbookie Product Fix...
Version: , by HHU HHU is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-19-2006 Last Update: Never Installs: 0
 
No support by the author.

In the new version of the Vbookie Addon, when installing it gives an error message of:

XML Error: not well-formed (invalid token) at Line 41

Here is an uploaded fixed file of the product that will install properly.

*Fixed by CMX but he isn't currently able to be around to update it*

Download Now

File Type: (21.4 KB, 226 views)

Show Your Support

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

Comments
  #32  
Old 10-07-2006, 04:47 PM
wastemytime wastemytime is offline
 
Join Date: Sep 2006
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, is there any way to import old (existing) vCash "Money" into the new vBux Points System?
Reply With Quote
  #33  
Old 10-10-2006, 01:03 AM
Revpolar Revpolar is offline
 
Join Date: Feb 2004
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phpdevrus
just be patient.. hey it is free isnt it?

sometimes we forget that these are individuals that coded these addons and not companies like vbulletin.

I am just happy that overall it works.
ohh Im patient. My members arent very patient though. I guess football season isnt the time to have vbookie turned off due to the problems. You know I have begged coders all the time to make a squares mod. Of course they are all too busy and I can understand that. What I wanted was one that uses paypal or vcash and pays out by quarter. It would be the greatest hack ever if done.
Reply With Quote
  #34  
Old 10-10-2006, 09:12 PM
wastemytime wastemytime is offline
 
Join Date: Sep 2006
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Joker Pro
question, im not getting an option to make an event?? after i start a thread, usergroups are set, but i cant figure it out any idea? this is for 3.6 do i need to change the vbux setting? vbook is on custom,
Same here. 3.6.2. vBookie ist not showing up.
Reply With Quote
  #35  
Old 10-11-2006, 08:49 PM
phpdevrus phpdevrus is offline
 
Join Date: Mar 2006
Location: San Francisco, CA
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wastemytime
Same here. 3.6.2. vBookie ist not showing up.
the vbookie option is at the bottom when you create the thread.

It is just above or below the option to sticky the thread after creation.

did you modify your template to include the option?

did you setup the forum to allow vbookie events to be posted?

we need more information about what you have done to help you.

Quote:
Originally Posted by Revpolar
ohh Im patient. My members arent very patient though. I guess football season isnt the time to have vbookie turned off due to the problems. You know I have begged coders all the time to make a squares mod. Of course they are all too busy and I can understand that. What I wanted was one that uses paypal or vcash and pays out by quarter. It would be the greatest hack ever if done.
as far as i have heard the only issue with vbookie is the multi-page issue when a lot of ppl bet but personally i dont know how that even effect the use of vbookie.

what other problems are you having? mine is working fine.
Reply With Quote
  #36  
Old 10-11-2006, 09:13 PM
wastemytime wastemytime is offline
 
Join Date: Sep 2006
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you. I'm stupid. I did go through the vBookie Installation, and this part:

Code:
In Template newthread
   FIND
   --------------------------------------------------
   $threadmanagement
   --------------------------------------------------

   ABOVE that ADD
   --------------------------------------------------
   <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>
was gone. Now everything is working fine.

I was 100% sure, i didn't change any Template...
Reply With Quote
  #37  
Old 10-11-2006, 10:42 PM
cuphongle cuphongle is offline
 
Join Date: Jul 2005
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I seleted the "blank space", everything seems to be working, but now it says "you can not bet on this event"
Reply With Quote
  #38  
Old 10-12-2006, 08:13 PM
phpdevrus phpdevrus is offline
 
Join Date: Mar 2006
Location: San Francisco, CA
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

glad to hear you got it working :-)

Quote:
Originally Posted by wastemytime
Thank you. I'm stupid. I did go through the vBookie Installation, and this part:

Code:
In Template newthread
   FIND
   --------------------------------------------------
   $threadmanagement
   --------------------------------------------------

   ABOVE that ADD
   --------------------------------------------------
   <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>
was gone. Now everything is working fine.

I was 100% sure, i didn't change any Template...
Quote:
Originally Posted by cuphongle
I seleted the "blank space", everything seems to be working, but now it says "you can not bet on this event"
hmm the blank/custom one was meant to make it work.

did you setup your usergroup to allow it to bet, post and edit vbookie events?

check your usergroup settings, if you cant edit the settings then rebuild your postbits to make it work.

that should hopefully fix the issue.
Reply With Quote
  #39  
Old 10-12-2006, 10:29 PM
cuphongle cuphongle is offline
 
Join Date: Jul 2005
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phpdevrus
glad to hear you got it working :-)





hmm the blank/custom one was meant to make it work.

did you setup your usergroup to allow it to bet, post and edit vbookie events?

check your usergroup settings, if you cant edit the settings then rebuild your postbits to make it work.

that should hopefully fix the issue.
Well, i checked everything, usergroup is good. But just cant bet

It says
Code:
You may not bet on this event. You have placed 0 bet(s) on this Event.
Reply With Quote
  #40  
Old 10-13-2006, 04:30 AM
phpdevrus phpdevrus is offline
 
Join Date: Mar 2006
Location: San Francisco, CA
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

weird, normally that should do it. i would now suggest re-installing the product.

if that doesnt work i am not sure what to suggest without seeing the settings myself.

good luck.
Reply With Quote
  #41  
Old 11-19-2006, 02:49 PM
RetroDreams RetroDreams is offline
 
Join Date: Nov 2002
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wastemytime View Post
Hi, is there any way to import old (existing) vCash "Money" into the new vBux Points System?
Did you get this figured out?
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 03:16 AM.


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.04644 seconds
  • Memory Usage 2,338KB
  • 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
  • (3)bbcode_code
  • (8)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete