Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Lokitox

Pages: [1]
1
Modifications / [MOD] Administration SMF Shop.
« on: June 08, 2009, 03:33:53 am »
Hello.

Well, this mod with another group which can not handle SMF Shop Manager.

Edit:

Sources/ManagePermissions.php:

Search:
Code: [Select]
'shop_trade' => false,
Add After:
Code: [Select]
'shop_admin' => false,
Errors.english.php:

Search: (First line)
Code: [Select]
<?
Add After:
Code: [Select]
$txt['cannot_shop_admin'] = 'You do not have access to the Administration of SMFShop';
ManagePermissions.english.php:

Search: (First line)
Code: [Select]
<?
Add After:
Code: [Select]
$txt['permissionname_shop_admin'] = 'Administration SMF Shop';   
Regards!

2
Bugs / Bug in Shop-Send.php
« on: June 07, 2009, 12:33:52 am »
Hello.

Well eh found a bug in this file, is what makes me explain the changes as appropriations increase Infitar.

Greetings!

Pages: [1]