Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
filter:register.complete
myPlugin.onRegisterComplete = function(data, callback) { data.referrer = 'https://myforum.com/topic/1/welcome' callback(null, data); }
@baris thank you very much! Much appreciated.
D
@downpw by source code I mean the plugins code in GitHub. The css is somewhere there. https://github.com/psychobunny/nodebb-plugin-night-mode/blob/master/static/style.less
T
Since 1.16.2 (possibly before but no one mentioned it) We have been getting this desktop notifications popup for users on first registration:
b7a8f142-ad06-4242-aa2d-677289c82586-image.png
the desktop notifications plugin is showing as the latest version: 0.3.3 is anyone else seeing this issue?
F
Problem solved, for the record I have added all file on my GitHub: https://github.com/LM1LC3N7/Dockerfiles/blob/master/nodebb/README.md
C
Nope i deleted the corrupted install, the only thing i have is the content of my output.log which i posted earlier.
There was this error :
TypeError: Parameter 'url' must be a string, not undefined
this error was repeating itself 3 or 4 times then the server crashed.
N
Something went wrong with setting up connection to MongoDB. Could you please provide some more information about your configuration?