Jaka wersja phpBB i jaka wersja moda?
Jakim sposobem dokonałeś instalacji?
Przy użyciu automoda mogą występować problemy.
Moderatorzy: Pomocnicy, Tłumacze


UWAGA : RSS 2.0 Parser
_____________________
GYM Sitemaps & RSS posiad prosty ale za to wydajny parser RSS 2.0.
Będzie buforował przetwarzany kanał przez zkonfigurowany okres czasu (1 godzina domyślnie).
Jest to bardzo podręczne do pokazania adresów nadpisywanych linków gdziekolwiek w phpBB bez większego wysiłku.
Możesz łatwo wyświetlić listę linków lub postów na każdej stronie phpBB.
Aby wyświetlić zawartość RSS 2.0, dodaj :
// GYM Sitemaps & RSS agregator
if (!empty($config['gym_installed'])) {
if (!function_exists('display_feed')) {
require_once($phpbb_root_path . 'gym_sitemaps/includes/gym_common.' . $phpEx);
}
$params = array(
// Full URL to the RSS feed
'url' => 'http://www.example.com/feed_url',
// true | false - Scroll the link list or not ?
// Default is false
'slide' => true,
// Speed of scroller higher number = slower scroller
// Default is 30
'speed' => 30,
// How long should we cache the result in seconds
// Default is 3600 (1 hour)
'ttl' => 3600,
// number of item to parse
// Default is 5
'limit' => 5,
// true | false - Display the items description if available as well ?
// Turning this on will change the link list layout
// Default is false
'desc' => false,
// true | false - Allow html in the descriptions ?
// Default is false
'html' => true,
// true | false - if html is off, you can additionnaly strip all html tags
// Default is true
'striptags' => true,
);
/**
* display_feed($params, $tpl_prefix = '')
* $params : array of params or string feed URL for defaults
* tpl_prefix is for using different link blocks on one page
* Use display_feed('http://www.example.com/feed_url') to use default settings.
* */
display_feed($params, '');
}
// GYM Sitemaps & RSS agregator
przed page_header() nazywany w każdym skrypcie phpBB.
Dodaj :
<!-- INCLUDE gym_sitemaps/gym_link_body.html -->

Użytkownicy przeglądający ten dział: Brak zidentyfikowanych użytkowników i 1 gość