- Forums
- PHP
- Template->make_filename(): Error - file admin/confirm_body.tpl does not exi
This Page Contains information about Template->make_filename(): Error - file admin/confirm_body.tpl does not exi By braker in category PHP with 2 Replies. [1828], Last Updated: Mon Jun 24, 2024
braker
Fri Feb 29, 2008
2 Comments
345 Visits
hi, i see your site also uses phpbb forums, was wondering if you can give me a help with an error I am getting. this is the error i get:
Code:Template->make_filename(): Error - file admin/confirm_body.tpl does not exist
thanks
To resolve this eror, you need to upload the confirm_body.tpl into your website so that the php script finds it in your admin direcotry. this directory will be something like this:
/public_html/forums/templates/mytemplate/admin/confirm_body.tpl
once you have uploaded the confirm_body.tpl file, you shouldn't get this error anymore.
you can get the confirm_body.tpl file from the phpbb.com website or from your template provider. if you are using the default Subsilver template in phpbb, here is the code below; just copy and save the file as and uploaded to your template admin directory
Code:
<tr>
<th class="thHead" height="25" valign="middle">{MESSAGE_TITLE}</th>
</tr>
<tr>
<td class="row1" align="center"><form action="{S_CONFIRM_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" /> <input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></span></form></td>
</tr>
</table>
<br clear="all" />
HELP!! if you found this post helpful, we would appreciate a link back to wallpaperama.com ... Why we ask for link back? The more people link back to wallpaperama.com, the more people will be able to find these tutorials and we will be able to help people like you. Thank You.
if you want to link exchange with us, please go to:
http://www.wallpaperama.com/link-exchange.php