- Home
- Categorie
- Coding e Sistemistica
- Tutti gli altri Gestionali
- Shoutbox per Smf
-
Shoutbox per Smf
Ciao sapete dove trovare una Shoutbox per la nuova versione di Smf?
-
Ce ne stanno tante di shoutbox, io ti consiglio nneonneo's Shoutbox:
hxxp://custom.simplemachines.org/mods/index.php?mod=585
-
Io non riesco ad installarla mi potete aiutare? Per favore?
so che devo mettere questo codice ma dove? xD
// YSHOUT HERE - shoutbox code
global $txt,$context,$boarddir;
if(allowedTo('yshout_view'))
{
echo '<br /><b>',$txt['yshout_shoutbox'],'</b><br /><br />';
echo '<div id="yshout">';
include_once($boarddir.'/yshout/yshout.php');
echo '</div>';
}
elseif($context['user']['is_guest'])
echo $txt['yshout_no_guests'];
// YSHOUT END - shoutbox code