I did this
https://vborg.vbsupport.ru/showpost....&postcount=231 in the quiz.php file right under where it says:
Code:
// ----------------------------
// Call System Engine
// ----------------------------
require_once("./includes/engine.quiz.php");
$Engine = new Quiz_Engine;
$NewestQuiz = $DB->query_first("select * from ".TABLE_PREFIX."quiz where q_state=1 order by qid desc limit 0,1");
$LB['link'] = "all";
$LB['text'] = "Overall Leaderboard";
if($NewestQuiz['q_image'] != ''){
$NewestQuiz['q_image'] = "<img src='{$vbulletin->options['bburl']}/images/quiz/{$NewestQuiz['q_image']}' alt='{$NewestQuiz['q_name']}' /><br />";
}
if(!$NewestQuiz['qid']){
unset($NewestQuiz);
and bb code for images still do not show up.