help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Disable feedlink
Disable feedlink
7 years 9 months ago
hi,
I would like to disable the feedlink, is that possible?
Best regards
I would like to disable the feedlink, is that possible?
Best regards
Please Log in or Create an account to join the conversation.
Re: Disable feedlink
7 years 9 months ago
It works if I delate this part of code for example in "com_jem\views\venue\view.html.php"
but it won't works as override in "template\html\com_jem\views\venue\"
Code:
// Add feed links
$link = '&format=feed&id='.$venue->id.'&limitstart=';
$attribs = array('type' => 'application/rss+xml', 'title' => 'RSS 2.0');
$this->document->addHeadLink(JRoute::_($link . '&type=rss'), 'alternate', 'rel', $attribs);
$attribs = array('type' => 'application/atom+xml', 'title' => 'Atom 1.0');
$this->document->addHeadLink(JRoute::_($link . '&type=atom'), 'alternate', 'rel', $attribs);
but it won't works as override in "template\html\com_jem\views\venue\"
Please Log in or Create an account to join the conversation.
Re: Disable feedlink
7 years 1 month ago
It would be nice if it it were a setting to turn feed links on and off. Now you have to hack the core code of JEM (and each time there's an update). I woud also like to turn this of. Mainly because the Bing bot sees every rss and atom feed as a site map and adds it to the list of sitemaps in the Bing webmaster tools. (I ended up with a list of 200 sitemaps…)
Please Log in or Create an account to join the conversation.
Time to create page: 0.474 seconds