Stevis2002 Posted April 22, 2005 Share Posted April 22, 2005 Hello all, The news feed works fine in ie, but when i looked at it in Firefox, the text was starting from a position too low, and hence scrolling across the bottom of the rss infobox and then halfway up the box. Any suggestions on how i can fix this please? Thanks, Steve Quote Link to comment Share on other sites More sharing options...
Gui Posted April 22, 2005 Share Posted April 22, 2005 (edited) Hi Steve, The marquee element is not part of the W3C HTML specification and should therefore not be used according to the W3C. If you like the scrolling function you should include it with a script. You can use the contrib without the marquee function by simply removing the <marquee> </marquee> references on line 44 and line 55. You will find this in the boxes/rss_news.php file. Regards Guy Edited April 22, 2005 by Gui Quote Seize the Night! Handy Contrib: RSS News v0.8 Scrolls news from an xml file in a infobox. Link to comment Share on other sites More sharing options...
Gui Posted April 22, 2005 Share Posted April 22, 2005 okay here's the fix: Change the following code on line 44 <marquee id="marquee1" onMouseOver="marquee1.stop();" onMouseOut="marquee1.start()" direction="up" scrollAmount="2" style="height:150"> to <marquee direction="up" height="150" scrollAmount="2" onMouseover="scrollAmount=0" onMouseout="scrollAmount=2"> Thanks to: This scroller contrib greetz Guy Quote Seize the Night! Handy Contrib: RSS News v0.8 Scrolls news from an xml file in a infobox. Link to comment Share on other sites More sharing options...
Stevis2002 Posted April 23, 2005 Author Share Posted April 23, 2005 That Fixed It!! Many Thanks for that. Top Bloke :) Steve Quote Link to comment Share on other sites More sharing options...
dinesh Posted August 11, 2005 Share Posted August 11, 2005 How about having admin control over RSS NEWS? Quote Link to comment Share on other sites More sharing options...
azer Posted November 26, 2006 Share Posted November 26, 2006 How about having admin control over RSS NEWS? true that the best feature would be to be able to add as many rss stream as we want in admin and the nselect the one we want to be shown in catalog i see there is other rss contrib maybe since better have been created ? Quote MS2 Link to comment Share on other sites More sharing options...
azer Posted November 26, 2006 Share Posted November 26, 2006 (edited) i m working on a new version with : - unique link definable in admin , - removed advertissement for affilaite firefox (sorry for the contributor but i dont want my customer to think i try to get money from links...) - open rss target link in a blank page - changed rss.php to rss_news.php to not interfer with other rss contrib i ll post a zip soon if anybody want to improve the admin part would be so good Edited November 26, 2006 by azer Quote MS2 Link to comment Share on other sites More sharing options...
azer Posted November 26, 2006 Share Posted November 26, 2006 here is the 0.9.2 release posted any feedback would be good ! CONTRIBUTION URL IS : http://www.oscommerce.com/community/contributions,3081/ Quote MS2 Link to comment Share on other sites More sharing options...
azer Posted January 7, 2007 Share Posted January 7, 2007 is there any way to tuncate the description length to fewer words , i can find where it can be defined html_entity_decode($item['description']) Quote MS2 Link to comment Share on other sites More sharing options...
SeanLee Posted April 5, 2007 Share Posted April 5, 2007 I'm sorry but I don't understand a couple things... In the code: INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modif`, ied`date_added`, `use_function`, `set_function`) VALUES ('', 'Rss news url', 'AZER_RSSNEWS_URL', 'http://www.website_you_want.com/news/services/rss/rss_fr.xml', 'AZERCA_ADMIN_QUICKSEARCH_LINE', 501, 100, '0000-00-00', '2006-03-04', NULL, ''); I assume I'm supposed to change http://www.website_you_want.com/news/services/rss/rss_fr.xml to my own URL. Am I supposed to change anything else? The first value (before Rss news url) is blank... is this supposed to happen? Also, How would I display newsfeeds on my main page in an infobox? Is this possible? TIA -Sean Quote Link to comment Share on other sites More sharing options...
rhubarb Posted October 10, 2007 Share Posted October 10, 2007 How does the parser deal with <![CDATA[ ? I'm trying to use the osc new contributions rss and the titles are not displaying, an example title in the xml file would be <![CDATA[Dangling Carrot]]> Quote Link to comment Share on other sites More sharing options...
Snoboreders Posted November 3, 2007 Share Posted November 3, 2007 I'm wondering the exact same things as SeanLee. Any help? Quote Link to comment Share on other sites More sharing options...
Guest Posted February 9, 2008 Share Posted February 9, 2008 Hi There, I have everyting installed on my site but this last piece of code... where does it go? Step 2: in phpmyadmin: INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('', 'Rss news url', 'AZER_RSSNEWS_URL', 'http://www.website_you_want.com/news/services/rss/rss_fr.xml', 'AZERCA_ADMIN_QUICKSEARCH_LINE', 501, 100, '0000-00-00', '2006-03-04', NULL, ''); Quote Link to comment Share on other sites More sharing options...
Guest Posted February 19, 2008 Share Posted February 19, 2008 Hi There, I have everyting installed on my site but this last piece of code... where does it go? Step 2: in phpmyadmin: INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('', 'Rss news url', 'AZER_RSSNEWS_URL', 'http://www.website_you_want.com/news/services/rss/rss_fr.xml', 'AZERCA_ADMIN_QUICKSEARCH_LINE', 501, 100, '0000-00-00', '2006-03-04', NULL, ''); This is your code to insert needed tables into a MySQL database... while PHPMyAdmin is one of the tools from your host (usually) for this purpose... Ask your host what they use to admin your MySQL database. Hope this helps... Quote Link to comment Share on other sites More sharing options...
martinstan Posted July 17, 2008 Share Posted July 17, 2008 Is there any support available for this. It looks good but need some things explaining? Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.