Template->make_filename(): Error - File Admin/confirm_body.tpl Does Not Exi http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html Subscribe and keep up to date with Template->make_filename(): Error - File Admin/confirm_body.tpl Does Not Exi with the latest replies and comments from other people like you who are interested in Template->make_filename(): Error - File Admin/confirm_body.tpl Does Not Exi at wallpaperama.com en Template->make_filename(): Error - File Admin/confirm_body.tpl Does Not Exi [ Visit Post ] http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html 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:1:178067edc3]Template->make_filename(): Error - file admin/confirm_body.tpl does not exist[/code:1:178067edc3] thanks http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html Comments by: Ashish Wed, 17 Mar 2010 00:42:03 -0700 i have porblem like this template->make_filename(): error - file admin/confirm_body.tpl does not exist and i have also tried your below code which is use for default subsilver but i get still thats type error.if you have any please send me that code. http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html#60940 http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html#60940 Comments by: gelatigolf Wed, 17 Mar 2010 00:42:03 -0700 the best taim together http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html#20717 http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html#20717 Comments by: craesz Wed, 17 Mar 2010 00:42:03 -0700 I followed this advice. Well, at least to the point of placing the confirm_body.tpl file in the admin directory. The phpbb website is down. Even after I have what I think is the correct confirm_body.tpl (I've copied the code above and tried to move the one in the other directory) in the admin directory. I still get this error. All I want to do is delete some of the styles from a bulletin board. Any ideas? http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html#907 http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html#907 Comments by: braker Wed, 17 Mar 2010 00:42:03 -0700 You are getting this error because you are missing the template file [b:bdb92fc509]confirm_body.tpl[/b:bdb92fc509] in your admin directory/folder. To resolve this eror, you need to upload the [b:bdb92fc509]confirm_body.tpl[/b:bdb92fc509] into your website so that the php script finds it in your admin direcotry. this directory will be something like this: [b:bdb92fc509]/public_html/forums/templates/mytemplate/admin/confirm_body.tpl[/b:bdb92fc509] once you have uploaded the confirm_body.tpl file, you shouldn't get this error anymore. you can get the [b:bdb92fc509]confirm_body.tpl[/b:bdb92fc509] 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:1:bdb92fc509]<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> <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" /> [/code:1:bdb92fc509] 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 http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html#126 http://www.wallpaperama.com/forums/template-make-filename-error-file-admin-confirm-body-tpl-does-not-exi-t452.html#126