tas2580 / seourls

phpBB Extension: URL rewriting for phpBB forums
https://tas2580.net/downloads/phpbb-seo-url/
GNU General Public License v2.0
44 stars 25 forks source link

The problem with Quick Mod Tools (moving topic, etc.) #17

Closed Sarr closed 8 years ago

Sarr commented 9 years ago

Hi. There is problem with using quick moderation tools. When you try to move a topic, you get an error of "not safe redirection" or something like that. It should be easy to replicate when you move existing topic to another forum via tools visible in Admins / Global Mods frontend, viewtopic.

tas2580 commented 9 years ago

I have searched for an event to fix this, but there is none. The only way I know to fix this for the moment is to open viewtopic.php and search for 'redirect' => urlencode(str_replace('&', '&', $viewtopic_url)), replace this line with 'redirect' => urlencode(str_replace(array('&', '../'), array('&', ''), $viewtopic_url)),

Sarr commented 9 years ago

Thank you. Maybe you could inform phpbb 3.1 team, and ask for some improvements in future versions? Your SEO ext is great, good job and big thanks. Maybe not as roboust as phpbbseo ultimate (usu), but stable, so usable, and lightweight I guess.

tas2580 commented 8 years ago

Fixed in 0.3.0