Re: Simple SEO URL [support thread]

Originally Posted by
giuly
boh now it goes also with options uncommented.....
but I see on bar below when I go over with mouse for example over a category that in that bar I see the name without rewrite.
But then If I click on product or categorie, I see at top the address rewrite


In this case, it is possible that whoever coded your template hardcoded the links and did not use zen_href_link to generate the links.
Edit: after looking at it more carefully, it's more likely that something went wrong in this case:
The manufacturer links seem to be hardcoded because the "demosugar" folder is still there in the link?
The category links and other links are not translated to seo urls, this is most likely because the change in html_output.php file is over-written for some reason. This should help you:
B. Open your current includes/functions/html_output.php
- 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
Last edited by yellow1912; 10 Feb 2009 at 01:53 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