Quote:
Originally Posted by Link14716
No it shouldn't. You can do it like that, but it isn't needed.
|
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',
Hi Link. Well it gave me a Parse Error every time until i added the comma's
