Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

missing templates in new path

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
sarahfoxnz
Smarty Regular


Joined: 11 Apr 2010
Posts: 76

PostPosted: Sat Mar 08, 2014 11:32 pm    Post subject: missing templates in new path Reply with quote

Hello.

I am thinking of creating a new pathname - for when I log in.

usual path for everyone :-

$smarty->display( "$lang/$format/$templatename" );

my path :-

$smarty->display( "$lang/ME/$templatename" );

(so that i can redesign templates without affecting the public site.)

QUERY: Will i need to copy ALL the template files over, or is it possible to only edit / copy the ones i want, & the smarty will call any 'missing' templates from the original (default?) directory ?

is this possible ?
Back to top
View user's profile Send private message
U.Tews
Administrator


Joined: 22 Nov 2006
Posts: 5068
Location: Hamburg / Germany

PostPosted: Mon Mar 10, 2014 10:03 pm    Post subject: Reply with quote

You don't need to copy the default templates over.

Use $smarty->setTemplateDir() to set up your private folder (not needed if it is already the ./templates folder)

Then use $smarty->addTemplateDir() for the default folder.

This will create an array of template folders.

If Smarty does not find the template in the first folder, it will try to look it up in the next folder.


See
http://www.smarty.net/docs/en/api.set.template.dir.tpl
http://www.smarty.net/docs/en/api.add.template.dir.tpl
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP