Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
dreamscape
If you encounter a problem that even has the remote possibility of being a bug, please submit a bug report. Thanks :)
Thanks for the patch. It is working now without problem.
I guess I usually assume its operator error until someone can prove otherwise :).
By the way, this is not a bug, but I have some categories "hard coded" using the following php tag.
<a href="index.php?main_page=index&cPath=1">Category 1</a>
In the previous version, SEO urls correctly created the SEO link. In this version, it creates this link:
<a href="index.php?main_page=index&cPath=1">Category 1</a>
Does anyone have any guidance for this besides (besides use the default cat box :P). Otherwise I will just hardcode the html instead of the php statement.
Thanks for all of your hardwork. It seems to work great so far.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
voltage
Thanks for the patch. It is working now without problem.
I guess I usually assume its operator error until someone can prove otherwise :).
By the way, this is not a bug, but I have some categories "hard coded" using the following php tag.
<a href="index.php?main_page=index&cPath=1">Category 1</a>
In the previous version, SEO urls correctly created the SEO link. In this version, it creates this link:
<a href="index.php?main_page=index&cPath=1">Category 1</a>
Does anyone have any guidance for this besides (besides use the default cat box :P). Otherwise I will just hardcode the html instead of the php statement.
Thanks for all of your hardwork. It seems to work great so far.
Try using
zen_href_link('index','cPath=1');
I'm honestly not sure if it would work.. but taking a look at html_output.php for the original zen_href_link function shows that it SHOULD work. Note that I haven't tried it yet though :).. giving it a shot after this post
Re: Chemo's Ultimate URL's
ah.. here's the actual way to do it (after messing around with it for a little bit)
Code:
<a href="<?php echo zen_href_link('index','cPath=38'); ?>">test link</a>
Re: Chemo's Ultimate URL's
Thanks......
Quote:
Originally Posted by
samad64
ah.. here's the actual way to do it (after messing around with it for a little bit)
Code:
<a href="<?php echo zen_href_link('index','cPath=38'); ?>">test link</a>
Re: Chemo's Ultimate URL's
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
voltage
I guess I usually assume its operator error until someone can prove otherwise :)
You don't worry about that. It's my job to determine if a problem is actually a bug or not if you're unsure. :wink2:
Re: Chemo's Ultimate URL's
So far everything looks good, works again. My problem with the page redirecting errors was cause i did not enable Format: Strip Invalid. Messing with it still to see if there is any bugs, but will let you know. Keep up with the good work.
Thank you Dreamscape
Re: Chemo's Ultimate URL's
Hallo,
I use zen cart 1.3.7 and I tried to install "Ultimate_SEO_URLs_v2.103",
But I don't find a installation-guide for this version. So i used this one:
http://www.dream-scape.com/pub/zenca...s/install.html
Now if a go to my site, following error comes:
"Fatal error: Call to undefined function: zen_href_link() in /home/../online/htdocs/shop2/includes/languages/german.php on line 539"
I opened the file german.php, in line 539 there are following instructions:
define('CART_SHIPPING_OPTIONS_LOGIN', 'Bitte melden Sie sich <a href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '"><u>hier</u></a> an, um Ihre persönlichen Versandkosten anzuzeigen.');
Some idea, why it doesn't work?
Is v2.103 compatible to zen-cart 1.3.7?
Does a installation-guide exist for this Version?
gratefully for any help!
Re: Chemo's Ultimate URL's
Is v2.103 compatible to zen-cart 1.3.7?
Does a installation-guide exist for this Version?
Please install the newest version as the older version is no longer supported (and you can help test it in other languages)
http://www.smarterwebdev.com/pub/zen....0.0-beta1.zip
BTW, Dreamscape, maybe you can put this in your signature so that others can easily find it.
Thanks
Re: Chemo's Ultimate URL's
Hi voltage,
thanks a lot for your answer.
I downloaded the zip-file and the guide.
But I can't find in the directory "/zc_install/includes/functions/"
the file "html_output.php". There are only the files general.php and sessions.php.
I find only in the directory "includes/functions/html_output.php."
Which file does the manual meens in Page 21?
Thanks!