Code: Select all
// session id check
if ($sid == '' || $sid != $userdata['session_id'])
{
message_die(GENERAL_ERROR, 'Invalid_session');
}
Code: Select all
// session id check
if ($sid == '' || $sid != $userdata['session_id'])
{
message_die(GENERAL_ERROR, 'Invalid_session');
}
Ptirhiik - RPGnet-fr wrote: The option is still there, using now a map, under the Profile/Your profile/Public information/Contact. The map (def_usermaps.php) is named : profile_prefer.base.Contact. Check also your language pack is up-to-date.
Ptirhiik - RPGnet-fr wrote: Check the title of the map exists in your language file, and that you have no other mod_settings_profile_control_panel than the one provided with the mod v 1.0.3, and also the fields are created in the users table.
Dio2 wrote: OK all files deleted and reinstalled - still same problem![]()