Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 18

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > International > Polish - Polskie > Jak to zrobic

Reply
 
LinkBack Thread Tools Display Modes
Old 03.01.2007, 20:38   #11 (permalink)
Baby Mamber
 
Join Date: Nov 2005
Posts: 13
websystem is an unknown quantity at this point
Default Re: Remository 3.40 PL - jak wyłaczyć RSS ?

A gdzie jest ten plik o którym piszesz ???????
websystem is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 03.01.2007, 20:40   #12 (permalink)
Baby Mamber
 
Join Date: Nov 2005
Posts: 13
websystem is an unknown quantity at this point
Default Re: Remository 3.40 PL - jak wyłaczyć RSS ?

Magda ale to rozwiązało problem tylko ze strony głównej downloadu natomiast jak klikniesz na katalog plików dalej masz RSS i link ? Poradziłaś sobie z tym ?
websystem is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.01.2007, 20:58   #13 (permalink)
Baby Mamber
 
Join Date: Nov 2005
Posts: 13
websystem is an unknown quantity at this point
Default Re: Remository 3.40 PL - jak wyłaczyć RSS ?

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
websystem is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.01.2007, 21:17   #14 (permalink)
Expert Mamber
 
magdaa's Avatar
 
Join Date: Jan 2006
Posts: 318
magdaa is on a distinguished road
Default Re: Remository 3.40 PL - jak wyłaczyć RSS ?

Quote:
Originally Posted by magdaa
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
człowieku, nie wiem, czy Ty jeszcze po Sylwestrze nie doszedłeś, ale gdybyś uważnie przeczytał cały ten wątęk to podarowałbyś sobie te swoje trzy posty ...
__________________
Pozdrawiam - Magda
magdaa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.01.2007, 20:43   #15 (permalink)
Mamber
 
szanlu's Avatar
 
Join Date: Feb 2005
Posts: 102
szanlu is on a distinguished road
Default Re: Remository 3.40 PL - jak wyłaczyć RSS ?

W sumie rację ma magdaa.
Nie napisałem w której linii, ale wystarczy search "RSS" i chyba po problemie. Napisałem natomiast w którym pliku więc było już bardzo ciepło
__________________
Jestem początkującym użytkownikiem wersji 4.5.4.
Nie bijcie
szanlu is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.01.2007, 20:58   #16 (permalink)
Baby Mamber
 
Maciur90's Avatar
 
Join Date: Dec 2006
Posts: 19
Maciur90 is on a distinguished road
Default Re: Remository 3.40 PL - jak wyłaczyć RSS ?

A mam pytanie, da się wyłączyć tą grafikę na górze tabelki?? Oraz żeby nie pokazywało takiej informacji wraz z ikonka: Proponowanie plików wyłączone - tylko dla administratorów?? A także ustawić remository aby tylko zalogowany użytkownik mógł ściągać pliki??
z góry dziękuje

----------------------------------------------
Proszę się nie złościć ale ja z mambo dopiero zaczynam przygodę
Maciur90 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08.04.2008, 11:08   #17 (permalink)
Baby Mamber
 
Bossgos's Avatar
 
Join Date: Mar 2008
Posts: 3
Bossgos is on a distinguished road
Thumbs up Re: Remository 3.40 PL - jak wyłaczyć RSS ?

Some day this may be an admin option. In the mean time, it is a very easy modification. The following refers to Remository 3.42 but it will probably not change very much in the immediate future.

The RSS link that goes with the main title provides a feed to all files. The code is to be found in .../com_remository/remository.html.php around line 81. There is a comment there which reads "// The following three lines create RSS links - remove if not required". So to suppress the main level RSS link, remove or comment out (put // in front) the 3 lines following the comment.

The RSS link that goes against a container name provides a feed to files in only that container. The code is to be found in .../com_remository/v-classes/remositoryFileListHTML.php around line 23. Once again, there is a comment which reads "// The following three lines create the RSS link for the container - remove if not required". To suppress the container level RSS link, remove or comment out the 3 lines following the comment.
Bossgos is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remository 3.40 PL - jak zrobić upgrade starszej wersji ? szanlu Komponenty i moduly 5 18.12.2006 10:51
jak zrobić upgrade remository ? vioka Komponenty i moduly 1 15.11.2006 16:32
Jak wylaczyc RSS i Logowanie gmail123 Jak to zrobic 1 31.08.2006 11:27
Jak zmienić wyświetlanie kanałów RSS ? cherub Komponenty i moduly 3 19.04.2006 19:37
RSS - jak skonfigurować ? BestiaPL Komponenty i moduly 0 23.11.2005 09:04


All times are GMT +2. The time now is 02:02.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.