Page 399 of 506 FirstFirst ... 299349389397398399400401409449499 ... LastLast
Results 3,981 to 3,990 of 5054
  1. #3981
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Dan123 View Post
    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
    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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #3982
    Join Date
    Apr 2008
    Posts
    82
    Plugin Contributions
    0

    Default 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

  3. #3983
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Nah, it should be 'ru' => 'ru'


    Quote Originally Posted by Dan123 View Post
    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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #3984
    Join Date
    Apr 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I changed it to 'ru' => 'ru' but it did not help either. Thanks though(((

  5. #3985
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Dan123 View Post
    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.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #3986
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    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/
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #3987
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    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/
    I dont think you read the blog post I posted yet, you should read it:

    http://blog.rubikintegration.com/200...t-really-help/
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #3988
    Join Date
    Apr 2008
    Posts
    82
    Plugin Contributions
    0

    Default 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!!!

  9. #3989
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Dan123 View Post
    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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #3990
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I dont think you read the blog post I posted yet, you should read it:

    http://blog.rubikintegration.com/200...t-really-help/
    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.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR