Merhabalar,
Eğer sitenize biri üye olduktan sonra onu başka bir sayfaya yönlendirmek istiyorsanı şunları yapmanız yeterlidir.
Sources/Register.php dosyasında şunu bulun
// If this user is an admin - redirect them to the admin registration page.
if (allowedTo('moderate_forum') && !$user_info['is_guest'])
redirectexit('action=regcenter;sa=register');
// You are not a guest so you are a member - and members don't get to register twice!
elseif (empty($user_info['is_guest']))
redirectexit('action=regcenter;sa=register');
redirectexit('http://www.smfturk.net');