EM with new template

Want to share what MODs you've gotten to work with EM? Happy about all the time your're saving? Want to say "thanks"? Here's the place.
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!
Locked
Alez
Registered User
Posts: 7
Joined: Fri Jan 13, 2006 12:44 am

EM with new template

Post by Alez »

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.!

User avatar
Poomerio
Registered User
Posts: 552
Joined: Tue Jan 02, 2007 7:09 pm
Location: 4(x - 20y) = 20

Re: EM with new template

Post by Poomerio »

Make sure that "admin/mod_header.tpl" exists.

- Poomie

Alez
Registered User
Posts: 7
Joined: Fri Jan 13, 2006 12:44 am

Re: EM with new template

Post by Alez »

yeah thanxs

User avatar
Poomerio
Registered User
Posts: 552
Joined: Tue Jan 02, 2007 7:09 pm
Location: 4(x - 20y) = 20

Re: EM with new template

Post by Poomerio »

So is it still giving you an error?
Also, make sure that the file/folder permissions are correct.

- Poomie

ick
Registered User
Posts: 1
Joined: Thu Feb 01, 2007 2:55 pm

Re: EM with new template

Post by ick »

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 ? :roll:

P.S. Excuse me for my bad english, but i'm italian :oops:

jrdgames
Registered User
Posts: 19
Joined: Wed Mar 01, 2006 7:53 pm

Re: EM with new template

Post by jrdgames »

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 ? :roll:

P.S. Excuse me for my bad english, but i'm italian :oops:


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/

User avatar
Poomerio
Registered User
Posts: 552
Joined: Tue Jan 02, 2007 7:09 pm
Location: 4(x - 20y) = 20

Re: EM with new template

Post by Poomerio »

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 ? :roll:

P.S. Excuse me for my bad english, but i'm italian :oops:


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

Locked