I installed this hack in my vb3.01 system and it seemed to go seamless exclet for the following error. This happens when I clicked on "Usergroup Manager" in the ACP.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Parse error: parse error, expecting `')'' in /home2/webbhelp/dkdrpg-www/mb-test/admincp/usergroup.php on line 121
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This happens when I make the in usergroup.php according to your instructions:
Code:
Find in File admincp/usergroup.php
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000
REPLACE that with:
// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>
When I do not make this change, all is cool. But when I do, I get the error.
Help.