Mod conflicts

phpBB3 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting forums and topic titles in their URLs.

Moderator: Moderators

Mod conflicts

Postby golgoth » Mon Sep 22, 2008 4:19 pm

Hi there,
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']) . '">'
golgoth
 
Posts: 19
Joined: Tue May 06, 2008 5:42 pm

Advertisement

Postby dcz » Sat Sep 27, 2008 8:12 am

Something I don't get is if the mods is using url such as :
Code: Select all
viewtopic.php?ys=90440&f=44&t=6212&p=90440#p90440

then :
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'])


is not the code used to build this link.

Anyway, the issue must be related to the zero duplicate mod, if you are indeed using it, try to add :
Code: Select all
      'ys' => array('val' => $topic_data['topic_solved'], 'keep' => true),

before :
Code: Select all
      'f' => array('val' => $forum_id, 'keep' => true, 'force' => true),


in viewtopic.php.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby golgoth » Sat Sep 27, 2008 9:16 am

Uhm, it's not working, i have to make strict mode off and enable Zero dupe only for guests, to make it work. If i set strict mode to on or enable it for all, the mod doesn't work.

I'm getting another problem, this time only with IE: basically if i wanna make a post with a quick reply, some BBCodes doesn't work in index (but they do in posting, if i make a standard reply) because their link in IE is http://www.mysite.com/forum_url/includes/..., while it should be http://www.mysite.com/main/includes/...

Any hint?

Thanks
golgoth
 
Posts: 19
Joined: Tue May 06, 2008 5:42 pm

Re: Mod conflicts

Postby Radek2212 » Fri Jul 08, 2011 12:15 pm

Same problem here. Can somebody help me :?:
Radek2212
 
Posts: 15
Joined: Wed May 18, 2011 7:16 pm


Return to Advanced SEO URL

Who is online

Users browsing this forum: No registered users and 6 guests


 
cron