Darathor
Citation :
But : Supprime l'affichage de la description des forums et la place en info-bulle sur la cellule correspondant à chaque forum.
Limitations :
- l'attribut "title" est utilisé pour l'info-bulle. Si la description fait plus de 80 caractères, elle sera donc tronquée par certains navigateurs (dont Firefox).
Auteur : Darathor (darathor@free.fr)
Version : 1.0 (15/10/2006)
Compatibilité phpBB : 2.0.21
Dans "templates/subSilver/index_bofy.tpl"
Code :
#
# Trouver
#
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
#
# Remplacer par
#
<td class="row1" width="100%" height="50" title="{catrow.forumrow.FORUM_DESC}"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />