![]() |
Quote:
|
Quote:
|
Quote:
|
One last question, what is the difference between postbit and postbit legacy users?
|
Quote:
|
My users don't appear to be getting points after posting? Everything is enabled.
Also, every action says "out of stock" even though they're clearly not. |
Squall -- Big bugs... I managed around them all though. I suggest making sure the HTL actually MAKES the actions table before it tried to store data in it... Or at least make sure it's got the whole TABLE_PREFIX right... because running the HTL, it tried to insert data into a non-existant table.... Might be that some of the code is/isn't using TABLE_PREFIX though, because as I've learned recently, I'm one of the lucky few using a prefix. :)
Also: A mass replace in all templates of "uttstore.php" to "ushop.php" was needed. Might wanna fix that for 1.0. :) |
Quote:
2. Go to the action admin page and click "Update". |
Oh ic, very clear, thanks! I think my installation in the test forum is working great, now im going to install it on the real one. Thanks a lot u all.
|
Quote:
|
Quote:
|
Can changing "points" to be "dollars" be done easily or no? I do want "points" to actually represent a currency. Thanks.
|
When not logged in, we are supposed to get "No action found" for all action related to Shop/Bank right?
|
The out of stock thing is an else setting, i forgot to add an extra setting in, it will be fixed for the next release
|
Quote:
|
Can we add items into the Shop so users can use their points to buy them?
|
Quote:
|
Quote:
|
link: you can't use a mass replace of templates beacuse if you replace points with gil, it'll rpelace all the variables that had "points" in them to "gil" and therefore screw everything up. Like my top 5 richest isn't showing up and everything else that formerly had a points variable is no longer showing up.
Also, everything in the store is out of stock, even though i filled their quantity to 100. However, I can buy it from the drop down in the navbar, hope to get a quick fix for this. |
Quote:
All working fine so far in test - here goes for proper :D |
Quote:
|
Quote:
Then i delete the replacement variable and the deposit action works again. |
Quote:
|
oh, ++++ lol. I was wonderin about that too, i thought i had to do that instead of find/replace. oh well, i'll just go re-replace gil with points and add a replacement.
|
Quote:
|
Quote:
You can do it the "hard" way, though. It shouldn't take too many template edits. Or wait a few days/weeks for 1..00. ;) |
Quote:
|
damn lol, hopefully that'll be added soon.
Also, where is the arcade file? I enable the arcade pass and i can still play in the arcade lol |
it's a seperate hack. It was released in the Beta Releases forum a while ago.
|
no i mean to integrate the arcade with the shop. I can't find the arcadepass file in the /uttstore folder. the action.arcadepass doesn't exist in the folder.
Besides all of that, it's working perfectly, i just hope the thing to change the name of points will come soon. |
Quote:
|
Alright, bug found in template conditionals (Zak... :p)
IN TEMPLATE "uttstore_main_actionbits": Find: Code:
<td class="thead"><span style="float: right;"><if condition="$points >= $cost && $action['quantity'] != 0"><a style="text-decoration: none;" href="ushop.php?do=a&aid=$action[actionid]">[ Buy ]</a><else /> Out of Stock </if></span>Cost: $cost - <a href="ushop.php?do=actionhistory&aid=$action[actionid]">Recent Purchases?</a></td> Code:
<td class="thead"><span style="float: right;"><if condition="$points >= $cost && $action['quantity'] != 0"><a style="text-decoration: none;" href="ushop.php?do=a&aid=$action[actionid]">[ Buy ]</a><else /><if condition="$points >= $cost"> Out of Stock <else /> Insufficient Funds! </if></if></span>Cost: $cost - <a href="ushop.php?do=actionhistory&aid=$action[actionid]">Recent Purchases?</a></td> |
Oh, and link to Arcade Pass Hack:
https://vborg.vbsupport.ru/showthread.php?t=62059 |
Quote:
|
Quote:
|
No.
|
EDIT: Problem fixed
Cause: My PhP Editor. (sorry for wasting your time). Support Question: - Stand Alone Install on vb3 gold. No hacks except HTL I installed the file edits, and when I try to log into the admincp I recieve the following error message: Quote:
PHP Code:
Second error message / global php file line 37 PHP Code:
|
Quote:
EDIT: Whoops, didn't noticed you said vB3 Gold. Either way, that shouldn't happen. Post the edit here (and a few lines above and below) and maybe I can find the problem. |
Where do I control permissions of who sees the store?
Only the admins & mods can view the store, everyone else gets 'no actions found.' |
It's a per-action setting.
|
All times are GMT. The time now is 11:01 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|