Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Sarr opened this issue Oct 22, 2015 · 3 comments
Closed

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

Sarr opened this issue Oct 22, 2015 · 3 comments
Labels

Comments

@Sarr
Copy link

Sarr commented Oct 22, 2015

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
Copy link
Owner

tas2580 commented Oct 22, 2015

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
Copy link
Author

Sarr commented Oct 22, 2015

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
Copy link
Owner

tas2580 commented May 5, 2016

Fixed in 0.3.0

@tas2580 tas2580 added the bug label May 5, 2016
@tas2580 tas2580 closed this as completed May 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants