Customizing SMF > Modifications and Packages

SMFShop- Version 3.2 Now SMF 2.0 Support!

<< < (550/567) > >>

Tobias22:
Nah, I can't find it anywhere in the permissions, it works fine with everything else..Aside from the fact that we can't use Glow/shadow with it..Which annoys me greatly..since that's the only reason I installed it lol.
But it doesn't have an option to show on the mini profile..and I'm not sure why lol..It seems to be on everyone elses site working in the MP

iknowyou:
Just wondering, does this mod use a lot of CPU resource?

Cheers

Kendrall:

--- Quote from: WantSome on July 24, 2012, 02:53:20 PM ---Thanks Kindred.

If you're talking about the membergroup permissions screen, then the membergroup I want to administrate the forum has every permission ticked.  All of them (there are 106, apparently).  I can't see one in particular that allows them to *administrate* the shop, only view and use the shop.

And although they have all the permissions, they can't see the 'Shop Administration' button at all on the admin panel.  So, although they have all the permissions (unless there is another permissions area I've missed which is possible) they still can't administrate the shop (that is, restock items, add items, etc).

Any help?

--- End quote ---


Agreed, there isn't a direct method to grant global moderators or maintenance-based profiles the ability to actively administer the SMF Shop.  I installed SMF Shop 3.2 on my test forum, and apparently if you want someone else to manage the shop for you, that person HAS to have FULL administrative privileges (i.e. they need to be an administrator).

hcfwesker:
About other members managing the Shop ..

Strangely when looking over the edits, there is a shop_admin permission being called for in the shop section of the Admintemplate.php, but i dont see any edits for shop_admin being added to Permissions.php file.

This may could work ...

Sources/ManagePermissions.php

Find

--- Code: --- 'profile_remote_avatar',
'profile_remove_own',

// Begin SMFShop code
'shop_main',
--- End code ---

Replace with

--- Code: --- 'profile_remote_avatar',
'profile_remove_own',

// Begin SMFShop code
'shop_main',
'shop_admin',
--- End code ---

Find

--- Code: --- 'shop_trade' => array(false, 'shop', 'shop'),
--- End code ---

add AFTER

--- Code: --- 'shop_admin' => array(false, 'shop', 'shop'),
--- End code ---


Themes/default/languages/ManagePermissions.english.php

Find

--- Code: ---?>
--- End code ---

Add ABOVE

--- Code: ---$txt['permissionname_shop_admin'] = 'Administrate the Shop';
--- End code ---


Haven't tested it since I use SA Shop on my forum witgh this feature already added.

Kendrall:
Awesome.  I'll test the changes to the source code and will let you know my results.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version