Kód: Vybrat vše
http://www.fotonomad.cz/forum1/forum_backend.php
do čtečky RSS.
Ve výchozím nastavení vytvoří mód RSS feed z posledních 15 témat na celém foru. Jestli si ale upravíte odkaz ve footeru.tpl na forum_backend.php
Kód: Vybrat vše
{S_ROOT}forum_backend.php{FORUM_ID}
f= xy - xy určuje fórum odkud RSS bude generováno
příklad: http://www.vase_forum.cz/forum_backend.php?f=9
n= xy - xy určí počet témat, která se načtou
příklad: http://www.vase_forum.cz/forum_backend.php?n=30
příklad: http://www.vase_forum.cz/forum_backend.php?f=9&n=30
Mód můžete stáhnout na Redfoxyho fóru.
Kód: Vybrat vše
##############################################################
## MOD Title: RSS feed
## MOD Author: Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://ptifo.clanmckeen.com
## MOD Description:
## This one will produce a RSS feed with the 15 (or N.) last topic of a section of your board
##
## MOD Version: 1.0.10b
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: (n/a)
## Included Files: root/*.*
##
## License: http://opensource.org/licenses/gpl-license.php GNU Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## If you use it without parameters, it produce a RSS feed with the last 15 topic.
## The topics selected are those viewable by guests per default.
##
## Parameter:
## f= int value - specify the forum where you want give the topic
## example: http://your_board/forum_backend.php?f=9
## n= int value - number of topic to retrieve
## example: http://your_board/forum_backend.php?n=30
## example: http://your_board/forum_backend.php?f=9&n=30
##
##############################################################
## MOD History:
##
## 2006-07-09 - Version 1.0.10b
## - updated installation script to add support into the page to recognize direct RSS links
## - added parameter to specify how topic you want retrieve
##
## 2006-06-30 - Version 1.0.10
## - fixed for CH 2.1.6 (encoding)
##
## 2006-06-30 - Version 1.0.8 (final)
## 2006-06-22 - Version 1.0.8 (pre-release)
## 2006-05-17 - Version 1.0.8 dev
## - fix the cache regeneration
##
## 2006-05-13 - Version 1.0.6
## - fix the date
##
## 2006-01-11 - Version 1.0.4
## - fix a mozilla/firefox bug with application/rss+xml html header,
## - use the user or the default encoding
##
## 2005-12-06 - Version 1.0.2
## - add text ouptut possibility
##
## 2005-12-05 - Version 1.0.0
## - first release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################