TEnyoks
11/03/2007, 00h30
Description
Ce hack permet de faire une recherche sur vB-r via ACP.
Conception
Auteur du Hack / Author Of Hack : SkoyenT
Version vBulletin Requise / Version vBulletin Required : vB 3.6.4
Testé / Tested: oui
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés.
Installation:
On commence par ajouter une phrase
Nom de la variable : vbr_recherche
Texte : Rechercher sur vB-rFichier a modifier
Dans votre admincp/index.php trouvez
{
print_label_row($vbphrase['quick_user_finder'], '
<form action="user.php" method="post" style="display:inline">
<input type="hidden" name="s" value="' . $vbulletin->session->vars['sessionhash'] . '" />
<input type="hidden" name="do" value="find" />
<input type="text" class="bginput" name="user[username]" size="30" tabindex="1" />
<input type="submit" value=" ' . $vbphrase['find'] . ' " class="button" tabindex="1" />
<input type="submit" class="button" value="' . $vbphrase['exact_match'] . '" tabindex="1" name="user[exact]" />
</form>
', '', 'top', NULL, false
);
}
Ajoutez dessous
print_label_row($vbphrase['vbr_recherche'], '
<form action="http://www.vbulletin-ressources.com/forum/search.php" method="get" style="display:inline">
<input type="text" class="bginput" name="q" size="30" tabindex="1" />
<input type="submit" value=" ' . $vbphrase['find'] . ' " class="button" tabindex="1" />
</form>
', '', 'top', NULL, false
);
Ce hack permet de faire une recherche sur vB-r via ACP.
Conception
Auteur du Hack / Author Of Hack : SkoyenT
Version vBulletin Requise / Version vBulletin Required : vB 3.6.4
Testé / Tested: oui
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés.
Installation:
On commence par ajouter une phrase
Nom de la variable : vbr_recherche
Texte : Rechercher sur vB-rFichier a modifier
Dans votre admincp/index.php trouvez
{
print_label_row($vbphrase['quick_user_finder'], '
<form action="user.php" method="post" style="display:inline">
<input type="hidden" name="s" value="' . $vbulletin->session->vars['sessionhash'] . '" />
<input type="hidden" name="do" value="find" />
<input type="text" class="bginput" name="user[username]" size="30" tabindex="1" />
<input type="submit" value=" ' . $vbphrase['find'] . ' " class="button" tabindex="1" />
<input type="submit" class="button" value="' . $vbphrase['exact_match'] . '" tabindex="1" name="user[exact]" />
</form>
', '', 'top', NULL, false
);
}
Ajoutez dessous
print_label_row($vbphrase['vbr_recherche'], '
<form action="http://www.vbulletin-ressources.com/forum/search.php" method="get" style="display:inline">
<input type="text" class="bginput" name="q" size="30" tabindex="1" />
<input type="submit" value=" ' . $vbphrase['find'] . ' " class="button" tabindex="1" />
</form>
', '', 'top', NULL, false
);