Item-Link in RSS-Feed - Joomla! Forum - community, help and support
hi,
in view.feed.php build item-link so:
result (don't work):
it must this:
where can find error
thx , regards stuttgart/germany
conny
ps: view.feed.php copy com_content (category)
in view.feed.php build item-link so:
code: select all
<?php
...
$link = jroute::_('index.php?option=com_wt_books&view=book&catid='.$catid.'&id='. $row->id);
...
?>
result (don't work):
http://xxxx.de/buchtipps/php-und-mysql/26/buchtipps/php-und-mysql/26/390
it must this:
http://xxxx.de/buchtipps/php-und-mysql/26/390
where can find error

thx , regards stuttgart/germany
conny
ps: view.feed.php copy com_content (category)
are using router own component ?
Comments
Post a Comment