2012-03-26, 20:31:05
I Found a solution :
In IMclassDisplay.php file, in the function "public function printAllItems($page)" :
Line 139 :
replaced by :
If I don't make this modification, I've got a 404 error, because the url was write without ".html"
Is it my fault ( configuration's "GS 3.1") ? Or this plugin has needed a bug fix ?
My GS 3.1 preset :
Fancy URL on
Permalink : %slug%.html
.HTACCESS modified
In IMclassDisplay.php file, in the function "public function printAllItems($page)" :
Line 139 :
Code:
$url = $SITEURL.ITEMPAGE."/?item=".$url; //generowanie linku do strony produktu
replaced by :
Code:
$url = $SITEURL.ITEMPAGE.".html/?item=".$url; //generowanie linku do strony produktu
If I don't make this modification, I've got a 404 error, because the url was write without ".html"
Is it my fault ( configuration's "GS 3.1") ? Or this plugin has needed a bug fix ?
My GS 3.1 preset :
Fancy URL on
Permalink : %slug%.html
.HTACCESS modified