Moderator: zanix
figmentus wrote:Something I noticed was my previous version allowed for the character image to display, as well as my .htaccess rewrite condition to work properly. if I use any current version, tweak or not, I lose my char and the rewrite, but can see my config panel. Old version no config panel, all else works in a funky manner....
// Set race-gender-class based image
if( !empty($sig_class) )
{
$im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'-'.strtolower(getEnglishValue($sig_class,$sig_char_locale)).'.png';
}
else
{
$im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'.png';
}
// Set race-gender-class based image
if( !empty($sig_class) )
{
$im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'.png';
}
else
{
$im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'.png';
}
darkraver wrote:Worked for me tks
Users browsing this forum: No registered users and 1 guest