Note - not all mods and addons provided here are installed via the admin package manager. Be sure to carefully read the instructions for each mod or addon.


with this ...No results found matching your search criteria. Please refine your search and try again.
No results found that match your search criteria. <a class="content-link simple" href="#" onclick="history.go(-1);return false">Go Back</a> and broaden your criteria selections and try again.
imagefilledrectangle($mynewimg,0,0,$size[0],$size[1],0xFFFFFF);with this ...
$bgColor = imagecolorallocate($mynewimg, 0,0,0);
imagefilledrectangle($mynewimg,0,0,$size[0],$size[1],$bgColor);

case MESS_SYSTEM:And change it to this ...
// check_login_member('auth'); this check was made at the begining
if (empty($output['_user_other'])) {
$output['_user_other']=$GLOBALS['_lang'][135];
}
$tpl->set_var('spam_controls',false);
break;
case MESS_SYSTEM:
// check_login_member('auth'); this check was made at the begining
if (empty($output['_user_other'])) {
$output['_user_other']=$GLOBALS['_lang'][135];
}
if (empty($output['photo'])) {
$output['photo']='admin.gif';
}
$tpl->set_var('spam_controls',false);
break;
form.edit_form dd {
float: left;
width: 400px;
padding: 0px;
}