osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 General Mods Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 09-01-2007, 03:10 PM
New Member
 
Join Date: Dec 2006
Location: Thousand Oaks California
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jrosselli is on a distinguished road
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
File Type: zip RSS_News_V1.3.zip (15.9 KB, 2 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
osCommerce / osCMax Design, Coding, Bug Fixing & Contributions osHelpers.com Advertise your services 0 07-17-2007 04:06 AM
Coding Guide Hack michael_s New osCommerce Contributions 0 06-29-2007 10:14 AM
Coding Guide Hack michael_s New osCommerce Contributions 0 06-29-2007 12:14 AM
News Blog V 1.0 michael_s New osCommerce Contributions 0 01-29-2007 01:01 PM
News Blog V 1.0 michael_s New osCommerce Contributions 0 01-24-2007 12:13 AM


All times are GMT -8. The time now is 02:28 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax