Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Dan123
Hi,
Yellow, can you please tell me how to figure out ssu for the second language, it simply does not work as it suppose to, or maybe I am doing something wrong. The link shows up as "-c-1" and the same thing for the products links. I have chaged the local.config.php and have ru.php but yet no effect so far:frusty:
THANKSSSS
First, you need to make sure you changed it correctly, double check it or post the content of your local config here
Change the language configuration of ssu and clean up your ssu cache just to make sure
Re: Simple SEO URL [support thread]
Here is what I have in my local.config.php (Russian is default)
<?php
/**
* @package Pages
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: local.config.php.example 149 2009-03-04 05:23:35Z yellow1912 $
*/
$ssuLocalConfig = array(
'plugins' => array(
'parsers' => array('manufacturers')
),
'languages' => array( 'ru' => 'default',
'ua' => 'ua',
)
);
I did clean up cache - nothing.
Thank you
Re: Simple SEO URL [support thread]
Nah, it should be 'ru' => 'ru'
Quote:
Originally Posted by
Dan123
Here is what I have in my local.config.php (Russian is default)
<?php
/**
* @package Pages
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: local.config.php.example 149 2009-03-04 05:23:35Z yellow1912 $
*/
$ssuLocalConfig = array(
'plugins' => array(
'parsers' => array('manufacturers')
),
'languages' => array( 'ru' => 'default',
'ua' => 'ua',
)
);
I did clean up cache - nothing.
Thank you
Re: Simple SEO URL [support thread]
I changed it to 'ru' => 'ru' but it did not help either. Thanks though(((
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Dan123
I changed it to 'ru' => 'ru' but it did not help either. Thanks though(((
If you links show up without name, you must be using easy populate which has messed up your master category id. This happens alot, and you will need to reset your master categories id by going to tools-store manager to reset.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
http://blog.rubikintegration.com/200...t-really-help/
In short, future version will support it. But right now if you want to do it, yes you can. You can always do that easily by getting the default url of the products, if you simply pass in the products id without the cpath (into zen_hraf_link) you will always get the default url.
Yellow what do you suggest for a temporary solution for right now. Will this work or do you suggest something else. Thank you
http://www.jasonjgreen.com/blog/cano...-for-zen-cart/
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
countrycharm
I dont think you read the blog post I posted yet, you should read it:
http://blog.rubikintegration.com/200...t-really-help/
Re: Simple SEO URL [support thread]
hi again,
sorry Yellow for bothering you so much but reseting Master Category Id did not help either. I installed a fresh Zen cart and only put inside Russian language and ssu, still I got the same problem. Any ideas???/
THANK YOU!!!
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Dan123
hi again,
sorry Yellow for bothering you so much but reseting Master Category Id did not help either. I installed a fresh Zen cart and only put inside Russian language and ssu, still I got the same problem. Any ideas???/
THANK YOU!!!
Honestly, I have no idea unless I see your installation myself. We have installed this module for many russian, french, etc... sites and we have no problem with it. if you only see -c-19 without the name for example, more than likely your installation is messed up.
You might also want to try the latest version in this post
http://public.rubikintegration.com/SimpleSEOURL.zip
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Thanks for pointing that out. For the 3 issues I am not sure what to do. I know google is not indexing all my pages. Out of 2189 pages they are indexing something like 419
Before you rush to your ftp client to apply the new code, I have a big warning for you: the code suggested there should NOT be used, in my opinion.