Results 1 to 10 of 1697

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by HammurIT View Post
    ... I have now noticed is that my main menu is missing for the Ez Pages - is that related to this module?
    Nope, all Ultimate URLs does is provide alternative URLs (via zen_href_link). It does not alter or change any HTML, CSS, JS, modules, sideboxes, etc.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  2. #2
    Join Date
    Apr 2015
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    I have another newbie question.

    I created a define page about_us same as contact_us, /about_us.html and /contact_us.html both work.

    With the Ultimate SEO 2.20, the code below
    PHP Code:
    <li><?php echo '<a href="' zen_href_link(FILENAME_CONTACT_US) . '">' BOX_INFORMATION_CONTACT '</a>';?></li>
    which generated a static link /contact_us.html.
    However,
    PHP Code:
    <li><?php echo '<a href="' zen_href_link(FILENAME_ABOUT_US) . '">' BOX_INFORMATION_ABOUT '</a>';  ?></li>
    which generated a /index.php?main_page=about_us link, which is not a seo link.

    By the way, the about_us page was added after I installed the plugin.

    What is wrong with my installation? How should I do to generate a seo url /about_us.html, instead of /index.php?main_page=about_us.

  3. #3
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Check your setting for: "Limit alternate URLS to the following pages".

  4. #4
    Join Date
    Apr 2015
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by lhungil View Post
    Check your setting for: "Limit alternate URLS to the following pages".
    Thanks you so much.

    Additional Question, what is the correct name for manufacturer?

    Code:
    RewriteRule ^(.*)-m-([0-9]+)(.*)$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]

  5. #5
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by bwlinux View Post
    ... what is the correct name for manufacturer? ...
    Not sure what you are asking... The name would be whatever you entered for the manufacturer in the Zen Cart administrative interface.

    Are you asking what Zen Cart page handles manufacturer product listings? If so the answer is "index" (same one handling the home page, categories, etc).

    One can determine the Zen Cart Page name by looking in one or both of the following locations (xxxx is where the page name will be). n the stock Zen Cart URLs, this appears as index.php?main_page=xxxx. In the installation file structure pages appear at /includes/modules/pages/xxxx.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #6
    Join Date
    Apr 2015
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by lhungil View Post
    Not sure what you are asking... The name would be whatever you entered for the manufacturer in the Zen Cart administrative interface.

    Are you asking what Zen Cart page handles manufacturer product listings? If so the answer is "index" (same one handling the home page, categories, etc).

    One can determine the Zen Cart Page name by looking in one or both of the following locations (xxxx is where the page name will be). n the stock Zen Cart URLs, this appears as index.php?main_page=xxxx. In the installation file structure pages appear at /includes/modules/pages/xxxx.
    Thanks for explaining, I see how the plugin works.

    I am sorry for my previous confusing question. Here is the problem I want to solve.

    My site generates seo links for categories and products etc as expected; but it does not generate seo links for manufacturer links. For example,
    PHP Code:
    index.php?main_page=index&manufacturers_id=19 
    should be converted to a seo link
    PHP Code:
    /anyname-m-19 
    But it does not convert the link to the seo link.

    How should I address the problem? Thank you very much.

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

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