ismadman Posted April 25, 2009 Report Share Posted April 25, 2009 This is a post I have up On IBMafia I really need some advice Anyone know how to import rss feeds with no content ( Titles only )The site I want to import them from only has the titles listed and keeps skipping them Due to no content . I dont want the content , I just want the title and inside the post I want the View the full article link to be displayed It is not necessary for me to display anything but the ipb site i am feeding from does not have the first post included button ticked in their export rss manager So it is just the titles and my ipb wont let me import them HELP !!! lol I need to index these titles and dont need or want the content Can anyone help ? I have tried editing the rssimport php file in actions admin but have failed dismally once again HELP ! Link to comment Share on other sites More sharing options...
Management Michael Posted April 26, 2009 Management Report Share Posted April 26, 2009 Don't know what side effects this will produce but if you open sources/action_admin/rssimport.php Find and replace every instance (should be 2) if ( ! $item_data['title'] OR ! $item_data['content'] ) With: if ( ! $item_data['title'] ) Save sources/action_admin/rssimport.php Link to comment Share on other sites More sharing options...
ismadman Posted April 26, 2009 Author Report Share Posted April 26, 2009 Already tried that mike but it still skipped em ....:( Link to comment Share on other sites More sharing options...
Management Michael Posted April 26, 2009 Management Report Share Posted April 26, 2009 Already tried that mike but it still skipped em .... :( Replaced both instances? Are you trying this on an existing rss feed added or you trying to add a new one? Link to comment Share on other sites More sharing options...
ismadman Posted April 26, 2009 Author Report Share Posted April 26, 2009 Replaced both instances? Are you trying this on an existing rss feed added or you trying to add a new one? I actually tried that first then added the feed I pm'd the guys at the site in question and they added the first post . Just curious as to why it wouldnt add them without content when it was creating its own anyway ie :- View the full article Link to comment Share on other sites More sharing options...
Management Michael Posted April 27, 2009 Management Report Share Posted April 27, 2009 I actually tried that first then added the feed I pm'd the guys at the site in question and they added the first post . Just curious as to why it wouldnt add them without content when it was creating its own anyway ie :- View the full article Is this a public feed I can look at, or do you have a similar feed, can't seem to find one. Not actually testing this code, maybe would help if I did :P Link to comment Share on other sites More sharing options...
ismadman Posted April 27, 2009 Author Report Share Posted April 27, 2009 Is this a public feed I can look at, or do you have a similar feed, can't seem to find one. Not actually testing this code, maybe would help if I did :P Yeah it was a public feed from a punk site But as I said they have put the first post in so it works now .. I'll scout around and see if I can find another that has no content Although I have noticed it seems to just be a prob with IPB boards Link to comment Share on other sites More sharing options...
Management Michael Posted June 27, 2009 Management Report Share Posted June 27, 2009 The original issue this topic was opened for has been resolved :) Or there has been no response. If your still having trouble please open a new topic. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.