osCmax v2.5 User Manual
Results 1 to 1 of 1

Need Help with RSS News Mod coding!

This is a discussion on Need Help with RSS News Mod coding! within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; Hello Everyone, I have been struggling with this simple mod to my OSCMax 1.7 cart for the past few days. ...

      
  1. #1
    New Member
    Join Date
    Dec 2006
    Location
    Thousand Oaks California
    Posts
    7
    Rep Power
    0


    Smile Need Help with RSS News Mod coding!

    Hello Everyone,
    I have been struggling with this simple mod to my OSCMax 1.7 cart for the past few days. So far, I have successfully installed the admin store configuration RSS News side of this mod and it's capturing, reading and displaying with links various RSS News just fine. Well, not completely fine if you consider on the admin configuration RSS news menu there are two complete sets of choices, i.e. true or false, number of feeds showing, etc. but it's working.
    But the problem I'm having is I can not get the create a news feed side to work. Of course, creating my own news feed for my web site is why I wanted this modification.
    The RSS news create is designed to be in the admin tools section but it's not showing up.
    I would greatly appreciate if someone would take a closer look at this modification and see if I need to add some of this coding to a BTS page or something. I think this would be a desirable modification. I have it enabled and my error log is clean.
    Thank you,
    Jacob
    I have attached the modification's zip file.
    Or here is the link.
    osCommerce: RSS News
    RSS News V 1.2 by Jack_mcs 11-09-05
    This contribution allows you to display news feeds in your
    shop and to create a news feed file of your own.
    Tested on osCommerce 2.2-CVS

    Part of the ReadMe.txt
    5) Add the following to admin/includes/filenames.php anywhere before
    the last ?>

    //RSS News
    define('FILENAME_RSS_NEWS', 'rss_news.php');
    define('FILENAME_RSS_NEWS_CREATE', 'rss_news_create.php');

    6) In admin/includes/languages/english.php, add the following anywhere
    before the last ?>

    // RSS NEWS
    define('BOX_HEADING_RSS_NEWS', 'RSS News');
    define('BOX_RSS_NEWS_CREATE', 'RSS Create');
    // RSS NEWS

    7) In admin/includes/boxes/tools.php,
    Find:
    '<a href="' . tep_href_link(FILENAME_NEWSLETTERS) . '" class="menuBoxContentLink">' . BOX_TOOLS_NEWSLETTER_MANAGER . '</a><br>' .

    Add after it:
    '<a href="' . tep_href_link(FILENAME_RSS_NEWS_CREATE) . '" class="menuBoxContentLink">' . BOX_RSS_NEWS_CREATE . '</a><br>' .



    Create a directory named feeds in your root directory if one does
    not exist. Be sure the permissions are set to 755 (or 777 if your
    host requires it).

    9) Install the included mysql file into your database.

    That's it.
    Attached Files Attached Files

Similar Threads

  1. Coding Guide Hack
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-29-2007, 10:14 AM
  2. Coding Guide Hack
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-29-2007, 12:14 AM
  3. News Blog V 1.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-29-2007, 12:01 PM
  4. News Blog V 1.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-23-2007, 11:13 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
  •