![]() |
Quote:
To avoid this, edit the XML and remove/comment out PHP Code:
|
I see. Not a big deal since I still have all the old vCash data in the old database.
Obviously it's above and beyond providing support for the hack, but can you suggest a way I might pull that vbookie_cash data out of the one dbase, and import it as ucash into the live one? Thanks again, Kirby, apologies for all the questions. |
If you are lucky and have mySQL 4:
- Copy the User Table to another Table incl. Data - In this new Table, drop all columns except Userid and vbookie_cash (optional) - Export this new Table - Import the exported Table in the other Database - [sql]update user, imported_user_copy set user.vbookie_cash=imported_user_copy.vbookie_cash where user.userid=imported_user_copy.userid[/sql] ... or write an ImpEx Module for it ;) |
That's strange. I installed uCash and vBookie, set all required settings and permissions but I'm not able to post vBookie Events. All vBookie Event permissions of the administrator group are set to "yes", yet I don't get the option to post a vBookie Event with a new thread.
I got curious and set the member's usergroup permissions to "yes", logged in with a user account and got the option "post a vBookie Event with this thread". But I didn't got to set-up a vBookie Event either... |
Check your Permissions.
When you checked he Box, did a Form to post an Event come up afterwards? |
I triple checked the permissions.
I tried again and now it worked for my user account (the form came up) but not for my admin account, although both should have the same permissions. |
Check your Permissions is all I can say.
|
Thought you'd say that *g*
Well, adding a secondary usergroup did the trick. Btw: How do I chance the "vBookie:" before a thread? |
Phrase vbookie_event_thread_prefix in Phrasegroup Forum Display
|
Thanks :)
Now it's working finde :) |
Can I get some help? Preview works but when I hit submit I get's nothing but the text.
|
Quote:
|
Quote:
Could I just update the table in the database in the meantime? What are they, and what should they be changed to? |
I'm just looking for any help. I have had the same issue for the longest with no help or ideas...
|
I made several changes to the basic templates and I added a footer to most of the templates, like I do with all the other hacks to make them look more streamlined with the forums. Screenshots are included.
Phrase Manager -> Add New Phrase Varname: vbookie_footer Text: Powered by <b></b> v1.0 by <a href="http://www.infernotechnologies.net/" target="_blank">Zero Tolerance</a> Style Manager -> Choose the Style to Edit -> "vbookie_confirm_abandon_event" Replace entire template with: Code:
<form action="vbookie.php" method="post"> Replace entire template with: Code:
<form action="vbookie.php" method="post"> Replace entire template with: Code:
<!-- vbookie welcome --> Replace entire template with: Code:
<tr> Replace entire template with: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> Replace entire template with: Code:
<tr> Replace entire template with: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> Replace entire template with: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> Replace entire template with: Code:
<tr> Replace entire template with: Code:
<tr> |
Quote:
@all those having Problems setting the Permissions Do you get Errors when hitting Save by any chance? Do you have other bitfield_xxx.xml Files, and which? |
Quote:
Quote:
|
includes/xml
Which bitfield_xxx.xml Files do you have there? |
Quote:
Does that help? [he asked hopefully] :) |
Ok, that means no other Bitfields, eg. no reason why it should not work.
Feel free to send me a PM with an ACP Login, otherwise I can't help much - sorry. |
Quote:
|
@Everybody who got the same Problem as Bobby_S (setting reverting to No):
The Bitfield XML must be uploaded before the Product XML is being imported - as stated in the documentation. If you are not sure if you did that: Check if the File is present and call admincp/index.php?do=buildbitfields That should fix the Problem. |
the only problem we have is that when a new member joins he doesnt get any vcash
had to run a sql querie to up date them is there a setting somewhere |
Hmm, are you using vCash or uCash?
|
I am using vcash
this is on my test bed localhost, but ill quickly run through what i did 1. we had 2 users Admin & Dave 2. installed vbookie 3.Admin & Dave had 500 vcash 4. added 2 new members same group as admin & Dave 5. They didnt have any vcash 6. Ran the sql query Code:
update user set vbookie_cash=500 where vbookie_cash<20 |
Hmm,, just tested - works for me.
Did you add the new Members through ACP? |
yep
is that why |
There is an Input Control in the left Column to enter vCash, it's 0 by default :)
If a User registers via the Frontend he will get 500, as the feild is not set there and the Table Default is 500. Anyway, I think it would be a good idea to introduce a new setting for this in future Versions. |
I made a test event then deleted the thread but the event is still listed under News & Events, is there any way I can get rid of this? Thanks.
|
can ver1.6 be used in RC3?
anyway i m trying... |
it is ok for RC3, tested successfully..............^&^
|
Can I get some help? When I hit submit I get's nothing.
|
What does "I get's nothing" mean?
|
When I hit submit it shows nothing. But when I hit preview everything looks fine.
|
Nothing = Blank Screen, Normal Thread, ...?
|
Normal thread. No vBookie event.
|
Check your Template Edits.
|
I have over and over but hey...I'll try again.
|
in the vbookie_item_options table, if the option_pays=Y, there should be a WIN! displayed for the related option in an event.
but after i have upgraded to RC3, the WIN! disappeared for all the events. thanks for help................ |
meaning that:
<if condition="$outcome[option_pays]=='Y'"> $vbphrase[win] <else /> </if> doesnt run properly. |
All times are GMT. The time now is 10:32 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|