Nel pacchetto c'è scritto :
Instructions:
1. Upload shoutdb.php into your board directory and run it (be sure to delete it afterwards).
2. Install from this mod file manually or using boardmod
3. Upload shout.php into your sources dir.
4. Upload deleteshout.gif to your $themedir/images directory
5.
Anywhere in your template call the function smfshout() to show the shoutbox6. Go into the Feature Settings page and choose the appropriate settings
7. Type in a message and click Shout!
Ovvero, dopo aver installato devi aggiungere nel tuo file index.template.php questa riga :
if (function_exists('smfshout')) smfshout();
FaSan