can you please give me the link to the latest working version.
thanks.
can you please give me the link to the latest working version.
thanks.
Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com
Link can always be found under my signature.
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
I've installed on my server. There's a problem with Internet Explorer URL.
Using IE7 show:
http://www.myshop.tld/one-%283-s%29-p-66
Using Firefox 3.0.5 show:
http://www.myshop.tld/one-(3-s)-p-66
How to fix this IE7 url issue? did i miss something?
First, we need to check which version you are using?
Also, on IE7, it is not actually a problem. IE7 simply cannot display an encoded url correctly. You can check wikipedia links in some foreign language and you will see the links are displayed with encoded characters inside as well
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
It should not cause any problem with lightbox at all, this has been tested.
Since SSU is opensource, if you want you can go in and add some rule to completely remove () from the link. I can certainly assist you to do that.
Newer version of SSU does this by default, but with your server at php4 then 2.9.6 is the latest version you can use. BTW, with 1.3.8 you can certainly use php5, and on most hosts this is a matter of putting in a line in the 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
I just installed Ultimate SEO URL, it really remove () from the link (IE & FF). Wondering what should be edit to make Simple SEO (ver.2.9.6 & PHP4) works like Ultimate SEO URL for replacing for () from the link.. I dont want to use Ultimate SEO URL, i think Simple SEO is better.
thanks.
Yes you can edit it. For version 2,9.x you need to check the file:
\includes\classes\ssu\languages\default.php
Find this line:
$name = str_replace(array(' ', '\'', '/', '\\', '"', '.', ':', '@', '_', '-', '?', '&', '='), $this->registry('name_delimiter'), $name);
Replace by
$name = str_replace(array(' ',' (',' )', '\'', '/', '\\', '"', '.', ':', '@', '_', '-', '?', '&', '='), $this->registry('name_delimiter'), $name);
Then you need to clear cache in ssu manager. That should do the trick.
I would recommend going to php5 soon, since next version of zen will require php5. Plus your current version 1.3.8 is compatible with php5 (unless you are running something else that does not work on php5)
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
Bookmarks