- Home
- Categorie
- Coding e Sistemistica
- Gestione di Forum
- [Risolto] Nuovi messaggi
-
[Risolto] Nuovi messaggi
Qualcuno sa come si fa ad aggiungere al menu del forum il link ai messaggi non letti come qui nel forum GT? (vedi menu in alto il settimo link da sx)
Grazie assai
-
Ciao Marchino,
Cerca nel template il file overall_header.tpl. Ci dovrebbe un qualcosa del genere all'interno<a name="top" id="top"></a> <table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td> <table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td> <td align="center" width="100%">{BANNER_0_IMG}</td><td><a href="{U_PORTAL}"><img src="templates/fisubsilversh/images/phpbb2_logor.jpg" border="0" alt="{L_HOME}" title="{L_HOME}" width="140" height="110" /></a></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td align="center" class="topnav"> <a href="{U_FAQ}">{L_FAQ}</a> • <a href="{U_SEARCH}">{L_SEARCH}</a> • <a href="{U_PREFERENCES}">{L_PREFERENCES}</a> <!-- BEGIN switch_user_logged_in --> • <a href="{U_BOOKMARKS}">{L_BOOKMARKS}</a> • **<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW2}</a>** <!-- END switch_user_logged_in --> • <a href="{U_GROUP_CP}">{L_USERGROUPS}</a> <!-- BEGIN switch_user_logged_out --> • <a href="{U_REGISTER}">{L_REGISTER}</a> <!-- END switch_user_logged_out --> • <a href="{U_PROFILE}">{L_PROFILE}</a> • <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a> • <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td> </tr> </table>
La parte in grassetto è quella per l'inserimento dei nuovi messaggi
Prova e fammi sapere se ti funziona
-
Grazie!
Funziona perfettamente.
Per completezza, ho dovuto aggiungere a lang_main.php la seguente riga:$lang['Search_new'] = 'Nuovi posts';