@kurulumu-net Odd. I'm not able to reproduce this. Have you tried disabling plugins to see if any of those are the culprit ?
Redirect after register/registration
-
Very basic question - just curious to know where I can edit the redirect path that a user is forced to upon registering?
-
Is this to navigate to some static 'welcome page', that you could, potentially, use to track as goals in analytics?
I'd like that too..
-
@xulture yep. Would like to funnel new users through a static page listing the site's features
-
You can do this in a plugin, using the hook.
filter:register.complete
Set the referrer property to the url you want to redirect to.myPlugin.onRegisterComplete = function(data, callback) { data.referrer = 'https://myforum.com/topic/1/welcome' callback(null, data); }
-
@baris thank you very much! Much appreciated.
Suggested Topics
-
Unsolved /login button stopped working
Technical Support • • kurulumu.Net -
Unsolved Post name without topic/id?
Technical Support • • NodeHam
Copyright © 2022 NodeBB | Contributors