Search found 6 matches

by Koba
Sat Nov 27, 2004 6:05 pm
Forum: Web Design
Topic: Error - template file not found: quiz_body.tpl
Replies: 9
Views: 6212

Yes I use PHP 4 does that make a big difference?
by Koba
Sat Nov 27, 2004 2:39 am
Forum: Web Design
Topic: Error - template file not found: quiz_body.tpl
Replies: 9
Views: 6212

I hope the content of my site doesnt change your mind ;)

http://www.sovietrevolution.net/forums/adding.php

I got rid of the big white box to the left by removing the pointer to the page tail.
by Koba
Thu Nov 25, 2004 12:47 am
Forum: Web Design
Topic: Error - template file not found: quiz_body.tpl
Replies: 9
Views: 6212

Actually no that sucks... I appear to have some sort of error calling the template file into the body.

is..

$template->set_filenames(array("body" => "addquiz_body.tpl"));


Ok?
by Koba
Thu Nov 25, 2004 12:39 am
Forum: Web Design
Topic: Error - template file not found: quiz_body.tpl
Replies: 9
Views: 6212

Ok I messed around with it.. I found the line of code giving the trouble..

I replaced...

$template->pparse("body");

With....

include ('addquiz_body.tpl');

Naturally I dont think that this is the best way to go about it... will it still work ok like this?
by Koba
Wed Nov 24, 2004 11:50 pm
Forum: Web Design
Topic: Error - template file not found: quiz_body.tpl
Replies: 9
Views: 6212

Ok got that to work. I have another issue now. I use a custom template system and I am having some issues with the creation of 'adding.php' when I go to that page I get everything ok minus a grey box that spans the main table on the page on the left hand side. I can clearly see an option to add in t...
by Koba
Sun Nov 21, 2004 11:32 pm
Forum: Web Design
Topic: Error - template file not found: quiz_body.tpl
Replies: 9
Views: 6212

Error - template file not found: quiz_body.tpl

Thats an error I'm getting heres the full error: Template->make_filename(): Error - template file not found: quiz_body.tpl I uploaded ALL The files in the 0.3.0 releast of the quiz mod. Did all the file mods instructed in the readme.. ran the install and got the typical results as posted on phpbb.co...