I'm trying to get the RSS feeds working for comments, the link is not correct (incomplete). I had noticed before that all the files (at least the ones I've looked at before) have unrecognizable characters in the comments. I use BBEdit and I always get a warning when I open them. I strip the non-ascii characters out and re-save the file as UTF-8 no BOM but that means I can't read the comment and I've yet to find a way I can.
This is typical
/*
*
* Display RSS feed and/or Refresh buttons after comments list
*
* ŒÚÓ·‡Ê‡ÂÚ ÒÒ˚ÎÍÛ Ò ËÍÓÌÍÓÈ Ì‡ RSS-ÎÂÌÚÛ Ë/ËÎË ÒÒ˚ÎÍÛ "Œ·ÌÓ‚ËÚ¸ ÒÔËÒÓÍ ÍÓÏÏÂÌڇ˂"
* ÔÓÒΠÒÔËÒ͇ ÍÓÏÏÂÌڇ˂ ÚÂÍÛ˘Â„Ó Ó·˙ÂÍÚ‡. —Ò˚Î͇ RSS ÓÚÓ·‡Ê‡ÂÚÒˇ ÚÓθÍÓ ‚ ÚÓÏ ÒÎÛ˜‡Â,
* ÂÒÎË ‚ ̇ÒÚÓÈ͇ı ÍÓÏÔÓÌÂÌÚ‡ ‡Á¯ÂÌ ˝ÍÒÔÓÚ ÍÓÏÏÂÌڇ˂ ‚ RSS.
*
*/
In this case (tpl_tree.php) I'd really like to be able to read the comments, they seem like they might help
I'm using 2.1.0.0
I don't think there's anything wrong in jcomments (at least not yet) I just don't know where it's trying to pick up the link
if ($this->getVar('comments-rss', 1) == 1) {
$link = $this->getVar('rssurl');
$lines[] = '<a class="rss" href="'.$link.'" target="_blank">'.JText::_('RSS').'</a>';
}rssurl is located where? Is it system wide? I can't seem to enable something which gives rssurl a value.