FeedForAll Forum Index ?
?Home?????FAQ????? Search ?????Register ?????Profile? ????Log in
?Custom use of ~~~ItemRssMeshExtra~~~ View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.
Author Message
Amo



Joined: 09 Nov 2006
Posts: 18

PostPosted: Sat Dec 30, 2006 6:07 am Reply with quoteBack to top

I think I am on the verge of solving a problem that's been eating my brain for the past week...

Is there a way I can modify rssMesh.php so that instead of using the "feedExtra" field from the config file for ~~~ItemRssMeshExtra~~~, it could pass the or <image><url> from the source xml? </td> </tr> <tr> <td height="40" valign="bottom" class="genmed"><span class="postdetails"></span></td> </tr> </table> </td> </tr> <tr> <td valign="bottom" nowrap class="row1"><a href="profile.php?mode=viewprofile&u=13584&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_profile.gif" width="59" height="18" class="imgtopic" alt="View user's profile" title="View user's profile" border="0"></a></td> </tr> <tr> <td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr> <td valign="top" class="row2" rowspan="2"> <span class="name"><a name="9703" id="9703"></a><strong><a href="profile.php?mode=viewprofile&u=13584&sid=3f7a2358c1aff20e253eff0746c411d7">Amo</a></strong></span><br> <span class="postdetails"><br> <br> <br> Joined: 09 Nov 2006<br> Posts: 18<br></span><br> <img src="images/spacer.gif" alt="" width="150" height="1"> </td> <td class="row2" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="postdetails"> <a href="viewtopic.php?p=9703&sid=3f7a2358c1aff20e253eff0746c411d7#9703"><img src="templates/fisubsilversh/images/icon_minipost.gif" width="12" height="9" class="imgspace" alt="Post" title="Post"></a>Posted: Sat Dec 30, 2006 6:19 am</td> <td align="right" valign="top" nowrap> <a href="posting.php?mode=quote&p=9703&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_quote.gif" width="59" height="18" class="imgtopic" alt="Reply with quote" title="Reply with quote" border="0"></a><a href="#top"><img src="templates/fisubsilversh/images/icon_up.gif" alt="Back to top" width="16" height="18" title="Back to top" class="imgtopic"></a> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="postbody"> <hr> I hope I'm not annoying you Jim with all my posts here... if it's any consolation I just purchased a copy of FeedForAll Mac after using rss2html.php for a while now.<br> <br> I just looked at the output of rssMesh.php and realized that the source URL and title are stored in the <source> within the item. I then remembered you mentioning that you were planning on building this into rss2html.php soon so I'll be patient for that.<br> <br> So now all I need for my problems to be solved is a way to do what I mentioned in the above post with the <image><url> from the source xml.<br> <br> Thanks so much Jim for your support! </td> </tr> <tr> <td height="40" valign="bottom" class="genmed"><span class="postdetails"></span></td> </tr> </table> </td> </tr> <tr> <td valign="bottom" nowrap class="row2"><a href="profile.php?mode=viewprofile&u=13584&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_profile.gif" width="59" height="18" class="imgtopic" alt="View user's profile" title="View user's profile" border="0"></a></td> </tr> <tr> <td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr> <td valign="top" class="row1" rowspan="2"> <span class="name"><a name="9704" id="9704"></a><strong><a href="profile.php?mode=viewprofile&u=128&sid=3f7a2358c1aff20e253eff0746c411d7">MacSupport</a></strong></span><br> <span class="postdetails"><br> <br> <br> Joined: 24 Feb 2005<br> Posts: 2805<br></span><br> <img src="images/spacer.gif" alt="" width="150" height="1"> </td> <td class="row1" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="postdetails"> <a href="viewtopic.php?p=9704&sid=3f7a2358c1aff20e253eff0746c411d7#9704"><img src="templates/fisubsilversh/images/icon_minipost.gif" width="12" height="9" class="imgspace" alt="Post" title="Post"></a>Posted: Sat Dec 30, 2006 11:05 am</td> <td align="right" valign="top" nowrap> <a href="posting.php?mode=quote&p=9704&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_quote.gif" width="59" height="18" class="imgtopic" alt="Reply with quote" title="Reply with quote" border="0"></a><a href="#top"><img src="templates/fisubsilversh/images/icon_up.gif" alt="Back to top" width="16" height="18" title="Back to top" class="imgtopic"></a> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="postbody"> <hr> <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td><span class="genmed"><strong>Amo wrote:</strong></span></td> </tr> <tr> <td class="quote">I think I am on the verge of solving a problem that's been eating my brain for the past week...</td> </tr> </table> <br> <br> Just to be completely clear on what you want to do.<br> <br> * You have multiple feeds you want displayed on a page<br> * You want to group them by <pubDate>, hence you need rssMesh<br> * rssMesh puts the feed title and feed URL into <source> as it should<br> * But, rssMesh only keeps the <item> level stuff<br> <br> You want to be able to get access to the feed image, right? </td> </tr> <tr> <td height="40" valign="bottom" class="genmed"> <br> _________________<br> Be sure to check out the FeedForAll Mac tutorials at: <a href="/tutorials/" target="_blank">http://www.FeedForAll.com/tutorials/</a><br> <br> FeedForAll Mac and rss2html.php<br> <span class="postdetails"></span> </td> </tr> </table> </td> </tr> <tr> <td valign="bottom" nowrap class="row1"> <a href="profile.php?mode=viewprofile&u=128&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_profile.gif" width="59" height="18" class="imgtopic" alt="View user's profile" title="View user's profile" border="0"></a><a href="/" target="_userwww"><img src="templates/fisubsilversh/images/lang_english/icon_www.gif" width="59" height="18" class="imgtopic" alt="Visit poster's website" title="Visit poster's website" border="0"></a> </td> </tr> <tr> <td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr> <td valign="top" class="row2" rowspan="2"> <span class="name"><a name="9706" id="9706"></a><strong><a href="profile.php?mode=viewprofile&u=13584&sid=3f7a2358c1aff20e253eff0746c411d7">Amo</a></strong></span><br> <span class="postdetails"><br> <br> <br> Joined: 09 Nov 2006<br> Posts: 18<br></span><br> <img src="images/spacer.gif" alt="" width="150" height="1"> </td> <td class="row2" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="postdetails"> <a href="viewtopic.php?p=9706&sid=3f7a2358c1aff20e253eff0746c411d7#9706"><img src="templates/fisubsilversh/images/icon_minipost.gif" width="12" height="9" class="imgspace" alt="Post" title="Post"></a>Posted: Sat Dec 30, 2006 5:01 pm</td> <td align="right" valign="top" nowrap> <a href="posting.php?mode=quote&p=9706&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_quote.gif" width="59" height="18" class="imgtopic" alt="Reply with quote" title="Reply with quote" border="0"></a><a href="#top"><img src="templates/fisubsilversh/images/icon_up.gif" alt="Back to top" width="16" height="18" title="Back to top" class="imgtopic"></a> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="postbody"> <hr> yes exactly. Any thoughts? </td> </tr> <tr> <td height="40" valign="bottom" class="genmed"><span class="postdetails"></span></td> </tr> </table> </td> </tr> <tr> <td valign="bottom" nowrap class="row2"><a href="profile.php?mode=viewprofile&u=13584&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_profile.gif" width="59" height="18" class="imgtopic" alt="View user's profile" title="View user's profile" border="0"></a></td> </tr> <tr> <td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr> <td valign="top" class="row1" rowspan="2"> <span class="name"><a name="9707" id="9707"></a><strong><a href="profile.php?mode=viewprofile&u=128&sid=3f7a2358c1aff20e253eff0746c411d7">MacSupport</a></strong></span><br> <span class="postdetails"><br> <br> <br> Joined: 24 Feb 2005<br> Posts: 2805<br></span><br> <img src="images/spacer.gif" alt="" width="150" height="1"> </td> <td class="row1" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="postdetails"> <a href="viewtopic.php?p=9707&sid=3f7a2358c1aff20e253eff0746c411d7#9707"><img src="templates/fisubsilversh/images/icon_minipost.gif" width="12" height="9" class="imgspace" alt="Post" title="Post"></a>Posted: Sun Dec 31, 2006 8:59 am</td> <td align="right" valign="top" nowrap> <a href="posting.php?mode=quote&p=9707&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_quote.gif" width="59" height="18" class="imgtopic" alt="Reply with quote" title="Reply with quote" border="0"></a><a href="#top"><img src="templates/fisubsilversh/images/icon_up.gif" alt="Back to top" width="16" height="18" title="Back to top" class="imgtopic"></a> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="postbody"> <hr> <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td><span class="genmed"><strong>Amo wrote:</strong></span></td> </tr> <tr> <td class="quote">yes exactly. Any thoughts?</td> </tr> </table> <br> <br> We plan to make more of the channel level information available, but I will take a little time. I will keep you posted.<br> <br> Jim </td> </tr> <tr> <td height="40" valign="bottom" class="genmed"> <br> _________________<br> Be sure to check out the FeedForAll Mac tutorials at: <a href="/tutorials/" target="_blank">http://www.FeedForAll.com/tutorials/</a><br> <br> FeedForAll Mac and rss2html.php<br> <span class="postdetails"></span> </td> </tr> </table> </td> </tr> <tr> <td valign="bottom" nowrap class="row1"> <a href="profile.php?mode=viewprofile&u=128&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_profile.gif" width="59" height="18" class="imgtopic" alt="View user's profile" title="View user's profile" border="0"></a><a href="/" target="_userwww"><img src="templates/fisubsilversh/images/lang_english/icon_www.gif" width="59" height="18" class="imgtopic" alt="Visit poster's website" title="Visit poster's website" border="0"></a> </td> </tr> <tr> <td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr> <td valign="top" class="row2" rowspan="2"> <span class="name"><a name="9741" id="9741"></a><strong><a href="profile.php?mode=viewprofile&u=13584&sid=3f7a2358c1aff20e253eff0746c411d7">Amo</a></strong></span><br> <span class="postdetails"><br> <br> <br> Joined: 09 Nov 2006<br> Posts: 18<br></span><br> <img src="images/spacer.gif" alt="" width="150" height="1"> </td> <td class="row2" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="postdetails"> <a href="viewtopic.php?p=9741&sid=3f7a2358c1aff20e253eff0746c411d7#9741"><img src="templates/fisubsilversh/images/icon_minipost.gif" width="12" height="9" class="imgspace" alt="Post" title="Post"></a>Posted: Thu Jan 04, 2007 6:16 am</td> <td align="right" valign="top" nowrap> <a href="posting.php?mode=quote&p=9741&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_quote.gif" width="59" height="18" class="imgtopic" alt="Reply with quote" title="Reply with quote" border="0"></a><a href="#top"><img src="templates/fisubsilversh/images/icon_up.gif" alt="Back to top" width="16" height="18" title="Back to top" class="imgtopic"></a> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="postbody"> <hr> For the time being I am simply maualy inputing the feed's image URL into the ~~~ItemRssMeshExtra~~~ until you're ready with the extra features.<br> <br> I'm noticing however that randomly some of the images aren't showing up and when I look at the source generated by rss2html.php some of the ~~~ItemRssMeshExtra~~~'s are completely blank.<br> <br> is there anything I can do about this? </td> </tr> <tr> <td height="40" valign="bottom" class="genmed"><span class="postdetails"></span></td> </tr> </table> </td> </tr> <tr> <td valign="bottom" nowrap class="row2"><a href="profile.php?mode=viewprofile&u=13584&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_profile.gif" width="59" height="18" class="imgtopic" alt="View user's profile" title="View user's profile" border="0"></a></td> </tr> <tr> <td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr> <td valign="top" class="row1" rowspan="2"> <span class="name"><a name="9742" id="9742"></a><strong><a href="profile.php?mode=viewprofile&u=128&sid=3f7a2358c1aff20e253eff0746c411d7">MacSupport</a></strong></span><br> <span class="postdetails"><br> <br> <br> Joined: 24 Feb 2005<br> Posts: 2805<br></span><br> <img src="images/spacer.gif" alt="" width="150" height="1"> </td> <td class="row1" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="postdetails"> <a href="viewtopic.php?p=9742&sid=3f7a2358c1aff20e253eff0746c411d7#9742"><img src="templates/fisubsilversh/images/icon_minipost.gif" width="12" height="9" class="imgspace" alt="Post" title="Post"></a>Posted: Thu Jan 04, 2007 6:26 am</td> <td align="right" valign="top" nowrap> <a href="posting.php?mode=quote&p=9742&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_quote.gif" width="59" height="18" class="imgtopic" alt="Reply with quote" title="Reply with quote" border="0"></a><a href="#top"><img src="templates/fisubsilversh/images/icon_up.gif" alt="Back to top" width="16" height="18" title="Back to top" class="imgtopic"></a> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="postbody"> <hr> <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td><span class="genmed"><strong>Amo wrote:</strong></span></td> </tr> <tr> <td class="quote">For the time being I am simply maualy inputing the feed's image URL into the ~~~ItemRssMeshExtra~~~ until you're ready with the extra features.<br> <br> I'm noticing however that randomly some of the images aren't showing up and when I look at the source generated by rss2html.php some of the ~~~ItemRssMeshExtra~~~'s are completely blank.<br> <br> is there anything I can do about this?</td> </tr> </table> <br> <br> I would have to see everything to even be able to guess.<br> <br> Jim </td> </tr> <tr> <td height="40" valign="bottom" class="genmed"> <br> _________________<br> Be sure to check out the FeedForAll Mac tutorials at: <a href="/tutorials/" target="_blank">http://www.FeedForAll.com/tutorials/</a><br> <br> FeedForAll Mac and rss2html.php<br> <span class="postdetails"></span> </td> </tr> </table> </td> </tr> <tr> <td valign="bottom" nowrap class="row1"> <a href="profile.php?mode=viewprofile&u=128&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/icon_profile.gif" width="59" height="18" class="imgtopic" alt="View user's profile" title="View user's profile" border="0"></a><a href="/" target="_userwww"><img src="templates/fisubsilversh/images/lang_english/icon_www.gif" width="59" height="18" class="imgtopic" alt="Visit poster's website" title="Visit poster's website" border="0"></a> </td> </tr> <tr> <td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr> <td colspan="2" align="center" class="cat"> <form method="post" action="viewtopic.php?t=3755&start=0&sid=3f7a2358c1aff20e253eff0746c411d7"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td class="gensmall">Display posts from previous:??</td> <td> <select name="postdays"> <option value="0" selected> All Posts </option> <option value="1"> 1 Day </option> <option value="7"> 7 Days </option> <option value="14"> 2 Weeks </option> <option value="30"> 1 Month </option> <option value="90"> 3 Months </option> <option value="180"> 6 Months </option> <option value="364"> 1 Year </option> </select>?</td> <td> <select name="postorder"> <option value="asc" selected> Oldest First </option> <option value="desc"> Newest First </option> </select>?</td> <td><input type="submit" value="Go" class="catbutton" name="submit"></td> </tr> </table> </form> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" class="tbl"> <tr> <td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4"></td> <td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td> <td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td> </tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td nowrap> <a href="posting.php?mode=newtopic&f=17&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/reply-locked.gif" width="82" height="25" alt="This forum is locked: you cannot post, reply to, or edit topics." title="This forum is locked: you cannot post, reply to, or edit topics."></a><a href="posting.php?mode=reply&t=3755&sid=3f7a2358c1aff20e253eff0746c411d7"><img src="templates/fisubsilversh/images/lang_english/reply-locked.gif" width="82" height="25" alt="This topic is locked: you cannot edit posts or make replies." hspace="8" title="This topic is locked: you cannot edit posts or make replies."></a> </td> <td width="100%" class="nav"> <a href="index.php?sid=3f7a2358c1aff20e253eff0746c411d7">FeedForAll Forum Index</a> ? <a href="viewforum.php?f=17&sid=3f7a2358c1aff20e253eff0746c411d7">RSSmesh (Automatic Feed Aggregator)</a> </td> <td nowrap class="nav"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td> <br> <br> <form method="get" name="jumpbox" action="viewforum.php?sid=3f7a2358c1aff20e253eff0746c411d7" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="jumpbox"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td class="gensmall" nowrap>?Jump to:?</td> <td> <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"> <option value="-1"> Select a forum </option> <option value="-1"> ? </option> <option value="-1"> Annoucements </option> <option value="-1"> ---------------- </option> <option value="7"> Announcements </option> <option value="-1"> ? </option> <option value="-1"> FeedForAll Windows Support </option> <option value="-1"> ---------------- </option> <option value="6"> Program Support (FFA Win) </option> <option value="5"> Feature Requests (FFA Win) </option> <option value="2"> Beta Releases (FFA Win) </option> <option value="-1"> ? </option> <option value="-1"> FeedForAll Mac Support </option> <option value="-1"> ---------------- </option> <option value="10"> Program Support (FFA Mac) </option> <option value="14"> Feature Requests (FFA Mac) </option> <option value="15"> Beta Releases (FFA Mac) </option> <option value="-1"> ? </option> <option value="-1"> RecordForAll Support </option> <option value="-1"> ---------------- </option> <option value="20"> Program Support (RFA) </option> <option value="21"> Feature Requests (RFA) </option> <option value="22"> Beta Releases (RFA) </option> <option value="-1"> ? </option> <option value="-1"> RSS Related PHP Scripts </option> <option value="-1"> ---------------- </option> <option value="8"> RSS2HTML (RSS to HTML Converter) </option> <option value="16"> FutureRSS (Automatic Content Publisher) </option> <option value="17" selected> RSSmesh (Automatic Feed Aggregator) </option> <option value="18"> SQL2RSS (MySQL to RSS Feed Creator) </option> <option value="19"> RSS2SQL (RSS to MySQL Feed Importer) </option> <option value="23"> RSSFilter (Creates a filtered RSS feed) </option> <option value="-1"> ? </option> <option value="-1"> General RSS Topics </option> <option value="-1"> ---------------- </option> <option value="4"> General RSS Discussions </option> <option value="9"> General Podcast Questions </option> <option value="3"> Favorite RSS Feeds </option> </select><input type="hidden" name="sid" value="3f7a2358c1aff20e253eff0746c411d7">?</td> <td><input type="submit" value="Go" class="catbutton"></td> </tr> </table> </form> <br> <br> </td> <td class="gensmall" align="right" valign="top"> <strong></strong><br> <a href="viewtopic.php?t=3755&view=next&sid=3f7a2358c1aff20e253eff0746c411d7">View next topic</a><br> <a href="viewtopic.php?t=3755&view=previous&sid=3f7a2358c1aff20e253eff0746c411d7">View previous topic</a><br> </td> </tr> </table> <div align="center" class="gensmall"> <br> <br> Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> ? 2001, 2002 phpBB Group :: <a href="http://www.forumimages.com/" target="_blank">FI Theme</a><br> </div> <a name="bot" id="bot"></a> </td> </tr> </table> </td> </tr> </table> </body> </html>