Language specific routes
-
Still looking for this. I think it'd be very useful and look better. Simply, let me explain.
https://community.nodebb.org/category to https://community.nodebb.org/yourlanguagespecificroute
https://community.nodebb.org/user to https://community.nodebb.org/yourlanguagespecificuseroute
such... Whole forum. What do you think? and maybe even able to edit route structure?
-
I asked about this before. See Is it possible to rename routes? for more info. It would be great if this was made possible at some point (without the need for Nginx redirects and template overrides).
-
I think its possible, via a plugin...
router.get('/someroute', function(req, res) { // pseudocode If res.user.uid's language is X res.redirect('/anotherroute'); });
-
@psychobunny make it happen please!
Copyright © 2024 NodeBB | Contributors