Quick Mod Tool not working

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

Moderator: Moderators

Re: Quick Mod Tool not working

Postby trooper » Sun Mar 13, 2011 6:53 pm

great! it works!
trooper
 
Posts: 8
Joined: Sat Feb 07, 2009 6:24 pm

Advertisement

Re: Quick Mod Tool not working

Postby OakleyForum » Sun May 29, 2011 8:26 pm

So the code fix mentioned worked for me to be able to use mcp, however when I make that change my polls no longer work. In order to get the polls to work I have to make the change mentioned here

[NO DUPE] Polls not registering votes
Your file is not fully modded as it should.
You should take fresh one from the latest phpBB and add the USU and zero dupe again (since that's the only two mods in use in there).

About your particular problem, I believe that the reason is :

Code: Select all
$viewtopic_url = append_sid("viewtopic.$phpEx", "f=$forum_id&t=$topic_id&start=$start" . ((strlen($u_sort_param)) ? "&$u_sort_param" : '') . (($highlight_match) ? "&hilit=$highlight" : ''));


Which should use $phpbb_root_path, like this (with the 3.0.8 update which should work from at least 3.0.7 too):

Code: Select all
$viewtopic_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id" . (($start == 0) ? '' : "&start=$start") . ((strlen($u_sort_param)) ? "&$u_sort_param" : '') . (($highlight_match) ? "&hilit=$highlight" : ''));



++


So is there anything I can do to get both of these working :D Thanks!
OakleyForum
 
Posts: 12
Joined: Tue Mar 29, 2011 2:30 pm

Re: Quick Mod Tool not working

Postby Elephantspike » Tue Oct 04, 2011 1:04 am

The above change does finally fix this, but, as OakleyForums says, the fix for this issue breaks the polls, and the fix for that issue is to change it back which then breaks the quick Mod Tools. :?
Elephantspike
 
Posts: 40
Joined: Mon Mar 26, 2007 3:39 pm

Previous

Return to Advanced SEO URL

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 6 guests


 
cron