modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

Comments link #51

Open mlafrance opened 12 years ago

mlafrance commented 12 years ago

Howdy! Here is a little feature that we are implementing that might come in handy. This allows users of the news module to add a "Read/Leave Comments" link in the same manner as the "Read More" link. This was requested by our users to help promote discussion on posts that appear in the news module.

Like the "Read More" link, this is configurable per feed in the feed.ini file by adding SHOW_COMMENTS_LINK = 1. The URL is taken from the RSS "comment" field. If no comment is available it instead provides a link to the main article using the "link" field. The link name "Read/Leave Comments" is added to the en_US.ini to take advantage of the recent localization features.