Envoyé par
vBET
Vous pouvez utiliser le menu déroulant si vous voulez - vBET a construire en soutien à l'ajouter dans la barre de navigation.
Si vous souhaitez placer dans la barre de navigation drapeaux normale S'il vous plaît modifier template:
vbenterprisetranslator_flags
S'il vous plaît essayez celui-ci (non testé):
Code:
<!--vBET_SNTA--><!--vBET_NRE-->
<vb:each from="flags" value="flag">
<li><a rel="novbseo" href="{vb:var flag.url}" <vb:if condition="$flag['code']==$vbulletin->options['vbenterprisetranslator_forumlanguage']">onclick="document.cookie = 'vbet_language=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/'; return true;"</vb:if>><img src="images/vbet/flags/{vb:var flag.code}.gif" alt="{vb:var flag.name}" <vb:if condition="$vbulletin->options['vbenterprisetranslator_flags_noborder'] && !$flag['highlight']">border="0"</vb:if><vb:if condition="$flag['highlight']">style="border-style: solid; border-width: 1px; border-color: yellow;"</vb:if>/></a></li>
</vb:each>
<!--vBET_ENTA-->
S'il vous plaît laissez-nous savoir at-il aidé
Salut à tous,
dans vBulletin 4.0.8, j'ai changé les vbenterprisetranslator_flags modèle à partir
Code:
<!--vBET_SNTA--><!--vBET_NRE-->
<div class="vbetflagsbox">
<vb:each from="flags" value="flag">
<a rel="novbseo" href="{vb:var flag.url}" <vb:if condition="$flag['code']==$vbulletin->options['vbenterprisetranslator_forumlanguage']">onclick="document.cookie = 'vbet_language=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/'; return true;"</vb:if>><img class="vbet-flag vbet-{vb:raw flag.code}" width="16" height="11" src="images/vbet/flags/clear.gif" alt="{vb:var flag.name}" <vb:if condition="$vbulletin->options['vbenterprisetranslator_flags_noborder'] && !$flag['highlight']">border="0"</vb:if><vb:if condition="$flag['highlight']">style="border-style: solid; border-width: 1px; border-color: yellow;"</vb:if>/></a>
</vb:each>
</div><!--vBET_ENTA-->
à votre bien modificated
Code:
<!--vBET_SNTA--><!--vBET_NRE-->
<vb:each from="flags" value="flag">
<li><a rel="novbseo" href="{vb:var flag.url}" <vb:if condition="$flag['code']==$vbulletin->options['vbenterprisetranslator_forumlanguage']">onclick="document.cookie = 'vbet_language=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/'; return true;"</vb:if>><img src="images/vbet/flags/{vb:var flag.code}.gif" alt="{vb:var flag.name}" <vb:if condition="$vbulletin->options['vbenterprisetranslator_flags_noborder'] && !$flag['highlight']">border="0"</vb:if><vb:if condition="$flag['highlight']">style="border-style: solid; border-width: 1px; border-color: yellow;"</vb:if>/></a></li>
</vb:each>
<!--vBET_ENTA-->
mais les drapeaux ne font pas ce qu'ils sont supposés. Un tour et brûler. Quelqu'un peut-Donne-moi un coup de main à ce sujet?