MyBB Community Forums

Full Version: Inventory Shop 1.1.x Beta Ready
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
Ryan Ashbrook Wrote:I found this bug as well, and I've fixed in my development code, I'll be releasing as soon as I fix more bugs.

For those who have install Beta 3 please open up the template "shop_itembits" and find:

<a href="shop.php?do=buy&name={$name}&price={$item['price']}&shop={$item['shop']}">{$item['name']}</a>


And replace it with:

<a href="shop.php?do=buy&shop={$item['shop']}&iid={$item['iid']}">{$item['name']}</a>


I did it and that solved my problem of not being able to buy things, but now, the shop in the cpanel has gone all weird: the items have been separated from the table.

www.wearewriters.co.uk/forums
User: Guest1
pass: guest

What have I done wrong now?
what is this plugin all about added it activated it all there now wot ???
clocktower Wrote:what is this plugin all about added it activated it all there now wot ???


I'm quite confused too 0.o


But does anyone know how to solve my problem?
any more news on the beta yet?
I just installed the WYSIWYG reply and post editor. When I try to make a new post I get this error.
MySQLi error: 1054
Unknown column 'money' in 'field list'
Query: UPDATE mybb_users SET money=money+'5' WHERE uid='1'
So I tried disabling the shop, and I get this error.
MySQLi error: 1091
Can't DROP 'money'; check that column/key exists
Query: ALTER TABLE `mybb_users` DROP `money`;
Any idea how to fix it? Until then I'm about to delete the files and see what happens. =/
Run this query and then deactivate the shop mod: ALTER TABLE mybb_users ADD money int NOT NULL default '';
Now, one of my members have $-9,740

http://www.wearewriters.co.uk/forums/Mor...190-2.html Post 14 by Edward2006
Thaks Ryan Wink
Dutch translation:
[attachment=6198]

My website's:
http://www.jn-design.be
http://www.roni-community.be

I hope I have helped you with this translation!

Niels
Pure gamer Wrote:When I post a reply, I dont earn points for it.

Forget it, fixed it.


How can fixed it ? ? ?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13