Quote:
Originally Posted by Mazinger
Is there a query to mass add items to the shop. I want to add 180 items with a random name or the same name and the same cost.
|
Use a query like this:
INSERT INTO xperience_shop (catid, itemname, itemdesc, costfield) VALUES
(-CATID-, 'Item Name', 'Item Description', 'Costfield')
(-CATID-, 'Item Name2', 'Item Description', 'Costfield')
(-CATID-, 'Item Name3', 'Item Description', 'Costfield')
Quote:
Originally Posted by natecoupons
i got a problem....this seems to be working fine...except i do NOT have a vBexperience area in my admincp....i have some access in my vBulletin options.....i'd like to recount and configure awards and the shop
|
You should have. Please check if all files from the upload folder are on your server.
Quote:
Originally Posted by Mazinger
How to change the $cols, I want to display 5 items in a single row in the shop.
|
That would need changing code and templates.
Quote:
Originally Posted by Mazinger
There's a <br /> added after every 5 gifts in the postbit, how to stop that?
|
Set the setting "Break after x-items?" to a higher value.
Quote:
Originally Posted by bc641990
for some reason users are not getting points for posting, but the setting is set to 2 points for post
anyhelp?
|
Please PM me a temporary admin account on your server, so I can have a look.