Author Topic: Change Amount Of Credits  (Read 5335 times)

Offline souljaa

Change Amount Of Credits
« on: March 20, 2007, 04:06:13 am »
Hey, sorry, but I'm just kind of confused, how do I change the amount of credits to give a user?
It's no where on the Admin Panel :/.
And how do I take off credits from a user, etc..?
Thanks
Souljaa

Offline Daniel15

Re: Change Amount Of Credits
« Reply #1 on: March 24, 2007, 11:00:22 am »
Quote
how do I change the amount of credits to give a user?
In the "General Settings" section under "Currency Settings", it has settings for "Per new topic", "Per new post", and "Amount to get on registration", as well as the bonuses.

Quote
And how do I take off credits from a user, etc..?
In the "Members' Inventory" section of the admin panel, you can edit the number of credits the user has.

Offline souljaa

Re: Change Amount Of Credits
« Reply #2 on: March 25, 2007, 03:16:22 am »
On the Admin Panel?
'Cause there isn't anything for me.

Offline Daniel15

Re: Change Amount Of Credits
« Reply #3 on: March 25, 2007, 10:20:37 am »
Yes, it should be in the admin panel...
Are you using the default theme? Could you please try it with the default theme, and see if that works?

Offline souljaa

Re: Change Amount Of Credits
« Reply #4 on: March 26, 2007, 12:43:17 pm »
Tried that too, maybe I'm just missing a file?

Offline Daniel15

Re: Change Amount Of Credits
« Reply #5 on: March 30, 2007, 07:22:45 pm »
Please check that SMFShop code has been added to your Sources/Subs.php code. If not, find:
Code: (php) [Select]
validateSession();

Add after:
Code: (php) [Select]
// Begin SMFShop code
loadLanguage('Shop');
        if (allowedTo('shop_admin'))
    $context['admin_areas']['shop'] = array (
    'title' => $txt['shop_admin'],
    'areas' => array(
    'shop_general' => '<a href="' . $scripturl . '?action=shop_general">' . $txt['shop_admin_general'] . '</a>',
'shop_items_edit' => '<a href="' . $scripturl . '?action=shop_items_edit">' . $txt['shop_admin_items_addedit'] . '</a>',
'shop_cat' => '<a href="' . $scripturl . '?action=shop_cat">' . $txt['shop_admin_cat'] . '</a>',
    'shop_inventory' => '<a href="' . $scripturl . '?action=shop_inventory">' . $txt['shop_admin_inventory'] . '</a>',
'shop_restock' => '<a href="' . $scripturl . '?action=shop_restock">' . $txt['shop_admin_restock'] . '</a>',
'shop_usergroup' => '<a href="' . $scripturl . '?action=shop_usergroup">' . $txt['shop_admin_usergroup'] . '</a>',
    )
    );
// End SMFShop code

Offline souljaa

Re: Change Amount Of Credits
« Reply #6 on: April 16, 2007, 10:40:45 am »
Sorry again, but what's the file called? What file do I have to edit?
And also, when I go to "SHOP" there's only home.
Check it out here.
http://nhlstars.nbhost.uni.cc/index.php
Thanks
Souljaa
« Last Edit: April 16, 2007, 10:44:32 am by souljaa »

Offline Daniel15

Re: Change Amount Of Credits
« Reply #7 on: April 20, 2007, 11:00:31 pm »
It looks like you've fixed this? At least, the shop appears fine from a user's perspective (there's not only "Home", all the other links are there).
Is the admin section also working correctly?

Offline souljaa

Re: Change Amount Of Credits
« Reply #8 on: April 22, 2007, 06:11:59 am »
Yup! Got it working. I had to change the language to English instead of english utf or something like that under the server.
Thanks a lot.
Souljaa