Author Topic: I need another membergroup to manage the shop.  (Read 2919 times)

Offline Zenin

I need another membergroup to manage the shop.
« on: July 29, 2007, 01:46:45 am »
ok so the permissions and membergroup settings wont allow any other membergroups to manage the shop and add items. only administrators can.
i would like to give the moderators of my site the ability to admin the shop, as i dont have much time to add items.

Offline feeble

Re: I need another membergroup to manage the shop.
« Reply #1 on: July 29, 2007, 07:32:21 am »
The permission is there, just not used....

PLEASE NOTE THAT IF YOU MAKE THESE CHANGES, SMFSHOP WILL FAIL TO UNINSTALL

open up
Sources/ManagePermissions.php

look for
Code: [Select]
'shop_trade' => false,
on the next line add
Code: [Select]
'shop_admin' => false,
open up
Themes/default/languages/ManagePermissions.english.php

look for
Code: [Select]
$txt['permissionname_shop_trade'] = 'Trade Centre';
on the next line add
Code: [Select]
$txt['permissionname_shop_admin'] = 'Shop Admin';

Offline Zenin

Re: I need another membergroup to manage the shop.
« Reply #2 on: July 29, 2007, 11:06:37 am »
The permission is there, just not used....

PLEASE NOTE THAT IF YOU MAKE THESE CHANGES, SMFSHOP WILL FAIL TO UNINSTALL

open up
Sources/ManagePermissions.php

look for
Code: [Select]
'shop_trade' => false,
on the next line add
Code: [Select]
'shop_admin' => false,
open up
Themes/default/languages/ManagePermissions.english.php

look for
Code: [Select]
$txt['permissionname_shop_trade'] = 'Trade Centre';
on the next line add
Code: [Select]
$txt['permissionname_shop_admin'] = 'Shop Admin';

thanks alot i dont plan on uninstalling the shop anytime soon thanks for your help, ive been trying to figure this out for ages :D
 O0

Offline feildmaster

Re: I need another membergroup to manage the shop.
« Reply #3 on: July 29, 2007, 01:51:32 pm »
ah... what the hell, its there and not used? How lame... XD i coded my own "add item" php article for ppl to use... XD

oh well, i prefer that instead of lettin em in to admin.

Offline mr_thinhhieu

Re: I need another membergroup to manage the shop.
« Reply #4 on: January 11, 2008, 06:01:57 pm »
Mr feeble did a good job, I applied it and got a nice result but not enough for me, I set another group that's only able to manage: "add/delete/edit items". This group helps admin to update items. How can I do that?