the-spot-net / phpbb-ext-tsn-tsn

phpBB Extension for the-spot.net overhaul of phpBB forums
MIT License
0 stars 0 forks source link

General :: Convert all URLs to routes #4

Open neotsn opened 4 years ago

neotsn commented 4 years ago

Either hook into events, or duplicate the methods generating user profile urls to send them to routes.

neotsn commented 4 years ago

I've done this for the get_username_string() method using event listener to overwrite the generation of the profile url, instead of completely duplicating the majority of the method in the plugin.

This can be extended to other places, provided there are events allowing me to get to the data.