View Full Version : how to pass full lenght article in rss feed of vivvo site
b4uindia
12-24-2007, 01:31 PM
i want to pass full length rss article in feeds of our site along with every feed having a hyperlink to us with every article
please let me know how i can fix these 2 things,
regards!
anand
You can't pull from RSS source more than there is in <description> of the feed. Or I misunderstood you?
b4uindia
12-25-2007, 05:37 AM
i am asking for my vivvo site rss feed for others like subscribers of my rss feeds i want to put them with full length article
shketuljko
12-25-2007, 08:22 AM
Open VIVVO_ROOT/templates/_syndication/rss2.0.tpl and try to find following code (about 21 line):
<description><vte:value select="{article.get_summary|xmlentities}" /></description>
You need to replace that code with this code:
<description><vte:value select="{article.get_body|xmlentities}" /></description>
If I understood you well that should fix this.
b4uindia
12-25-2007, 10:23 AM
that was perfact but no images attached with articles are appearing!!!
can u please help me to attach the images also via rss!
anand
Ksenija
12-25-2007, 10:58 AM
It has already been described in this thread:
http://www.vivvo.net/forums/showthread.php?t=2050
b4uindia
12-26-2007, 12:35 PM
i want to pass
Source: http://www.mydomain.com/
with hyperlink to mydomain.com with every rss item from my vivvo site at bottom of every rss item.
regards!
anand
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.