Recent content by Remi35151

  1. Remi35151

    recover prefixes help

    Hello, how to get the title of prefixes because I recovers the id in the db static function getPrefixe() { $db = XenForo_Application::getDb(); $req = $db->fetchAll('SELECT * FROM xf_thread_prefix'); return $req; } thank you in advance
  2. Remi35151

    Help Developement

    Sorry, Code ControllerPublic : <?php class NextBrain_Formulaire_ControllerPublic_Form extends XenForo_ControllerPublic_Abstract { public function actionIndex() { $visitor = XenForo_Visitor::getInstance(); if(!$visitor->hasPermission('re_form', 'nb_view_formulaire'))...
  3. Remi35151

    Help Developement

    Hello, how to error ? I développed a add-ons. a formulaire post in the thread. Server Error A discussion insert was attempted without the required first message. XenForo_DataWriter_Discussion->_preSave() in XenForo/DataWriter.php at line 1460 XenForo_DataWriter->preSave() in...
Top Bottom