Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
URL Corrector plugin
#18
To get this plugin to work, you need to extract url_corrector.php to the plugins folder. i.e. Move it from plugins\url-corrector-1.2\ up to \plugins.



I also found that menus at the parent level would only show a blank page...



home|about us|contact|documentation menu header|



.. so the id about-us and contact would show a blank page, but any links below the documentation menu header worked fine.


I modified the code by commenting the code to handle urls without a parent, as follows, and it seems to be working on xampp local installation php 7.1. (extract from url_corrector_init())...


Code:
 if ($id == "" or $id == "index") {
   url_corrector_redirect(preg_replace("/\/$/","",$url.$query));
   return true;
//  } else if ($parent=="") {
//    url_corrector_redirect(find_url($id).$query);
//    return true;
 } else {
//    $urn = str_replace(array("%slug%","%parent%"), array($id,$parent), $urn_mask);
   url_corrector_redirect(find_url($id,$parent).$query);
   return true;
 }
}

Getsimple 3.3.13
php 7.1
Other plugins:
GST AdminLock
GS Shortcodes
kt block login
Simple Backups

I'll report back if there are problems taking this live.
Reply


Messages In This Thread
URL Corrector plugin - by f30d0r - 2016-07-08, 06:25:59
RE: URL Corrector plugin - by steam - 2016-07-14, 17:08:14
RE: URL Corrector plugin - by f30d0r - 2016-07-14, 21:21:53
RE: URL Corrector plugin - by steam - 2016-07-15, 20:24:23
RE: URL Corrector plugin - by steam - 2016-07-19, 16:14:07
RE: URL Corrector plugin - by f30d0r - 2016-07-21, 01:51:03
RE: URL Corrector plugin - by f30d0r - 2016-07-25, 02:07:06
RE: URL Corrector plugin - by steam - 2016-07-25, 18:35:17
RE: URL Corrector plugin - by steam - 2016-08-08, 01:08:00
RE: URL Corrector plugin - by Bigin - 2016-08-08, 01:19:17
RE: URL Corrector plugin - by steam - 2016-08-08, 03:14:21
RE: URL Corrector plugin - by f30d0r - 2016-08-08, 02:29:44
RE: URL Corrector plugin - by steam - 2016-08-08, 03:26:30
RE: URL Corrector plugin - by Bigin - 2016-08-08, 05:42:21
RE: URL Corrector plugin - by steam - 2016-08-08, 17:02:24
RE: URL Corrector plugin - by mganko - 2016-08-08, 19:17:35
RE: URL Corrector plugin - by steam - 2016-08-09, 01:03:54
RE: URL Corrector plugin - by MaryUser - 2017-11-23, 12:07:13
RE: URL Corrector plugin - by vestris - 2018-09-19, 18:02:08
RE: URL Corrector plugin - by MaryUser - 2018-09-19, 22:46:06
RE: URL Corrector plugin - by vestris - 2018-09-20, 14:50:28



Users browsing this thread: 1 Guest(s)