Page 177 of 506 FirstFirst ... 77127167175176177178179187227277 ... LastLast
Results 1,761 to 1,770 of 5054
  1. #1761
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Note: a new version released later will address the above problem in a better way to removing all query variables with empty values. We may even consider not redirecting at all when post method is used.
    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

  2. #1762

    Default Re: Simple SEO URL [support thread]

    The newest module works great! The only problem I am having is that in the footer on one of my client's sites all of the categories are shown, but on mouseover those are not show the SEO'd URL as the category boxes are. Is there an easy way to fix this? (The footer box is dynamic not static) Coding for footer box is:

    <tr><td align="center" style="font-size:14px; color:#462B00;"> Favors By Theme </td></tr>
    <tr><td align="center"><?php $res = mysql_query("select c.categories_id, cd.categories_name from zen_categories c, zen_categories_description cd where c.parent_id='0' and cd.language_id = '1' and c.categories_id = cd.categories_id");
    $i=0;
    while($row = mysql_fetch_array($res)){
    if($i!='0'){
    echo '&nbsp; | &nbsp;';
    }
    $i++;
    echo '<a style="font-weight:normal" href="index.php?main_page=index&cPath=' . $row[categories_id] . '">'. $row[categories_name] .'</a>';
    } ?>
    </td></tr>



    Thanks in advance!!!
    April

    www.amatkins.com
    Website Design and Solutions

  3. #1763

    Default Re: Simple SEO URL [support thread]

    In case it helps...

    Mouseover in category box shows:
    http://sgweddingfavors.com/candle-wedding-favors-c-1

    Mouseover in footer shows:
    http://sgweddingfavors.com/index.php...=index&cPath=1
    April

    www.amatkins.com
    Website Design and Solutions

  4. #1764
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Okie, some comments here:
    1. The way the categories are queried is not to zencart's standard.
    Not a big deal
    2. You have to use zen_href_link to create the link, it will go something like this:
    (Im using the code you posted)
    PHP Code:
    echo '<a style="font-weight:normal" href="'.zen_href_link('index',"cPath={$row['categories_id']}") . '">'$row['categories_name'] .'</a>'
    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

  5. #1765

    Default Re: Simple SEO URL [support thread]

    Thanks a million!!! That did the trick -- unfortunately that is only a very small portion of the site that was coded away from Zen Cart norms and I am working with it the best I can. Sadly I missed the obvious.

    Thanks again!
    April

    www.amatkins.com
    Website Design and Solutions

  6. #1766
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Ok, but thebug is when you select some letter and have selected " all categories "

    .That I suppose that you have detected for the later Note

    Very Thanks


    Quote Originally Posted by yellow1912 View Post

  7. #1767
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by danilovig View Post
    Ok, but thebug is when you select some letter and have selected " all categories "

    .That I suppose that you have detected for the later Note

    Very Thanks
    Try the demo again, let me know if it works. If it does work with no other error I will upload a new version
    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

  8. #1768
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Now, The demo works correctly, since you have solved it to it my me does not work

    thanks


    Quote Originally Posted by yellow1912 View Post
    Try the demo again, let me know if it works. If it does work with no other error I will upload a new version

  9. #1769
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    a Problem duplicate.html)
    http:/...../sillas-de-paseo-bebe-confort-c-217_242.html
    http://..../sillas-de-paseo-bebe-confort-c-217_242

    who can i do a redirect 301 of http:/...../sillas-de-paseo-bebe-confort-c-217_242.html to http://..../sillas-de-paseo-bebe-confort-c-217_242???


    http://www.zen-cart.com/forum/showpo...postcount=1733, this modification do 301 redirect??


    Thanks
    Last edited by danilovig; 3 Jan 2009 at 01:21 PM.

  10. #1770
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Ignore this thread

    Thanks


    Quote Originally Posted by danilovig View Post
    a Problem duplicate.html)
    http:/...../sillas-de-paseo-bebe-confort-c-217_242.html
    http://..../sillas-de-paseo-bebe-confort-c-217_242

    who can i do a redirect 301 of http:/...../sillas-de-paseo-bebe-confort-c-217_242.html to http://..../sillas-de-paseo-bebe-confort-c-217_242???


    http://www.zen-cart.com/forum/showpo...postcount=1733, this modification do 301 redirect??


    Thanks

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

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