1
### Amendment - Correction ###
====================
/modules/system/admin/smilies/main.php
(so this)
72 $smilies['image'] = '

';
(is thus)
72 $smilies['image'] = '

';
====================
/modules/system/admin/userrank/main.php
(so this)
75 $userrank['rank_image'] = '

';
(is thus)
75 $userrank['rank_image'] = '

';
?? I changed but I do not know what the outcome. ??
(so this)
186 xoops_confirm(array("ok" => 1, "rank_id" => $_REQUEST["rank_id"], "op" => "userrank_delete"), $_SERVER["REQUEST_URI"],
sprintf(_AM_SYSTEM_USERRANK_SUREDEL) . '

');
(is thus)
186 xoops_confirm(array("ok" => 1, "rank_id" => $_REQUEST["rank_id"], "op" => "userrank_delete"), $_SERVER["REQUEST_URI"],
sprintf(_AM_SYSTEM_USERRANK_SUREDEL) . '

');
=============================
/modules/profile/class/field.php
(so this)
328 $user_rankimage = '
![' . $userrank['title'] . ']('.XOOPS_UPLOAD_URL . '/' . $userrank['image'] . ')
';
(is thus)
328 $user_rankimage = '
![' . $userrank['title'] . ']('.XOOPS_UPLOAD_URL . '/ranks/' . $userrank['image'] . ')
';
===========================
File with the corrections :
http://edipinho.uni.cc/uploads/correcaoX250-ranks-smilies.zipFor now is working without problem.
T+