Page 67 of 506 FirstFirst ... 1757656667686977117167 ... LastLast
Results 661 to 670 of 5054
  1. #661
    Join Date
    Aug 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow, thanks for the quick response. One more issue here:

    I'm really confused, this type of link was added to my MYSQL database on a lot of my pages:
    Code:
    phpMyAdmin=QfZm1ZpLNpm-V4TATE0nFBh7Z
    it did this to some google checkout mods & to my own pages as well.

    do you know why this would happen?

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

    Default Re: Simple SEO URL [support thread]

    Im more confused than you.

    What do you mean? This was added to your database? on what table? or it was added to the links created?

    Can you show us the site?

    PS: this module does not store links in database at all
    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

  3. #663
    Join Date
    Aug 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Im more confused than you.

    What do you mean? This was added to your database? on what table? or it was added to the links created?

    Can you show us the site?

    PS: this module does not store links in database at all
    I'll PM you the exact details of the site.

    --Changing the URL Framework--
    Zen cart is more of a challenge than wordpress, you've probably got more types of links in Zen Cart. The solution wordpress uses is each blog page has a page plug. When you create a page, it defaults to a plug that matches your page title. The default plug is a title with hyphens to replace spaces. This results in pages like this:
    Code:
    mysite/somecategoryname/pagename/
    Wordpress also uses extentionless URLs and forces trailing slashes.

    The only way to really fix Zen Cart URLs (yes I realize this could be a huge amount of work), would be to add a page plug option to every category, and every product. The final URL for each page would just throw together the page plugs. Each plug within a category would have to be unique. I realize the problem for a programmer here.

    On Zen Cart I could have 5 categories all with the same name, but a different ID, thrown all throughout the site.

    However, if you've got a page plug system, then you don't have to worry, you can simply have each specific page plug point to a specific query.

    Now, if there was a crazy store owner out there that had two primary categories with the same name, or multiple categories within a subcategory with the same name, there could be an issue. In this case, if you had a default plug, it might have to add a number or something to make the category unique.

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

    Default Re: Simple SEO URL [support thread]

    Okie, some of your links look like this:
    Code:
    http://site.com/index.php?main_page=index&cPath=74&phpMyAdmin=QfZm1ZpLNpm-V4TATE0nFBh7Z%2C5
    If you turn ssu on, and you see link with index.php?main_page=, that link is hardcoded. And in your case, whoever hardcoded it left the phpMyAdmin=QfZm1ZpLNpm-V4TATE0nFBh7Z%2C5 there for whatever reason.

    Anyhow, Im beat, that's it for me today. Leave posts here and I will prompty reply tomorrow (spare my inbox unlex you have to send something important, it's full)

    Regards
    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

  5. #665
    Join Date
    Aug 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yeah, don't worry about the phpmyadmin thing--I still don't know the cause, but it has nothing to do with your mod! (Sorry!)

    Quote Originally Posted by yellow1912
    check admin/includes/configure.php see if DIR_FS_SQL_CACHE is there.

    I have to leave, be back tomorrow

    REgards
    Thank you, that worked :) I'm just a zen cart newbie still, even though I've been on this a few months.

    Thanks so much for helping me yellow--

  6. #666
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    If this is a testing server, may I have the access to the ftp to make some changes for testing? If so please pm me your ftp info.

    Regards

    Raine
    Well, actually this is an account that hosts several domains, including the all-important ladywig.
    So, let me do some backup first, and after that will PM ftp info.
    Thank you so much for taking the trouble to fix this.
    Also, please shoot an email or something advising when you will be there, so we won't overlap.
    Regards,

  7. #667
    Join Date
    Aug 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow, I love this mod, you did an incredible job with this thing. This is hands down the best URL mod for Zen Cart.

    I love how the URLs are extensionless, and how you've comprehensively changed all the links for me! (I don't think I had to do any extra work once this mod was installed--amazing)

    It also appears to correctly serve 404 page not founds errors (I've seen other URL mods not doing this).

    There's a few minor things I want to do to this mod. I wonder if these things would be difficult:
    -force a trailing slash on all links (to avoid what google could see as duplicates). I can do 301 redirects with htaccess, in case people try to go to a page without a slash directly. however, I think I should interally point to pages with slashes.
    -I want to add backslashes after each category to make virtual folders. I've read that spiders like MSN stop reading after about 3x dashes "-". If I throw in some virtual folders instead of dashes, I don't think I'll have to worry as much about this.

    Yellow: your mod is probably the only one with the capacity / potential to write perfect/ beautiful URLs. I think your php driven approach is the only robust/foolproof method for zen cart. The problem is, too many URLs have query numbers & there's no way a universal htaccess can accomodate that. Feeding the queries to the index page (as you've done) is really the RIGHT way!

    I do wish the URLS could be written without -c- or -p- or the numbers with underscores to represent categories 34_35_59 etc. That would probably require a specific page 'plug' for each & every category/ subcategory/ product possiblitity, which could be referenced vs. the query needed in mysql. Someone wrote something very similar to this for wordpress. I know it can be done, & I know you're clearly a person that has the skills to do this. However, I have no idea how many hours this would take.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by ckosloff View Post
    Well, actually this is an account that hosts several domains, including the all-important ladywig.
    So, let me do some backup first, and after that will PM ftp info.
    Thank you so much for taking the trouble to fix this.
    Also, please shoot an email or something advising when you will be there, so we won't overlap.
    Regards,
    Sure,
    Also, you may want to just change the js file mentioned previously to .php file. If my memory still serves me right, it will fix the problem.
    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. #669
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Open includes/init_includes/init_ssu.php

    You will find this line:
    while (substr($link, -1) == '/') $link = substr($link, 0, -1);

    Add below it:
    $link .= "$link/";

    This quick fix should force the trailing slash you wanted.

    Regarding the other thing, one of the features promised was Link Alias, which is probably close to what WP calls page plug.

    Quote Originally Posted by dontknowwhatimdoing View Post
    Yellow, I love this mod, you did an incredible job with this thing. This is hands down the best URL mod for Zen Cart.

    I love how the URLs are extensionless, and how you've comprehensively changed all the links for me! (I don't think I had to do any extra work once this mod was installed--amazing)

    It also appears to correctly serve 404 page not founds errors (I've seen other URL mods not doing this).

    There's a few minor things I want to do to this mod. I wonder if these things would be difficult:
    -force a trailing slash on all links (to avoid what google could see as duplicates). I can do 301 redirects with htaccess, in case people try to go to a page without a slash directly. however, I think I should interally point to pages with slashes.
    -I want to add backslashes after each category to make virtual folders. I've read that spiders like MSN stop reading after about 3x dashes "-". If I throw in some virtual folders instead of dashes, I don't think I'll have to worry as much about this.

    Yellow: your mod is probably the only one with the capacity / potential to write perfect/ beautiful URLs. I think your php driven approach is the only robust/foolproof method for zen cart. The problem is, too many URLs have query numbers & there's no way a universal htaccess can accomodate that. Feeding the queries to the index page (as you've done) is really the RIGHT way!

    I do wish the URLS could be written without -c- or -p- or the numbers with underscores to represent categories 34_35_59 etc. That would probably require a specific page 'plug' for each & every category/ subcategory/ product possiblitity, which could be referenced vs. the query needed in mysql. Someone wrote something very similar to this for wordpress. I know it can be done, & I know you're clearly a person that has the skills to do this. However, I have no idea how many hours this would take.
    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. #670
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    A new version has been posted in the download section. This version contains many bug fixes that were posted in this support thread but NOT uploaded to download section.

    Please note that the fix for glid is not included yet. It will be in the next version along with link alias.

    @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

    1. Fixed bug with redirection when category ids/product ids contain non numeric character
    2. Fixed bug with extension setting
    3. Fixed bug which causes some links displayed like this /abc/%s/def
    4. Alpha testing passing POST form info after redirection.
    5. Added more comments and documentation.
    Last edited by yellow1912; 21 Sep 2008 at 04:37 PM.
    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

 

 

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