php - Joomla 1.0 issue with com_frontpage and RSS reader -
i have 99% working rss reader in php built joomla frontpage, regardless of published article newest (i.e. top of list) has following code built url.. url works ok, looks untidy.
option=com_frontpage&itemid=56
so rss link looks this:
<a href="option=com_frontpage&itemid=56http://www........">title</a>
the http://www... correct link unknown reason joomla adding component link it.
all other rss links don't have this. there no issues in rss script. checked, double checked, checked else.
it must happening in joomla.
any 1 got ideas.
thanks
p.s. know it's joomla 1.0 , bad. it's heavily modified backend in other areas not effecting , on internal server only.
added code function check prepending annoyance , remove it.
if($this->link) { //check multiple http if($index == 0 && !preg_match("/^http/i", $this->link)){ $this->link = substr($this->link, strpos($this->link, 'http')); }
Comments
Post a Comment