PDA

Voir la version complète : Titre et description du forum dans le forum


Sofia
18/03/2007, 17h57
Description
Cette modification permet d'afficher le titre du forum supérieur ainsi que sa description.
Remerciements et support / Thanks and support
Ce Hack a été traduit en français pour vBulletin-Ressources avec l'autorisation explicite de son auteur. / This Hack was translated into French for vBulletin-Ressources with the explicit authorization of its author.
vBulletin-Ressources et son équipe offrira du support vis-à-vis des hacks traduits, bien sûr, dans la mesure du possible de chacun, autant en terme de temps que de connaissances/ vBulletin-Ressources and its team will offer support for the translated hacks, of course, as far as possible for everyone, as much in term of time that knowledge.
vBulletin-Ressources remercie l'auteur du hack pour avoir fourni son autorisation. / vBulletin-Ressources thanks the author for the hack to have provided its authorization.Conception
Auteur du Hack / Author Of Hack : Naxon (http://www.vbulletin.org/forum/member.php?u=164961)
Source / Link of Thread: Titre et description du forum dans le forum (http://www.vbulletin.org/forum/showthread.php?t=142405)
Version vBulletin Requise / Version vBulletin Required : vB 3.6.5
Testé / Tested: oui
Traducteur / Translator: Sofia
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved Only For Ours Translations~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Installation
Modifier le template FORUMDISPLAYTrouver :

$header
$navbarEt ajouter en-dessous :

<!-- Forum's Info Box By Naxon -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="50%">
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('icons_panel')">
</a><b><center>$foruminfo[title_clean]</center></b></td>
<tbody id="collapseobj_icons_panel" style="$vbcollapse[collapseobj_icons_panel]">
<tr>
<td bgcolor="#F5F5FF"><div><span style="color: black;">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
$foruminfo[description]
</table>
</a></span></div>
</a></span></div>
</td>
</tr>
</td>
</tr>
</table>
<br />
<!-- /Forum Description By Naxon -->

lagrace
18/03/2007, 21h38
Merci

Je sais pas ce que vient faire ceci dans la description du hack llol



Cette modification permet d'afficher l'id des utilisateurs dans le profil.

Allan
18/03/2007, 22h04
Merci

Je sais pas ce que vient faire ceci dans la description du hack llol



Cette modification permet d'afficher l'id des utilisateurs dans le profil.

C'est modifier ;)

Merci pour cette trad ma poule ;)

Netsurfer
19/03/2007, 06h11
Bien, moi j'aimerais qu'on puisse faire afficher le forum principal mais dans ceci et sous une nouvelle colonne: http://www.vbulletin-ressources.com/forum/showthread.php?t=3749

Serait-ce possible?

TEnyoks
19/03/2007, 20h02
Merco Sofia pour cette trad ;) ^^

v!ru$
26/11/2007, 20h11
Marche très bien sur 3.6.8

Ici un code édité, qui rend la description du forum centrée !

<!-- Forum's Info Box By Naxon -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="50%">
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('icons_panel)">
</a><b><center>$foruminfo[title_clean]</center></b></td>
<tbody id="collapseobj_icons_panel" style="$vbcollapse[collapseobj_icons_panel]">
<tr>
<td bgcolor="#F5F5FF"><div><span style="color: black;">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
<center> $foruminfo[description]</center>
</table>
</a></span></div>
</a></span></div>
</td>
</tr>
</td>
</tr>
</table>
<br />
<!-- /Forum Description By Naxon -->