1 (edited by KucPetel 2014-12-23 14:07)

Topic: no message after registration, but redirect to a forum index page

Hello people,
i use punbb on my chess site chessmir.net, where people can play chess live online. I have a problem that when somebody register on my site, he is redirected automatic to my forum index page, without any message, that he has to activate a email adress first by email. (I have activate in administration->settings->registration "Verify registrations Require verification of all new registrations by e-mail.")
After i register at this forum, i see that it is possible to input forum message to user, to say he has to activate account by email (see image ->  http://chessmir.net/test/register.PNG )  How can i implement this feature on my site? I think its need to change something in register.php but i am not sure....
thanks a lot for your help, and have a nice day!

Re: no message after registration, but redirect to a forum index page

i have fix a problem with registration by changing register.php
i change

if ($forum_config['o_regs_verify'] == '0')

to

if ($forum_config['o_regs_verify'] == '1')

and add

redirect('../yoururl.php', $lang_profile['Reg complete']);

where "yoururl.php" is the URL you will to redirect after registration. I think this guide can help somebody, by the some problem

i wish you all merry christmas and a happy new year!