Page 414 of 506 FirstFirst ... 314364404412413414415416424464 ... LastLast
Results 4,131 to 4,140 of 5054
  1. #4131
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I don't have much time to visit the Zencart forum anymore.
    Thanks for letting everyone know. I knew you usually posted every few days. I just wondered why you had been gone so long.

    I appreciate your contributions. I hope you enjoy your time in Japan.

    SP

  2. #4132
    Join Date
    Jan 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I get the following error when trying to go to Admin->Extras->Simple SEO Manager (ZC1.3.8a):

    Code:
    1146 Table 'kelway_zc3.zen_links_aliases' doesn't exist
    in:
    [show fields from zen_links_aliases]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I have Module manger 17 installed, and I have read the install file, as well as searching the forum. I moved over from Ultimate SEO because it's not supported, but I can't get this working! It's probably something small that I've done.

    Help please.

  3. #4133
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I got blank page when i click on Extra---Simple SEO Url Manager...please help

  4. #4134
    Join Date
    Mar 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Version: Alpha 2
    Release: un-released
    Tested on ZC 1.3.8
    Should work on ANY recent ZC version
    Goals:
    1. Simple SEO URL, create seo url for all ZC pages (unlike other seo packages like Magic SEO)
    2. Minimal core file edit (currently need to edit 1 file)
    3. Minimal performance penalty

    Sample url:
    https://www.site.com/checkout_payment.html
    http://www.site.com/index/cPath/Pin_Brooch-10/
    http://www.site.com/product_info/cPa...piece_set-837/

    Drawbacks:
    1. no beautiful url such as:
    http://www.site.com/bracelet_1.html (for category link)
    2. core file edit (1)


    Demo:
    http://demo.rubikintegration.com/zencart/
    Download:
    https://svn.rubikintegration.com/zen...e%20SEO%20URL/
    Where can i find the install instructions for this? thanks!

  5. #4135
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I installed 2.9.6 and it is running like a charm so far. Thanks!

    One support request though. I'd like my product page URLs to have nothing in front of them and I didn't run across a solution or maybe I overlooked it in one of the docs.

    Is it possible to "Set max category level" to 0 (zero)? Also, the mod has been active since Sunday, so what will another drastic URL change like this do to SEO? This will have been the third major URL change in four months.

    FWIW, I employ custom data fields for product naming depending upon where the user is at on the site and thus have one custom field for SEO URL purposes due to using Ultimate SEO URLs previously. Every proper Zen Cart product name data field has the right French quote (» or ») in it, and I could never get USU to play nice with the character and am having the same problem with SSU. Thus, I need to stick with my custom SEO URL product name data field for SSU's purpose.

  6. #4136
    Join Date
    Apr 2009
    Location
    Athens, Europe
    Posts
    125
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hallo, I am very interested in installing simple SEO URL module.
    However, my host's servers are running lighttpd. Will it work?

    Kind regards,
    orange_juice

  7. #4137
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Country, as promised I'm now posting up the code below for my new catalog/includes/classes/ssu/cores/cache.php file Replacing your cache file with this new cache file will cause our seo program to no longer cache and thus fixes the problem of your links quitting working. Warning: I'm told by my programmer that this is only good for small sites with little traffic.

    Ian

    <?php
    class SSUCache {
    static protected $cache;

    static function write($name, $cache_folder, $content, $use_subfolder = false){
    return false;
    }

    static function read($name, $cache_folder, $use_subfolder = false){
    return false;
    }
    }

  8. #4138
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by r1formetoo View Post
    Country, as promised I'm now posting up the code below for my new catalog/includes/classes/ssu/cores/cache.php file Replacing your cache file with this new cache file will cause our seo program to no longer cache and thus fixes the problem of your links quitting working. Warning: I'm told by my programmer that this is only good for small sites with little traffic.

    Ian

    <?php
    class SSUCache {
    static protected $cache;

    static function write($name, $cache_folder, $content, $use_subfolder = false){
    return false;
    }

    static function read($name, $cache_folder, $use_subfolder = false){
    return false;
    }
    }
    Ian is this all that goes in the file or do I replace the two lines with the one you have? Thank you
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #4139
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by r1formetoo View Post
    Country, as promised I'm now posting up the code below for my new catalog/includes/classes/ssu/cores/cache.php file Replacing your cache file with this new cache file will cause our seo program to no longer cache and thus fixes the problem of your links quitting working. Warning: I'm told by my programmer that this is only good for small sites with little traffic.

    Ian

    <?php
    class SSUCache {
    static protected $cache;

    static function write($name, $cache_folder, $content, $use_subfolder = false){
    return false;
    }

    static function read($name, $cache_folder, $use_subfolder = false){
    return false;
    }
    }
    Because if that's all that goes in the file seo doesn't work anymore for me.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #4140
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by windowla View Post
    Where can i find the install instructions for this? thanks!
    It's right in the "readme" file that comes with the download.

    wiki.rubikintegration.com/zencart/modules/ssu/installation
    Last edited by Kim; 27 Jan 2010 at 01:17 AM.

 

 

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