ArticleTrader.com
  

 Main Menu

  Home
  Member Login
  Forum
  Submit Article
  RSS Feeds
  Contact Us
  About

 Services

  Article Distribution
  Link Building

 Tools

  ArticleMS
  Directory Tracker

 Categories

  Automotive
  Business
  Computers
  Entertainment
  Finance
  Food
  Health
  Home and Family
  Internet
  Legal
  Science
  Self Improvement
  Shopping
  Society
  Sports
  Technology
  Travel
  Writing





























 
Welcome! ( Login | Register )
» ArticleTrader Forums » ArticleMS » Support » Feed for Tags?
Members Search Help

Pages: << prev 1 next >>
Feed for Tags?
This member is currently offline helden
Member


Avatar

Member Level

Group: Members
Posts: 79
Joined: Dec 11, 2007

Go to the bottom of the page Go to the top of the page

Is there a way to generate an RSS Feed for tags?

If the TAG is Review

http://www.helden.de/ams/tags/Review/?fmt=rss

dosent works

and

I will show in the normal feed only the teaser texts. How?
.........................
www.helden.de
Home of the Brave

Posted Sep 17, 2009, 12:40 pm
This member is currently offline Anne Kirrin
Pool


Avatar

Member Level

Group: Moderators
Posts: 1,356
Joined: Apr 11, 2006

Go to the bottom of the page Go to the top of the page

helden said:
I will show in the normal feed only the teaser texts. How?


under "RSS Feed" in the templates section click on 'item'
replace $Article->text|xml_encode with $Article->summary|xml_encode
.........................
Anne Kirrin is in Nepal for the month of November

ArticleMSSkins.net <<:::: New
Directory of Niche Article Sites <::::: Add your article site for free!!

Posted Sep 17, 2009, 1:37 pm
This member is currently offline helden
Member


Avatar

Member Level

Group: Members
Posts: 79
Joined: Dec 11, 2007

Go to the bottom of the page Go to the top of the page

That works fine

again Thanks Anne

and how can a feed shown for a selected TAG? Is it possibel?
.........................
www.helden.de
Home of the Brave

Posted Sep 18, 2009, 11:39 am
This member is currently offline lococtupento
Member


Member Level

Group: Members
Posts: 64
Joined: Jul 25, 2006

Go to the bottom of the page Go to the top of the page

copy the code
Code:
if ($this->get['fmt'] == 'rss'){
  $this->feed_title = "Latest {$Category->title} Articles";
  $this->display_article_feeds($Items->Articles);
  exit;
}

from the category template it should work

Posted Sep 21, 2009, 9:31 pm
Pages:<< prev 1 next >>

Nov 22, 2009, 1:21 pm

  

0.014s