Quote:
Originally Posted by OrangeFlea
Hey, everything is working almost perfectly. Only issue is that when I look at the results, the images come up as red x's. I checked and it seems to be looking for the survey folder from the root directory, not the forum directory. How do I change this?
|
Edit the file main.class.php find this line:
Quote:
if(!$this->set_template_paths($this->CONF['default_template']))
|
Add above it:
Quote:
$this->CONF['html'] = $vboptions['bburl'];
|
Let me know if this fixes it.