Page 172 of 506 FirstFirst ... 72122162170171172173174182222272 ... LastLast
Results 1,711 to 1,720 of 5054
  1. #1711
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Is it possible to get rid of c-(numbers) and p-(numbers)?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bobthemolder View Post
    Is it possible to get rid of c-(numbers) and p-(numbers)?
    Possible, you will have to use link-alias. However, it's not done automatically yet, so if you have a limited number of categories/products it will be easy, but if you have too many it will take lots of time.
    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. #1713
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Possible, you will have to use link-alias. However, it's not done automatically yet, so if you have a limited number of categories/products it will be easy, but if you have too many it will take lots of time.
    I have 11 categories and 120+ products so far, would this slow the server? I could do it fairly fast if it's a txt file.

    How do you change how the links are made in zencart?

  4. #1714
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi Yellow, I have upgraded to the latest version and have used the link alias successfully on several links, however I am having a problem with three in particular LOL

    I believe I have put them in right, but I am thinking the problem may lay in that these links do not have the forward slash (/) trailing at the end and the link alias won't let me put it in without it

    The three links in question are these ones on my site:

    Specials/Discounts at top http://www.havendesignz.com/store/pr...scounts-page-5

    How To Checkout in Information Sidebox http://www.havendesignz.com/store/page_2

    Copyright Issues in Information Sidebox http://www.havendesignz.com/store/page_3

    Screenshot below of my link alias settings....any help would be appreciated! LOL
    Attached Images Attached Images  
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by christon26 View Post
    Hi Yellow, I have upgraded to the latest version and have used the link alias successfully on several links, however I am having a problem with three in particular LOL

    I believe I have put them in right, but I am thinking the problem may lay in that these links do not have the forward slash (/) trailing at the end and the link alias won't let me put it in without it

    The three links in question are these ones on my site:

    Specials/Discounts at top http://www.havendesignz.com/store/pr...scounts-page-5

    How To Checkout in Information Sidebox http://www.havendesignz.com/store/page_2

    Copyright Issues in Information Sidebox http://www.havendesignz.com/store/page_3

    Screenshot below of my link alias settings....any help would be appreciated! LOL
    I will look into this.
    Last edited by yellow1912; 28 Dec 2008 at 01:36 AM.
    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. #1716
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Just checked, working alrite on 3.5.2

    Make sure link alias is enabled, and cache is cleared.

    Sample link:
    Original: http://demo.rubikintegration.com/zencart/page_2
    Changed: http://demo.rubikintegration.com/zen...s_is_my_page_2
    Last edited by yellow1912; 28 Dec 2008 at 01:41 AM.
    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. #1717
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I cleared cache after upgrade and before doing the aliases, so I just cleared it again and the discount/specials page is now working right, that's an EZ Page btw LOL, still not working on the define page_2 and page_3 links in sidebox, direct link (http://www.havendesignz.com/store/how-to-checkout) is working though

    I see the url link has changed in your sidebox, just not changing in mine LOL
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  8. #1718
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    If it helps any, I moved those links for the more info sidebox to the information sidebox, and these are the link structures in that sidebox:

    PHP Code:
    // test if links should display
      
    if (DEFINE_PAGE_2_STATUS <= 1) {
        
    $information[] = '<a href="' zen_href_link(FILENAME_PAGE_2) . '">' BOX_INFORMATION_PAGE_2 '</a>';
      }
      if (
    DEFINE_PAGE_3_STATUS <= 1) {
        
    $information[] = '<a href="' zen_href_link(FILENAME_PAGE_3) . '">' BOX_INFORMATION_PAGE_3 '</a>';
      }
      if (
    DEFINE_PAGE_4_STATUS <= 1) {
        
    $information[] = '<a href="' zen_href_link(FILENAME_PAGE_4) . '">' BOX_INFORMATION_PAGE_4 '</a>';
      } 
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

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

    Default Re: Simple SEO URL [support thread]

    Look correct. The behavior is weird tho, it seems to redirect from how to.... back to page 2 instead of the other way around. Can you take a screenshot of the current setting now, since it does look like the behavior you would expect when a link alias is disabled.
    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. #1720
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yep, here's the alias screen and the settings screen:
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	ssu1.jpg 
Views:	157 
Size:	47.2 KB 
ID:	5063   Click image for larger version. 

Name:	ssu2.jpg 
Views:	150 
Size:	25.6 KB 
ID:	5064  
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

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