Description
Permet d'afficher les regles du forum en haut du topic

Installation
Dans le fichier topics.php
chercher
CODE
$this->output = str_replace( "<!--IBF.FORUM_RULES-->", $std->print_forum_rules($this->topic), $this->output );

remplacer par
CODE

$this->output = str_replace( "<!--IBF.FORUM_RULES-->", $std->print_forum_rules($this->forum), $this->output );


Screenshot
[attachmentid=325]