Page 251 of 506 FirstFirst ... 151201241249250251252253261301351 ... LastLast
Results 2,501 to 2,510 of 5054
  1. #2501
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Where did you find the line
    $link = ereg_replace('&', '&', $link); //--> this line does nothing
    I dont think ereg_replace is need btw, a simple str_replace is enough. But it's up to 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

  2. #2502
    Join Date
    Feb 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Just ignore me. That line was in html_output.php. I think I had it on my clipboard when I was fumbling around trying to work things out. Adding the line you suggested seems to have done the trick. Back to 100% valid pages :) Many Thanks!

  3. #2503
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mydanilo View Post
    Yellow, could you please give an example of how the cron should be set up and how it should work?

    Something like..
    wget https://domain.com/cron/ssu.php

    ...any other commands at the end?
    Can anybody tell me how the cron should be done with this mod?
    Live and learn... the Zen way.

  4. #2504
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello,

    im making new shop ... build on ZC 1.3.8a.
    Its clear instalation no other modules installed then SSU 3.6.4.

    I maked new parser for CZ and tryed to configure local.config.php but still no win ... characters like ěščřžýá is still chaing to ------- instead of escrzya ...

    Here is my cz.php

    Code:
    <?php
          // note: we can later move part of this function into sub-functions, which we can store in the base class.
        class SSULanguagecz extends SSULanguage{      
            static function parseName($name){
                $cyrillic = array("á",  "č",  "ď", "é",  "ě", "í", "ň", "ó", "ř", "š", "ť", "ú", "ů", "ý", "ž");
                 
                $translit = array("a", "c", "d", "e", "e",  "i", "n", "o", "r", "s", "t", "u", "u", "y", "z");
                
                $name = str_replace($cyrillic, $translit, $name);
                
                $name = strtolower($name);
           
                // we replace any non alpha numeric characters by the name delimiter
                $name = self::removeNonAlphaNumeric($name, SSUConfig::registry('delimiters', 'name'));
                
                // Remove short words first
                $name = self::removeShortWords($name, SSUConfig::registry('configs', 'minimum_word_length'), SSUConfig::registry('delimiters', 'name'));
                
                // trim the sentence
                $name = self::trimLongName($name);
                        
                // remove excess SSUConfig::registry('delimiters', 'name')
                $name = self::removeDelimiter($name);
                
                // remove identifiers
                $name = self::removeIdentifiers($name);
                
                // remove trailing _
                $name = trim($name, SSUConfig::registry('delimiters', 'name'));
                
                return urlencode($name);
            }
        }
    and here is my local.config.php

    Code:
    <?php $ssuLocalConfig = array(
    'plugins'        =>    array('parsers'    =>    array('manufacturers')),
        'identifiers'    =>    array('mf'    =>    'manufacturers'),
        'languages'        =>    array(    'cz'    =>    'cz'))
    ?>
    Plz can anyone say me where i am making mistake ? I really dont want to rewrite every cat / product in alias.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mydanilo View Post
    Can anybody tell me how the cron should be done with this mod?
    Use it like any other cron, you dont need to add any command at the end. I think GET is enough
    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. #2506
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    @aTecko
    Name of the class should be

    SSULanguageCz
    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

  7. #2507
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    @aTecko
    Name of the class should be

    SSULanguageCz
    I maked this change but still not sucess ...
    i had installed v3.5.8 before and i upgraded to 3.6.4 (overwrited files)
    Even im missing some "functions" from new version like category separator ... link may look like that www.domain.com/pocitace/notebooky-c65_69
    but still looks like that www.domain.com/po-ita-e-notebooky-c65_69

    I tried reupload files 2 more times if there wasnt some problem but still no problem solved.

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

    Default Re: Simple SEO URL [support thread]

    To have category separator, you have to:
    1. Turn on link alias
    2. Turn on auto alias
    3. Clear your ssu cache via extra->ssu manager

    Same for the change in language parser, did you clear the cache?

    Make sure you choose to clear ALL cache.
    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

  9. #2509
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    To have category separator, you have to:
    1. Turn on link alias
    2. Turn on auto alias
    3. Clear your ssu cache via extra->ssu manager

    Same for the change in language parser, did you clear the cache?

    Make sure you choose to clear ALL cache.
    Ah category separator now works ok.
    Yes i clear - "Reset all cache" everytime i make some chage.

  10. #2510
    Join Date
    Dec 2008
    Location
    Cleveland
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hey all. Having an issue with the install. Using ZC 1.3.8. I'm on a GoDaddy server unfourtunely.

    Things I have done.

    1. I installed Module Manager.

    2. Configured the configure.php. But had a question. When defining the 'DIR_WS_CATALOG' entry, what are you referring to as the "subfolder". The entries for the HTTP_SEVER and the HTTPS_SERVER is correct (no sub folders).

    **I didn't change the DIR_WS_CATALOG directory? Not sure there.

    3. Installed the files and seems to be loaded on correctly. I can go into the backend and change the URL.

    **Should I be using the whole URL that is shown for that product and then adding the whole URL to what I want it to display. htttp://site.com/ajsdklf&laj and change it to http://site.com/widgets/ ?

    4. Changed the .htaccess file to what was instructed to change in the install settings. There was no .htaccess file on the GoDaddy server, so I created one.

    5. Made sure the cache/SSU folder on the server is set to 777.

    6. Make sure both configure.php files have the same directory. They both have /home/content/p/r/e/premium09/html/cache.

    7. Did change the RewriteBase /zencart/ in the .htaccess file to RewriteBase /

    I do have the ZC site in the top level.

    Any insight would be great. Thank you.

 

 

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