i just reinstalled phpBB Seo along with topic solved, a mod that allows users to mark a topic as "solved" (with a special icon).
I noticed that topic solved is not working, and i realized that it's because to mark a topic as solved users have to click on an icon (next to the "quote" one in viewtopic) whose URL is something like
-http://www.mydomain.com/main/viewtopic.php?ys=90440&f=44&t=6212&p=90440#p90440.
With phpBB SEO activated the URL becomes
-http://www.mydomain.com/post90436.html?ys=90436#p90436
and the mod doesn't work anymore.
Is there a way to manually force that URL not to be modified by phpBB SEO?
Thanks
EDIT: this is the "general" URL that i found in viewtopic.php to mark a topic as solved -
- Code: Select all
append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=" . $topic_data['topic_id'] . '&p=' . $topic_data['topic_solved'] . '&#p' . $topic_data['topic_solved']) . '">'

English |
French
