http://blogs.law.harvard.edu/tech/rss FeedForAll http://www.feedforall.com/forum/ FeedForAll Support Forum webmaster@feedforall.com webmaster@feedforall.com Sat, 04 Feb 2012 03:05:40 GMT RSS2HTML (RSS to HTML Converter) - RE: Number of items per page http://www.feedforall.com/forum/viewtopic.php?p=27914#27914 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=3" target="_blank">Tech Support</a><br /> Posted: Fri Feb 03, 2012 5:00 pm (GMT -5)<br /> <br /> The regular version of rss2html doesn't support that. However rss2html pro does. There is a sample of how to do it, included with the pro version. <br /> <br /> warning: <br /> However, it is labeled as an advanced topic, and some PHP programming knowledge may be necessary to be successful in implementing it.<br />_________________<br /><a href="http://www.feedforall.com" target="_blank" class="postlink">Create RSS Feeds</a> <br /> <a href="http://www.recordforall.com" target="_blank" class="postlink">Audio Recording and Editing</a><br /> RSS2HTML (RSS to HTML Converter) - Number of items per page http://www.feedforall.com/forum/viewtopic.php?p=27909#27909 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=182831" target="_blank">Davidth2</a><br /> Subject: Number of items per page<br />Posted: Fri Feb 03, 2012 4:49 am (GMT -5)<br /> <br /> I am using the rss2html code. <br /> <br /> I have 150 items to display and have found the code that relates to the limit of the items to be displayed. <br /> <br /> I would like to display 40 items per page - How do I creat the pages via the code? <br /> <br /> This is the code on Rss2HTML <br /> <br /> $FeedMaxItems = 150; <br /> $NoFutureItems = FALSE; <br /> <br /> What can I add to the code to display 50 ietms per page? <br /> <br /> Thanks <br /> <br /> Dave<br /> General RSS Discussions - RE: hide error function to redirect to another page http://www.feedforall.com/forum/viewtopic.php?p=27906#27906 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=182562" target="_blank">Rapodo</a><br /> Posted: Thu Feb 02, 2012 5:25 pm (GMT -5)<br /> <br /> is there any developer that could help me write to write a function hook of your own to display errors. Then you can choose if you want to create some content, display the error, or redirect to a page.<br /> General RSS Discussions - hide error function to redirect to another page http://www.feedforall.com/forum/viewtopic.php?p=27905#27905 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=182562" target="_blank">Rapodo</a><br /> Subject: hide error function to redirect to another page<br />Posted: Thu Feb 02, 2012 5:11 pm (GMT -5)<br /> <br /> Hello all. I would like to know if its posable to make the error redirect to any page i wanted rather than show just a blank page? Is there a way i can make the error goto <a href="http://example.com?" target="_blank">http://example.com?</a> Rathar than none of the page loading at all? <br /> <br /> [code]// $hideErrors: This will prevent all error messages from being displayed. <br /> // CAUTION enabling this will cause rss2html.php to fail silently with <br /> // no indication to why there was no output <br /> $hideErrors = 1;[/code]<br /> General RSS Discussions - RE: Hiding Errors messages http://www.feedforall.com/forum/viewtopic.php?p=27904#27904 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=182562" target="_blank">Rapodo</a><br /> Posted: Thu Feb 02, 2012 5:04 pm (GMT -5)<br /> <br /> Ah ha fixed it i didnt have // $hideErrors = 1; <br /> set to $hideErrors = 1; <br /> <br /> Now is there any way i cam make this redirect to any custom made error page so instead of loading a white page it would redirect to any page i wanted?<br /> General RSS Discussions - Hiding Errors messages http://www.feedforall.com/forum/viewtopic.php?p=27903#27903 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=182562" target="_blank">Rapodo</a><br /> Subject: Hiding Errors messages<br />Posted: Thu Feb 02, 2012 12:02 pm (GMT -5)<br /> <br /> Hello i am seeking help in getting the hide error function to work. <br /> <br /> <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td><span class="genmed"><strong>Code:</strong></span></td> </tr> <tr> <td class="code"> <br /> // $hideErrors&#58; This will prevent all error messages from being displayed. <br /> // CAUTION enabling this will cause rss2html.php to fail silently with <br /> // no indication to why there was no output <br /> // $hideErrors = 1;</td> </tr> </table> <br /> <br /> As you can see i have got this set to 1 and it doesnt seem to work. <br /> I am using rss2html pro <br /> <br /> I am using feeds from locations around the internet like thhe usgs and met office rss feeds. <br /> <br /> Whenever their feed or server goes down my whole page displays the error as like below <br /> <br /> <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td><span class="genmed"><strong>Code:</strong></span></td> </tr> <tr> <td class="code"> <br /> $errorCode = 7 <br /> xml_error_string&#40;&#41; = mismatched tag <br /> xml_get_current_line_number&#40;&#41; = 57 <br /> xml_get_current_column_number&#40;&#41; = 2 <br /> xml_get_current_byte_index&#40;&#41; = 2665</td> </tr> </table> <br /> <br /> This obviously becomes very untidy on my website. I have tryed adding <br /> <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td><span class="genmed"><strong>Code:</strong></span></td> </tr> <tr> <td class="code"> <br /> ini_set&#40;'display_errors', 'Off'&#41;; </td> </tr> </table>to the second line but that doesnt work either. <br /> <br /> Is there a way of fixing this problem and stop any error messages from appearing on my whole page or is there a way any error can be redirected to a custom error page i could make? <br /> <br /> Any help would be most welcome! Thankyou in advance.<br /> General RSS Discussions - RSS Feed Creation for eCommerce http://www.feedforall.com/forum/viewtopic.php?p=27890#27890 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=166635" target="_blank">shees570</a><br /> Subject: RSS Feed Creation for eCommerce<br />Posted: Wed Feb 01, 2012 12:54 am (GMT -5)<br /> <br /> Hi <br /> <br /> i am sunshop.com ecommerce software on my website <a href="http://splusdirect.com" target="_blank">http://splusdirect.com</a> and there is no option for rss feed creation. <br /> <br /> i would like to ask that any other way or any website offering this feature that generating rss feed by xml site map ?<br />_________________<br /><a href="http://samadkarar.com" target="_blank" class="postlink">SEO Expert</a> - <a href="http://www.splusdirect.com" target="_blank" class="postlink">Dell Parts</a> - <a href="http://www.splusdirect.com/index.php?l=product_list&amp;c=29" target="_blank" class="postlink">Alienware Parts</a><br /> General RSS Discussions - RSS Feed Creation for eCommerce http://www.feedforall.com/forum/viewtopic.php?p=27889#27889 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=166635" target="_blank">shees570</a><br /> Subject: RSS Feed Creation for eCommerce<br />Posted: Wed Feb 01, 2012 12:54 am (GMT -5)<br /> <br /> Hi <br /> <br /> i am sunshop.com ecommerce software on my website <a href="http://splusdirect.com" target="_blank">http://splusdirect.com</a> and there is no option for rss feed creation. <br /> <br /> i would like to ask that any other way or any website offering this feature that generating rss feed by xml site map ?<br />_________________<br /><a href="http://samadkarar.com" target="_blank" class="postlink">SEO Expert</a> - <a href="http://www.splusdirect.com" target="_blank" class="postlink">Dell Parts</a> - <a href="http://www.splusdirect.com/index.php?l=product_list&amp;c=29" target="_blank" class="postlink">Alienware Parts</a><br /> RSS2HTML (RSS to HTML Converter) - RE: Feed not displaying in website http://www.feedforall.com/forum/viewtopic.php?p=27888#27888 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=3" target="_blank">Tech Support</a><br /> Posted: Tue Jan 31, 2012 12:35 pm (GMT -5)<br /> <br /> The requested edits have been made.<br />_________________<br /><a href="http://www.feedforall.com" target="_blank" class="postlink">Create RSS Feeds</a> <br /> <a href="http://www.recordforall.com" target="_blank" class="postlink">Audio Recording and Editing</a><br /> RSS2HTML (RSS to HTML Converter) - RE: Feed not displaying in website http://www.feedforall.com/forum/viewtopic.php?p=27887#27887 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=64186" target="_blank">scooter</a><br /> Posted: Tue Jan 31, 2012 12:31 pm (GMT -5)<br /> <br /> Hey, I put in a support request to my hosting provider and whatever they did seemed to do the trick to fix the include. <br /> <br /> Thanks for your help. <br /> <br /> P.S. - I don't seem to be able to edit my posts. Is there any way I can have the links to my feed deleted from the posts above?<br /> RSS2HTML (RSS to HTML Converter) - RE: How to install RSS feed http://www.feedforall.com/forum/viewtopic.php?p=27886#27886 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=3" target="_blank">Tech Support</a><br /> Posted: Tue Jan 31, 2012 10:14 am (GMT -5)<br /> <br /> Have a look at our video tutorials: <br /> <br /> <a href="http://www.feedforall.com/rss-videos.htm" target="_blank">http://www.feedforall.com/rss-videos.htm</a> <br /> <br /> You'll probably be interested in at least these two: <br /> <br /> What is RSS? <br /> <a href="http://www.feedforall.com/videos/what-is-rss.htm" target="_blank">http://www.feedforall.com/videos/what-is-rss.htm</a> <br /> <br /> How to create a basic RSS feed: <br /> <a href="http://www.feedforall.com/videos/basic-rss-tutorial.htm" target="_blank">http://www.feedforall.com/videos/basic-rss-tutorial.htm</a><br />_________________<br /><a href="http://www.feedforall.com" target="_blank" class="postlink">Create RSS Feeds</a> <br /> <a href="http://www.recordforall.com" target="_blank" class="postlink">Audio Recording and Editing</a><br /> RSS2HTML (RSS to HTML Converter) - How to install RSS feed http://www.feedforall.com/forum/viewtopic.php?p=27885#27885 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=182687" target="_blank">Becca</a><br /> Subject: How to install RSS feed<br />Posted: Tue Jan 31, 2012 9:55 am (GMT -5)<br /> <br /> Hi! <br /> <br /> I am new here. I need help 'cos I don't know how to install Rss feed on my site. <br /> <br /> Any suggestion really appreciate it. <br /> <br /> Thanks!<br />_________________<br /><a href="http://speeduppc4free.com/" target="_blank">http://speeduppc4free.com/</a><br /> RSS2HTML (RSS to HTML Converter) - RE: RSS2HTML Pro installation error http://www.feedforall.com/forum/viewtopic.php?p=27847#27847 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=101476" target="_blank">FeedForAll Sales</a><br /> Posted: Thu Jan 26, 2012 4:55 pm (GMT -5)<br /> <br /> We unfortunately do not do custom PHP programming.<br />_________________<br />FeedForAll Sales<br /> RSS2HTML (RSS to HTML Converter) - RE: RSS2HTML Pro installation error http://www.feedforall.com/forum/viewtopic.php?p=27846#27846 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=182680" target="_blank">dawveed</a><br /> Posted: Thu Jan 26, 2012 4:43 pm (GMT -5)<br /> <br /> Could you do that? Can we talk privately? Please inform<br /> RSS2HTML (RSS to HTML Converter) - RE: RSS2HTML Pro installation error http://www.feedforall.com/forum/viewtopic.php?p=27845#27845 Author: <a href="http://www.feedforall.com/forum/profile.php?mode=viewprofile&u=3" target="_blank">Tech Support</a><br /> Posted: Thu Jan 26, 2012 4:28 pm (GMT -5)<br /> <br /> Well, the default script can't scrape the content from the outside RSS Feed Items and put the links of the individual items back to your own site but it could be done with some custom PHP programming.<br />_________________<br /><a href="http://www.feedforall.com" target="_blank" class="postlink">Create RSS Feeds</a> <br /> <a href="http://www.recordforall.com" target="_blank" class="postlink">Audio Recording and Editing</a><br />