This is a discussion on Ultimate SEO URLs within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; More recent versions of IPU (info pages unlimited) have changed the field names of the information table resulting in SEO ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| More recent versions of IPU (info pages unlimited) have changed the field names of the information table resulting in SEO URLs such as http://www.your-store.com/-i-8.html In order to fix this you have to make two minor changes to the sql query in seo.class.php betweenlines 1144 to 1148 like so: $sql = "SELECT information_title as iName FROM ".TABLE_INFORMATION." WHERE information_id='".(int)$iID."' AND language_id='".(int)$this->languages_id."' LIMIT 1"; I've uploaded only the seo.class.php file for those who don't want to manually change the sql statement. Sorry to embarass those who were expecting a full package. More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ultimate SEO URLs | michael_s | New osCommerce Contributions | 0 | 07-04-2007 03:43 PM |
| Ultimate SEO URLs | michael_s | New osCommerce Contributions | 0 | 05-28-2007 09:00 AM |
| Ultimate SEO URLs | michael_s | New osCommerce Contributions | 0 | 05-19-2007 03:01 AM |
| Ultimate SEO URLs | michael_s | New osCommerce Contributions | 0 | 05-18-2007 09:54 PM |
| Ultimate SEO URLs | cssc | osCMax v2 Features Discussion | 1 | 05-22-2006 09:23 PM |