Re: Chemo's Ultimate URL's
Hallo,
I copied the files in htdocs/admin and htdocs/includes.
I changed the html_output.php and copied in the directory:
/htdocs/includes/functions/
The shop works, but without SEO URLS and:
I can't find the Seo Urls configuration from within your Zen Cart Administration Interface. Located inside of the Configuration drop-down menu, there will be an entry titled similar to Seo Urls 3.x.x.:schmoll:
What is wrong?
Thanks.
Re: Chemo's Ultimate URL's
Ok I fixed the Problem, I must change in the administration the language to english. And then it works and I see the menu!
Re: Chemo's Ultimate URL's
@ Arkat
Um das Konfigurationsmenü auch im deutschen backend zu haben kann man auch
per PhPMyAdmin (oder ähnlichem) in der Tabelle "zen_configuration_group" in der
Zeile "configuration_group_title" nach Seo Urls 3.0.0-beta1 und Seo Urls Version suchen und hier die Zeile "language_id" von 1 auf 43 ändern.
Hope it helps.
Re: Chemo's Ultimate URL's
Hallo,
one last question:
Does a Character Plugin exists for German ISO 8859-1 or UTF 8?
Or its possible to create some (in which file)?
A great tool, i love it!:laugh:
Thanks!!
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
Arkat
Does a Character Plugin exists for German ISO 8859-1 or UTF 8?
If you mean for transliteration, the Latin Accent & Ligature Transliteration plugin should contain all German characters. If I missed any, please let me know.
You also do not need transliteration. This new Version 3 supports International Urls natively. And the lowercase character plugin will transform multi-byte characters to their lowercase versions if your PHP has MB String installed.
For example, say you have a product titled My Íñtërnâtiônàlizætiøn Product Name. (assume the page base setting is blank and the default extension setting is blank)
With just the Format: Strip Invalid character plugin enabled, the url will be generated as:
mysite.com/My-Íñtërnâtiônàlizætiøn-Product-Name-p-id
With the Format: Strip Invalid AND Format: Lower case character plugins enabled, the url will be generated as:
mysite.com/my-íñtërnâtiônàlizætiøn-product-name-p-id
With the Format: Strip Invalid AND Format: Lower case AND Romanization: Latin Accents & Ligatures character plugins enabled, the url will be generated as:
mysite.com/my-internationalizaetion-product-name-p-id
I know the guide does not currently explain the character plugins very well, and that will change in the future, but for now you just sort of have to play around with them... there are all sorts of possibilities ;-)
Re: Chemo's Ultimate URL's
It's really great to see Dreamscape back and working on this mod, but I have a (Possible)...
Bug Report
SEO URLs Version: 3.0.0 beta 1
Zen Cart Version: 1.3.7
PHP Version: PHP Version 4.4.5 and 5
MySQL Version: 5.0.33
Web Server: Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d mod_autoindex_color PHP/4.4.5
Server Platform: Windows XP SP2
Bug Summary: On upgraded site, will not rewrite. On brand new 1.3.7 install, rewrites everything to store base URL
Bug Details:
On a store with other contributions which has been upgraded to 1.3.7 and works fine in other respects, it just won't do anything with the rewrites. My URLs still look like this:
http://localhost/party-store/?cPath=...oducts_id=4716
So I tried a totally brand new fresh install, did the html_output modification again and redid the .htaccess, and now EVERY link is just the store base:
http://localhost/zencart/
BTW, can anyone tell me how to stop those pesky line numbers showing in the code in a pdf? It means that, when copying and pasting, one has to paste via notepad in order to remove the line numbers, which introduces room for errors.
http://localhost/zencart/
Re: Chemo's Ultimate URL's
Kelvyn,
I haven't tried it on a Windows machine, only Linux, and at the risk of being obvious, have you enabled the core plugins in admin-config-seo-url plugins?
Rgds,
Chuck
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
Chuckl
Kelvyn,
I haven't tried it on a Windows machine, only Linux, and at the risk of being obvious, have you enabled the core plugins in admin-config-seo-url plugins?
Ah!!! There you go - all working now.
I know it's an early beta, so this is just a suggestion, but when having a masterswitch for on/off, it might be an idea to have a few defaults like products and categories turned on.
Either that, or mention it in the manual.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
dreamscape
If you mean for transliteration, the Latin Accent & Ligature Transliteration plugin should contain all German characters. If I missed any, please let me know.
With the Format: Strip Invalid AND Format: Lower case AND Romanization: Latin Accents & Ligatures character plugins enabled, the url will be generated as:
mysite.com/my-internationalizaetion-product-name-p-id
I know the guide does not currently explain the character plugins very well, and that will change in the future, but for now you just sort of have to play around with them... there are all sorts of possibilities ;-)
Hallo,
thanks to Dreamscape and Fastserv.
I have the Format Strip Invalid AND Format: Lower case AND Romanization: Latin Accents & Ligatures character plugins enabled.
The result of a productname-url is:
Product Name: Verkaufsförderung
It change to URL: /index.php/verkaufsforderung-c-68
But I want: /index.php/verkaufsfoerderung-c-68
Ok, it is not a big problem, but a solution will be very nice!
Thanks!
Re: Chemo's Ultimate URL's
Hi all:
I'd like to install the new SEO URLs on a 1.3.7 site using SSL. I have two "copies" of zencart...one on a non-SSL directory, and the second on a subdomain with SSL. Will I have problems installing SEO URLs with this setup? Unfortunately, it will be difficult to test this on a non-live site.
Thanks for the hard work Dreamscape.
Matt