Creating your own AJAX Form Validations >>

Configuring RSS Feeds


For configuring the feeds, you will have to edit the $RSS array which is defined in the backend/common/rss.setting.inc.php in the following way:

$RSS['feeds'][0]['title'] = "The title of your feed";
$RSS['feeds'][0]['link'] = "http://www.link.to.your.frontend";
$RSS['feeds'][0]['language'] = "en"; // or de, fr, it, ...
$RSS['feeds'][0]['description'] = "A description of your feed";
$RSS['feeds'][0]['rights'] = "If you want to set rights/licenses for your feed put it here";
$RSS['feeds'][0]['publisher'] = "The publisher of your feed – may be your frotend URL";
$RSS['feeds'][0]['creator'] = "spunQ RSS-generator";
$RSS['feeds'][0]['subject'] = "The subject(s) of your feed";
$RSS['feeds'][0]['extension'] = "xml";
$RSS['feeds'][0]['linkcode'] = "\$link = sprintf(\"http://URL/view/%s\", \$item->id);";
$RSS['feeds'][0]['img'] = "URL to feed icon";
$RSS['feeds'][0]['file'] = "rc_works";
$RSS['feeds'][0]['query'] = "


SELECT
object_id as id,
[classtable]_title as title,
[classtable]_description as abstract
FROM [classtable], object
WHERE object_ref =[classtable]_id AND
object_class_ref = [classid] AND
............[your personal conditions]...........”;

 

Some comments:


Tags

Configuration, Technical

Related Subjects

>> RSS Feeds

Do you need additional information?

Pose your question

Search