Hi, i use EM on my forum, but now i have installed a new template. When i want to access (Acp) to EM, i get:
Template->make_filename(): Error - file admin/mod_header.tpl does not exist
i guess i must install a part of EM again, can you tell me what files must i copy or change?
thanxs.!
EM with new template
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Re: EM with new template
Make sure that "admin/mod_header.tpl" exists.
- Poomie
- Poomie
Re: EM with new template
yeah thanxs
Re: EM with new template
So is it still giving you an error?
Also, make sure that the file/folder permissions are correct.
- Poomie
Also, make sure that the file/folder permissions are correct.
- Poomie
Re: EM with new template
I have the same problem, I want to use the template "AcidTech", but in the in the dir "admin" there isn't the file "mod_header.tpl", how can I do ?
P.S. Excuse me for my bad english, but i'm italian
P.S. Excuse me for my bad english, but i'm italian
Re: EM with new template
ick wrote: I have the same problem, I want to use the template "AcidTech", but in the in the dir "admin" there isn't the file "mod_header.tpl", how can I do ?![]()
P.S. Excuse me for my bad english, but i'm italian![]()
I think what you need to do is copy the file mod_header.tpl from the subsilver template directory to all your other templates since it is a file installed by easymod, not a native file.
Code: Select all
from: /templates/subsilver/admin/
to: /templates/NEWSTYLE/admin/
Re: EM with new template
jrdgames wrote:ick wrote: I have the same problem, I want to use the template "AcidTech", but in the in the dir "admin" there isn't the file "mod_header.tpl", how can I do ?![]()
P.S. Excuse me for my bad english, but i'm italian![]()
I think what you need to do is copy the file mod_header.tpl from the subsilver template directory to all your other templates since it is a file installed by easymod, not a native file.Code: Select all
from: /templates/subsilver/admin/ to: /templates/NEWSTYLE/admin/
Yes, that should work.
- Poomie