SpyKiller
10/06/2006, 12h25
Salut à tous!
J'ai un petit problème avec ce Mod. En effet, je l'installe normalement (upload du fichier "/includes/xml/bitfield_cachetexte.xml", ensuite ajoue du code dans "/showthread.php":
// faire apparetre un texte cache vie la reponce rapide sans reactualiser
global $postinfo, $threadinfo, $forumperms;
$hideperm = ($foruminfo['hide'] AND $forumperms & $vbulletin->bf_ugp_forumpermissions['canuserhide']) ? true : false;
if ($threadinfo['threadid']["$postinfo[threadid][text_hide]"] AND $hideperm)
{
$show['allow_ajax_qr'] = 0;
}
Et enfin l'intégration du produit, mais je trouve cette erreur après avoir activé le Mod sur un de mes Forums:
Fatal error: Call to undefined function: construct_edit_toolbar_hide() in /home4/f/falkenhost/www/newthread.php(229) : eval()'d code on line 3
Pouvez-vous m'aider svp? Merci d'avance...
J'ai un petit problème avec ce Mod. En effet, je l'installe normalement (upload du fichier "/includes/xml/bitfield_cachetexte.xml", ensuite ajoue du code dans "/showthread.php":
// faire apparetre un texte cache vie la reponce rapide sans reactualiser
global $postinfo, $threadinfo, $forumperms;
$hideperm = ($foruminfo['hide'] AND $forumperms & $vbulletin->bf_ugp_forumpermissions['canuserhide']) ? true : false;
if ($threadinfo['threadid']["$postinfo[threadid][text_hide]"] AND $hideperm)
{
$show['allow_ajax_qr'] = 0;
}
Et enfin l'intégration du produit, mais je trouve cette erreur après avoir activé le Mod sur un de mes Forums:
Fatal error: Call to undefined function: construct_edit_toolbar_hide() in /home4/f/falkenhost/www/newthread.php(229) : eval()'d code on line 3
Pouvez-vous m'aider svp? Merci d'avance...