Results 1 to 10 of 5054

Hybrid View

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

    Default Re: Simple SEO URL [support thread]

    What you can do, is to try replacing all & by & using str_replace at the end of the function ssu_link in that same file, something like this
    $link = str_replace('&', '&', $link);

    Do it right before
    return $link;

    Just a note, I have not checked it yet, so use t your own risk. I will look into this issue more carefully in the next version.
    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. #2
    Join Date
    Feb 2009
    Posts
    89
    Plugin Contributions
    0

    red flag Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    What you can do, is to try replacing all & by & using str_replace at the end of the function ssu_link in that same file, something like this
    $link = str_replace('&', '&', $link);

    Do it right before
    return $link;

    Just a note, I have not checked it yet, so use t your own risk. I will look into this issue more carefully in the next version.
    is this the right one?,but I try it , it not works
    do I have to do some other midification?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by rich00693 View Post
    is this the right one?,but I try it , it not works
    do I have to do some other midification?
    It is the right one and should work unless you dont put it at the right place
    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. #4
    Join Date
    Feb 2009
    Posts
    89
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    thanks, I will try it again

  5. #5
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    What you can do, is to try replacing all & by & using str_replace at the end of the function ssu_link in that same file, something like this
    $link = str_replace('&', '&', $link);

    Do it right before
    return $link;

    Just a note, I have not checked it yet, so use t your own risk. I will look into this issue more carefully in the next version.
    This doesn't seem to solve it on my end. I also tried mprough's trick with no luck.

    Anthony

  6. #6
    Join Date
    Oct 2009
    Location
    Bronx, NY
    Posts
    22
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    What you can do, is to try replacing all & by & using str_replace at the end of the function ssu_link in that same file, something like this
    $link = str_replace('&', '&', $link);

    Do it right before
    return $link;

    Just a note, I have not checked it yet, so use t your own risk. I will look into this issue more carefully in the next version.
    Hi, I have been working to get my pages validated, I browsed through the forums and found this solution to fix the unescaped ampersand issue in urls. I applied the change above, and the pages validate now. However when I go to a page that has parameters in the url (such as filter_id) it writes the escaped version of the ampersand in the address bar of the browser. (www.site.com/category/?sort=20a&filter_id=34). The pages still work fine and validate, but I would like the escaped version to be in the links within the html, not in the browser url bar. Any help would be greatly appreciated!

    zen cart: 1.3.8.a
    ssu: 3.7.1

  7. #7
    Join Date
    Oct 2009
    Location
    Bronx, NY
    Posts
    22
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by VicAvendano View Post
    Hi, I have been working to get my pages validated, I browsed through the forums and found this solution to fix the unescaped ampersand issue in urls. I applied the change above, and the pages validate now. However when I go to a page that has parameters in the url (such as filter_id) it writes the escaped version of the ampersand in the address bar of the browser. (www.site.com/category/?sort=20a&filter_id=34). The pages still work fine and validate, but I would like the escaped version to be in the links within the html, not in the browser url bar. Any help would be greatly appreciated!

    zen cart: 1.3.8.a
    ssu: 3.7.1
    Im still trying to get my pages validated... is this being worked on at all for future versions? The fix mentioned ends up writing "&" in the browser's url box with the fix mentioned above...

  8. #8
    Join Date
    Dec 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    First I would like to thank yellow1912 for a smashing module. Excellent work. I installed ssu v3.5.8 on php5, zc 1.3.8 with no problems, apart from not entering .HTAccess properly first time. Once I corrected this, everything was fine.

    However, when I turned on Link Alias and then Auto Alias, my URLs did transform into beautifully short addresses after refreshing cache - but upon signing out my login page address disappeared, I could not sign back in because the address I have for ADMIN/login.php returns a 404 page not found error.

    Do you haveany idea what I have done wrong?
    I need a quick fix for this as being locked out is bad for my heart, lol.

  9. #9
    Join Date
    Oct 2009
    Location
    Bronx, NY
    Posts
    22
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by VicAvendano View Post
    Im still trying to get my pages validated... is this being worked on at all for future versions? The fix mentioned ends up writing "&" in the browser's url box with the fix mentioned above...
    Hi Yellow, I think I finally got the mod to work and validate pages... I applied the fix to the ssu_link() function that replaces "&" with &". Then what I had to do was edit the postParseURL(). I set it to revert all cases of "&" to "&" on $regenerated_link, and now it all seems to be working fine. I hope that can help someone else as well, or for it to be implemented in the next version. I can go back to loving this mod again lol


 

 

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

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