View Single Post
  #7 (permalink)  
Old 10-18-2006, 11:06 PM
newskicks newskicks is offline
Casual Pligger
 
Join Date: Oct 2006
Posts: 67
Thanks: 3
Thanked 17 Times in 6 Posts
Quote:
Originally Posted by chuckroast View Post
newskicks

That is a great idea.
I am asuming that some stories would go directly to published and some to the queued?
nope for that you have to modify another variable:-
search following :-
$linkres->status=$feed->feed_status;
and replace it with:-
$linkres->status="published";

you can even write some more code so that some stories goes in to published and some in qued
Reply With Quote