Page 57 of 146 FirstFirst ... 747555657585967107 ... LastLast
Results 561 to 570 of 1456
  1. #561
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by dreamscape View Post
    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 ). 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.

  2. #562
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by voltage View Post
    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 ). 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

  3. #563
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default 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>

  4. #564
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    Thanks......





    Quote Originally Posted by samad64 View Post
    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>

  5. #565
    Join Date
    Jan 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    edited for never mind

  6. #566
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by voltage View Post
    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.

  7. #567
    Join Date
    Apr 2005
    Posts
    99
    Plugin Contributions
    0

    Default 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

  8. #568
    Join Date
    Mar 2007
    Location
    Berlin, Germany
    Posts
    6
    Plugin Contributions
    0

    Default 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&ouml;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!
    Last edited by Arkat; 4 Mar 2007 at 04:39 AM.

  9. #569
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default 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

  10. #570
    Join Date
    Mar 2007
    Location
    Berlin, Germany
    Posts
    6
    Plugin Contributions
    0

    Default 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!

 

 

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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