
10-17-2004, 03:37 PM
|
 |
|
|
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by wi11ie1950
Find in File admincp/usergroup.php
PHP Code:
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000
Replace with
// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>
IT SHOULD BE........
// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0,
// ## </ucs>
Otherwise it creates an error when you try to access Usergroups in Admin CP
Find in file includes/init.php
Find
PHP Code:
'stylecache'
Replace with:
PHP Code:
'stylecache',
'utt_store_act'
IT SHOULD BE
Replace with
'stylecache',
'utt_store_act',
|
No it shouldn't. You can do it like that, but it isn't needed.
|