Accueil
Documentation PHPBoost
Personnalisation de PHPBoost
Graphisme & Styles
Afficher les flux rss sur son site
Documentation PHPBoost
Personnalisation de PHPBoost
Graphisme & Styles
Afficher les flux rss sur son site
Afficher les flux rss sur son site
Article réservé pour PHPboost v2
Vous souhaitez afficher dans un bloc
| Nom du flux RSS | adresse |
| Posts du forum | ../forum/rss.php |
| Articles | ../articles/rss.php |
| Téléchargements | ../download/rss.php |
| News | ../news/rss.php |
| Wiki | ../wiki/rss.php |
Voici le code qu'il va falloir insérer sur votre site dans un fichier template. Par exemple pour afficher en haut des news, il faudra l'inscrire dans news.tpl ligne 2.
Ce code est pour les derniers posts du forum et les derniers articles, mais vous pouvez le modifier pour faire afficher d'autres rss

Code HTML :
<table class="module_table" style="width: 95%"> <tr> <th width="191"> <strong> <a href="../forum/rss.php" title="Rss forum"><img align="left" style="vertical-align:middle" src="../templates/main/images/rss.gif" alt="Rss" title="Rss" /></a><span style="font-size: 10px;"> Derniers sujets du forum</span> </strong> </th> <th width="191"> <strong> <a href="../articles/rss.php" title="Rss articles"><img style="vertical-align:middle" align="left" src="../templates/main/images/rss.gif" alt="Rss" title="Rss" /></a><span style="font-size: 10px;"> Derniers articles</span> </strong> </th> </tr> <tr> <td align="left" style="height:80px;padding-left:20px;"> <script type="text/javascript" src="../cache/rss_forum.html"></script> </td> <td align="left" style="height:80px; padding-left:20px;"> <script type="text/javascript" src="../cache/rss_articles.html"></script> </td> </tr> <tr> <td colspan="2" align="center" class="news_bottom"> <a style="font-size: 10px;text-decoration: underline;" href="../forum/index.php" title="Forum">Notre forum</a>//<a style="font-size: 10px;text-decoration: underline;" href="../wiki/wiki.php" title="wiki">Poster un Article </a>//<a style="font-size: 10px;text-decoration: underline;" href="../articles/articles.php"> Articles</a> </td> </tr> </table> <br />
Cette page a été vue 7679 fois




PHPBoost

Support
Téléchargements
Développement
Communauté

Outils
Contribuer