Page 1 of 1

RSS Aggregator

Posted: Wed Aug 01, 2007 4:07 pm
by Dance_master
i am using the plug in for RSS Aggregation and it is dropping the external URL these URLs are where the main article is. is there any way to keep these URLS in the feed. or include them in the feed. as it is i am importing them and then modifying each one of them so i get the full article.

Re: RSS Aggregator

Posted: Sat Aug 04, 2007 12:51 pm
by garvinhicking
Hi!

To include the entry URL you must modify your entries.tpl template file. Have a look at the file 'theme-patch.diff' of the serendipity_event_aggregator directory, it tells you which parts to modify of the defulat entries.tpl to include the URL variable.

Best regards,
Garvin

need more help

Posted: Tue Aug 07, 2007 3:41 am
by Dance_master
i have made the changes to entries.tpl in default and i still am not getting the external links. is there something else i need to do?

Re: need more help

Posted: Tue Aug 07, 2007 10:18 am
by garvinhicking
Hi!

Then you did the wrong changes. What did you do? Are you sure you're editing the right entries.tpl file of the right template?

Regards,
Garvin

Posted: Tue Aug 07, 2007 3:39 pm
by Dance_master
i got it figured out. and it is working. thank you for your help

regular expression

Posted: Tue Aug 07, 2007 10:18 pm
by Dance_master
[ballroom] && [dance] ~
[dancsport] ~
[[ballroom] | [dance]] && [[roxtrot] | [waltz] | [tango] | [swing] | [rumba] | [cha] | [salsa] | [mambo]]

i have not used regular expression before. can you please tel me what is wrong with this expretion. when i put it in a used it i crashed the apachie server.

Re: regular expression

Posted: Wed Aug 08, 2007 11:12 am
by garvinhicking
Hi!

Uh, where do you put that? That's a completely invalid regular expression :-D

Regards,
Garvin

RSS Aggregator -- default author

Posted: Tue Oct 23, 2007 6:55 am
by gansad
I am using this to grab rss feed which has been working fine. The only issue is that the author is left empty i.e. Posted by _____

How do I set the default author for this? i.e. I would like to name the author as RSS_Feeds etc? Thanks

Re: RSS Aggregator -- default author

Posted: Tue Oct 23, 2007 10:00 am
by garvinhicking
Hi gansad!

For that you need to patch/edit the entries.tpl template file of the template you are using. Check out the theme-patch.diff file inside the serendipity_event_aggregator directory to see what you need to change.

Regards,
Garvin

yes it works!

Posted: Tue Oct 23, 2007 4:11 pm
by gansad
thanks garvin -- didnt notice there is a patch for that, ran it and working fine now. thanks again!