Page 362 of 506 FirstFirst ... 262312352360361362363364372412462 ... LastLast
Results 3,611 to 3,620 of 5054
  1. #3611
    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.

  2. #3612
    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!!!

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

    Default Re: Simple SEO URL [support thread]

    You can do a manual edit.

    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

  4. #3614
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,815
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Creamcracker

    The recent admin security patch overwrites the ADMIN/includes/functions/html_output.php not the includes/functions/html_output.php that SSU overwrites......
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

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

    Default Re: Simple SEO URL [support thread]

    I apologize if this is a stupid question - I tried searching, but don't know what words to search for and couldn't find anything.

    I set up SSU twice (the person moved the site and I had to set it up again!). The thing is, I don't see how to set it up in Admin. When I go to Admin -> Configuration -> SSU, I see a whole bunch of "reset" links and then a button to add a new alias. When I click on that, I get /default_link/ under Links and /default_alias/ under Aliases. I don't know what to do here. Am I missing something? I read the installation instructions and a lot of the support thread and feel like a total idiot, but I am lost. Any help would really be appreciated.

    Thank you!

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

    Default Re: Simple SEO URL [support thread]

    1. Make sure you follow the note here, also make sure you get the package from the link specified there
    http://wiki.rubikintegration.com/zen...u/installation

    2. I think you are mistaken, from what you have described, you are visiting admin->extras->ssu manager, not the configuration one.

    Under configuration there are several settings which you can learn about them here:
    http://wiki.rubikintegration.com/zen...les/ssu/config
    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. #3617
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thank you for the reply.

    I did follow those links. I downloaded the module manager from that page - is that what you mean by "package"? I also have the latest version of SSU.

    When I go to Admin -> Extras -> SSU Manager, I get this:
    Instruction
    SSU caches your categories/products names and links in order to reduce the number of sql queries and minimize the performance penalty on your server. That has its drawback, however. If you change your categories/products names, you will need to reset the cache to force SSU reload and update the names.
    Cache Functions Reset all cache: Click here
    Reset alias cache: Click here
    Reset only products cache: Click here
    Reset only categories cache: Click here
    Reset only pages cache: Click here
    Alias Functions Manage Aliases: Click here

    When I go to Admin -> Configuration, there is no SSU in the drop down, so I click on Configuration and go to SSU Manager under Extras, I get the same thing.

    ??

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

    Default Re: Simple SEO URL [support thread]

    Great!
    I got this installed, turned on auto alias and alias.

    I made some ezy pages and put manual alias in for them.

    Next I want to get it with the php file extension but i cant get it to work, i went to admin confiv ssu and tried both php and .php as the extension but it doesnt work!

    It says i should leave it blank and not have an extension... why is that?

    Any idea?

    Thanks!

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

    Default Re: Simple SEO URL [support thread]

    ... update

    I just deleted all of the aliases... then i changed to php extension, reset the main cache. I brought every product on the screen so that it makes the aliases. Still - no good link for easy pages (i have to make my own manual alias for that right.. ok no problem) but the products have a decent link but no file extension.... so theres no way google will index a link without a file extension. So leaving auto alias and manual alias on i have to manually put the file exension in for every product?

    Sorry for the questions i couldnt find any documentation to answer these questions

    5thanks

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

    Default Re: Simple SEO URL [support thread]

    When i add something to the cart i get the following in the url is that right?

    t?number_of_uploads=0

 

 

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