Re: Simple SEO URL [support thread]
I was using "ultimate seo"
Quote:
Originally Posted by
yellow1912
Please note that this mod does NOT put .html into category, product name. You must have/use some other module.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
danilovig
I was using "ultimate seo"
Note that currently ssu does not understand links generated from ultimate seo url. You may give it a try by modifying this file:
includes/classes/ssu/cores/parser.php
Find this
PHP Code:
static protected function getID($string, $delimiter){
Insert right after that line:
PHP Code:
$string = str_replace('.html', '', $string);
I have never tested that before though, let me know how it go.
Re: Simple SEO URL [support thread]
redirect well, the only(unique) thing is that it makes the html put..
There is some way of doing that the original url transforms to the redirect without html..
Re: Simple SEO URL [support thread]
Thanks , i prove
Quote:
Originally Posted by
yellow1912
Note that currently ssu does not understand links generated from ultimate seo url. You may give it a try by modifying this file:
includes/classes/ssu/cores/parser.php
Find this
PHP Code:
static protected function getID($string, $delimiter){
Insert right after that line:
PHP Code:
$string = str_replace('.html', '', $string);
I have never tested that before though, let me know how it go.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
danilovig
redirect well, the only(unique) thing is that it makes the html put..
There is some way of doing that the original url transforms to the redirect without html..
You may also want to check the htaccess, try to take out/comment out all the rules belong to ultimate seo url as well.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Simple, just put wordpress into the page exclude list.
Can't believe I didn't see that option! This works but just for the wordpress index page. All the other links in wordpress just redirect to my store index now.
Is there any way to exclude an entire directory?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
swamyg1
Can't believe I didn't see that option! This works but just for the wordpress index page. All the other links in wordpress just redirect to my store index now.
Is there any way to exclude an entire directory?
Just exclude every link belongs to wordpress module. If I can see your site, I can give a better advice.
Re: Simple SEO URL [support thread]
Paypal
v1.3.7 last version de paypal, and simple seo 3.5.2 and
PDT works perfectly
But asynchronous it me does not go i I have concentrated on this mistake(ipn_main_handler.php)
http://www.mainada.es/tienda_bebe/ipn_main_handler.php
Fatal error: Call to a member function ssu_link() on a non-object in /var/www/mainada.es/datos/web/tienda_bebe/includes/functions/html_output.php on line 29
Re: Simple SEO URL [support thread]
go to includes/functions/html_output.php
Find this line
Add below
PHP Code:
if(is_object($ssu) && method_exists($ssu,'ssu_link'))
However, lets make it clear: without this fix, does the order go through? On my demo site I all my orders still go through and recorded.
Quote:
Originally Posted by
danilovig
Paypal
v1.3.7 last version de paypal, and simple seo 3.5.2 and
PDT works perfectly
But asynchronous it me does not go i I have concentrated on this mistake(ipn_main_handler.php)
http://www.mainada.es/tienda_bebe/ipn_main_handler.php
Fatal error: Call to a member function ssu_link() on a non-object in /var/www/mainada.es/datos/web/tienda_bebe/includes/functions/html_output.php on line 29
Re: Simple SEO URL [support thread]
It works perfectly pdt, and asynchronous also...
work perfectly...Very Thanks
your put these patches??, in the near(next) version, I have it in production and it goes perfectly
Quote:
Originally Posted by
yellow1912
go to includes/functions/html_output.php
Find this line
Add below
PHP Code:
if(is_object($ssu) && method_exists($ssu,'ssu_link'))
However, lets make it clear: without this fix, does the order go through? On my demo site I all my orders still go through and recorded.