Quote:
|
Originally Posted by magdaa można inaczej pozbyć sie problemu - narazie zrobiłam to częściowo. Wyrzuciłam kod RSS z pliku remository.html.php linia 79-82 o następującej treści: PHP Code: // The following three lines create RSS links - remove if not required $rssurl = $this->repository->RemositoryFunctionURL('rss'); $this->interface->addCustomHeadTag("<link rel='alternate' type='application/rss+xml' title='RSS - "._DOWN_NEWEST."' href='$rssurl' />"); echo $rssurl.$this->repository->RemositoryImageURL('feed-icon-32x32.gif')." RSS</a>"; // End of RSS link code
po usunięciu tego kodu znika RSS z działu głównego plików - pozostaje jeszcze odszukać kodu, który odpowiada za usuwanie RSS z kategorii |
//nie pisz wolami, bo ludzie zobacza i bez tego - Dylek
TAK TO DZIAłą
ALE DODATKOWO MUSISZ:
z pliku
remositoryFileListHTML.php wyrzucić linia o następującej treści:
// The following three lines create the RSS link for the container - remove if not required
$rssurl = $this->repository->RemositoryFunctionURL('rss', $container->id);
$this->interface->addCustomHeadTag("<link rel='alternate' type='application/rss+xml' title='RSS - "._DOWN_NEWEST." - $cname' href='$rssurl' />");
echo $rssurl.$this->repository->RemositoryImageURL('feed-icon-32x32.gif').' RSS</a>';
// End of RSS code