Page 51 of 96 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 955
  1. #501
    Join Date
    May 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Has anybody got this contribution working the Ultimate SEO URLs contribution. The link that it creates is a pure Zen Cart link and I'd like it to use the URL format that is search engine friendly.

    Andrew has said this contribution uses built in Zen Cart functions but it must not be using zen_href_link to create the link as this has been modified on my site to produce teh SEF URLs.

    Thanks

    Andy

  2. #502
    Join Date
    Nov 2008
    Location
    West Sussex
    Posts
    43
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    OK - probably me being a dumb@ss, but I've installed everything, placed the code in the footer (as I had a problem with the page disappearig if I put it in the header).

    Page now displays OK, when I click 'view source' the code is present, but I cannot find the rss link aywhere on any of my pages so far.

    Any ideas?

    Cheers

    Nick.
    Eminent Online - Makeup, Beauty Products, Fragrances, Lingerie, Ties and Cufflinks at discount prices.

  3. #503
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default In your admin

    Hello Nick,

    In your admin - Configuration/RSS Feed. Did you set this up?

    RSS Image: gif
    RSS Image Name: rss

    Check my website link below and take a look at my rss feed.
    Last edited by Royal; 23 Dec 2008 at 03:48 AM. Reason: add more info.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  4. #504
    Join Date
    Nov 2008
    Location
    West Sussex
    Posts
    43
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Just looked with fresh eyes - I've missed most of the code out of the footer! D'oh! I'll sort in a while and that should fix it hopefully.

    That'll teach me to go to bed at a sensible time!
    Eminent Online - Makeup, Beauty Products, Fragrances, Lingerie, Ties and Cufflinks at discount prices.

  5. #505
    Join Date
    Nov 2008
    Location
    West Sussex
    Posts
    43
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    OK...., checked the tpl_footer file and I did appear to get it right - it appears like this:

    <?php
    require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
    ?>

    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>

    <?=zen_image(DIR_WS_TEMPLATE.'images/paypal.gif','','108px','49px')?>
    <li><?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?></li>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    <?php } ?>
    </ul>
    <!--bof- site copyright display -->
    <p><?php echo FOOTER_TEXT_BODY; ?>&nbsp;&nbsp;</p>
    <!--eof- site copyright display -->

    <?php
    } // flag_disable_footer
    ?>

    <!--bof RSS Feed --><div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?>
    </div>
    <!--eof RSS Feed -->


    Underneath that, I have my Google Analytics code.

    However, when I go into my site and right click/ view page source, the bottom of the file then looks like this:

    <!--footer part start -->
    <div id="footer">


    <img src="includes/templates/Drop6/images/paypal.gif" alt="" width="108px" height="49px" /> <li></li>
    <li></li>
    </ul>
    <!--bof- site copyright display -->
    <p>Copyright &copy; 2008 <a href="http://www.eminent.me.uk/index.php?main_page=index" target="_blank">Eminent Online</a>, All Rights Reserved.&nbsp;&nbsp;</p>
    <!--eof- site copyright display -->



    <!--bof RSS Feed --><div id="RSSFeedLink">


    (it seems to miss out most of the RSS feed code). Anyone have any ideas?

    Cheers

    Nick.
    Eminent Online - Makeup, Beauty Products, Fragrances, Lingerie, Ties and Cufflinks at discount prices.

  6. #506
    Join Date
    Nov 2008
    Location
    West Sussex
    Posts
    43
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    also - cannot seem to be able to validate the feed (probably because the code doesnot show up(?)) Feed validator just says the page looks like a website and not a feed...
    Eminent Online - Makeup, Beauty Products, Fragrances, Lingerie, Ties and Cufflinks at discount prices.

  7. #507
    Join Date
    Nov 2008
    Location
    West Sussex
    Posts
    43
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Had another look through this morning and am still stumped - will try uninstalling, then starting again fromscratch to make sure I didn't do anythng wrong first time round.

    It's obvious from this thread that the mod works fine, so it's probably down to user error, so by doing this I can try to eliminate that - failing that, I guess it must be somethng else to do with the coding of my site (I'm running 1.38a).

    Happy Holidays all.
    Eminent Online - Makeup, Beauty Products, Fragrances, Lingerie, Ties and Cufflinks at discount prices.

  8. #508
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hi, Andrew,

    Many thanks for your wonderful mod.

    I came across a big problem about product's Url in RSS feed.

    I removed .html from product's Url and Category's Url by editing the file seo.url.php
    it works fine. but the urls in Rss feed are still ended with .html,
    please check at www.hangerbase.com

    could you please help to check what is the problem?
    Appreciated again.

  9. #509
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hello, Andrew,

    Help please!!
    could you please check at http://www.topalways.com/rss_feed.html?feed=specials
    how to fix the duplicate products problem?

    it makes me crazy. many thanks.

  10. #510
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Hi,
    I can't see anything at http://www.topalways.com/rss_feed.html?feed=specials
    No any data

 

 
Page 51 of 96 FirstFirst ... 41495051525361 ... LastLast

Similar Threads

  1. Rss2 feed & Ultimate SEO URL
    By Jerry5763837 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Feb 2009, 12:42 PM
  2. RSS2 feed contribution support
    By Woodymon in forum All Other Contributions/Addons
    Replies: 73
    Last Post: 26 Sep 2007, 07:38 AM
  3. How to display Price in Rss2.php ( Rss Feed )
    By anand in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 27 Jan 2007, 10:38 PM
  4. rss2.php rss feed contribution - YAHOO picks up only IMAGE URL?
    By gsh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Dec 2006, 05:19 AM
  5. Does rss2 mod also do mailing lists?
    By levander in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Sep 2006, 11:15 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