Page 1 of 2 12 LastLast
Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Hi

    How does this compare to Magic SEO URLs?

    What are the benefits and drawbacks?

    Cant i choose the text for my URL? It mentions that I have to "write my own plugin" to do that, what does that mean?

    Thanks

  2. #2
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by creamcrackers View Post
    Hi

    How does this compare to Magic SEO URLs?

    What are the benefits and drawbacks?

    Cant i choose the text for my URL? It mentions that I have to "write my own plugin" to do that, what does that mean?

    Thanks
    Sorry yes its me again.... also I want to know if i use SSU or Magic SEO..... how do i create a sitemap for my site?? Is there any way to do this? Previously i just had a sitemap.txt and listed all the URLS i wanted to be listed. If i add new products I need to add these to the sitemap.txt file

    Also i want to use datafeeds to different shopping sites, which ones will work if i install this... because it changes the urls. Do the feeds send the original or new urls. Because i want to generate page rank by these
    thanks

  3. #3
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    And another one..

    In the install instructions

    B. if you are NOT using Zencart 1.3.8a, it's safer to not upload includes/functions/html_output.php but to do this: Open your current includes/functions/html_output.php

    ... the recent June patch for Zen cart (the one everyone should now have) makes a change to the html_output file. So am I right in thinking that id better follow the above instructions instead of overwriting the file... even given that i AM using 1.3.8a!

    Thanks!

  4. #4
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I just installed SSU on the new site I'm developing and have noticed that the Unsubscribe feature/button doesn't work when I have SSU enabled. When I disable SSU, Unsubscribe button works fine...

    I can click the EZ page link I created to my Unsubscribe page and get to the page just fine...the problem is clicking the Unsubscribe button. It should take the unsubscriber to the Login page, but when SSU is enabled, it sits on the Unsubscribe page. When I try to click the Unsubscribe button yet again, I don't leave the page and it adds the word, "action" at the bottom of my Unsubscribe page text.

    Anyone have the same issue?

    -------------------------

    ZC Version 1.3.8a
    PHP 5.2.9

  5. #5
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Also...when SSU is enabled, my pages become W3C HTML invalid. When disabled, my pages validate.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by modmuse View Post
    Also...when SSU is enabled, my pages become W3C HTML invalid. When disabled, my pages validate.
    This has been mentioned before, and it is indeed easy to fix by simple "encode" the url output. I believe the fix has been posted in this thread, I know this thread is long so perhaps you could wait till next version where the fix is included. Note that this so called "error" will NOT affect your site in anyway, guaranteed!
    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. #7
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    This has been mentioned before, and it is indeed easy to fix by simple "encode" the url output. I believe the fix has been posted in this thread, I know this thread is long so perhaps you could wait till next version where the fix is included. Note that this so called "error" will NOT affect your site in anyway, guaranteed!
    Gotcha. I did a search within this thread and found my solution on Page 250...

    Went to includes/classes/ssu/cores/links.php and replaced this line:

    $link .= (strpos($link , '?') ? '&' : '?').$sid;

    with this line:

    $link = str_replace('&', '&', $link);

    (appears right before return $link;)

    Now everything appears to validate again.

  8. #8
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    red flag Re: Simple SEO URL [support thread]

    Hi

    So when i install SSU into zencart 1.3.8a I overwrite the html output file... however that file was overwritten by the recent PATCH, the security patch for June 09

    Your instructions state I can simply overwrite this file for 1.3.8...
    you say


    B. if you are NOT using Zencart 1.3.8a, it's safer to not upload includes/functions/html_output.php but to do this: Open your current includes/functions/html_output.php


    So.... is that still up to date? Because the recent (June) security patch replaced that file.

    So if i just upload over it, am i killing the security patch and making my site insecure??

    If i AM using 1.3.8a can i still do it manually by etiting the html output file with

    *
    find the function zen_href_link
    *
    find this line:

    global $request_type, $session_started, $http_domain, $https_domain;

    Insert these lines below that line:

    //bof simple seo url
    global $ssu;
    if(is_object($ssu) && ($link = $ssu->ssu_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog))!= false) return $link;
    //eof simple seo url



    Thanks!!!

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by modmuse View Post
    I just installed SSU on the new site I'm developing and have noticed that the Unsubscribe feature/button doesn't work when I have SSU enabled. When I disable SSU, Unsubscribe button works fine...

    I can click the EZ page link I created to my Unsubscribe page and get to the page just fine...the problem is clicking the Unsubscribe button. It should take the unsubscriber to the Login page, but when SSU is enabled, it sits on the Unsubscribe page. When I try to click the Unsubscribe button yet again, I don't leave the page and it adds the word, "action" at the bottom of my Unsubscribe page text.

    Anyone have the same issue?

    -------------------------

    ZC Version 1.3.8a
    PHP 5.2.9
    Add it to the Exclude list in admin/configurations/Simple_seo_url Exclude list. See if that will make any difference.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #10
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Add it to the Exclude list in admin/configurations/Simple_seo_url Exclude list. See if that will make any difference.
    Oh, hey, that worked.

    For anyone who needs more specifics:

    I went to the end of the exclude list (admin panel/configurations/simple seo url/excluse list), placed a comma directly after the last letter of the last item on the list, and typed unsubscribe directly after the comma to add it to the list.

    Thanks a bunch, countrycharm.

 

 
Page 1 of 2 12 LastLast

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