PDA

Afficher la version complète : Cacher les liens au Visiteurs sous Vbadvanced .



snake5018
30/10/2010, 23h44
Salut a tous ,

Comment Faire Pour cacher les liens au visiteurs sur vBadvanced ?



Merci D'avance .

Simon
31/10/2010, 09h17
Bonjour,

Après une rapide recherche sur le site officiel vBAdvanced.com:

You could do this...

In your ADV_LINKS_SHOWLINK template find this:


$link[url] and change it to something like this:

<if condition="!$bbuserinfo['userid']">
<a href="showlink.php?$session[sessionurl]l=$link[linkid]&amp;linkurl=$link[url]" target="_blank">$link[url]</a>
<else />
$vbphrase[links_url_register]
</if> You'll need add that phrase in or hard code your text. You will also need use something very similiar to that in the little drop down box that appears that appears when your looking at the main list of links or disable it from the admincp.

Sorry I have to run now or I'd look it up. Source: http://www.vbadvanced.com/forum/showthread.php?t=15008

Le sujet datant un peu j'ignore si cette méthode fonctionne toujours. Si tu ne comprend pas du tout l'anglais, il faut éditer le template ADV_LINKS_SHOWLINK en remplaçant le premier code par le second.

snake5018
31/10/2010, 12h45
ah Cool , Merci je vais tester ça . (je comprend l'anglais ;) )

Ombre
31/10/2010, 19h22
Bonsoir, sujet déplacé.