Hi Everyone
DATA
Url: h**p://ForosMormones.com
Last version of Icy Phoenix 15b in a phpBB 2.0.22
Mods which come in the default IP
Template: Aphrodite
Ok, I have followed so far to change these values
$avatar_width = 80;
$avatar_height = 80;
I'll change for this
$avatar_width = $board_config['avatar_max_width'];
$avatar_height = $board_config['avatar_max_height'];
and worked to perfection with the version of IP 15, but by changing the values in the latest version of IP 15b, to put values in the avatar funtions.php I get this error
"Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in / home / mormon / public_html / forums / includes / functions.php on line 2211"
And I have to re-edit the php and restore it to its original, what else can I do?
Thanks a lot