MyBB Community Forums

Full Version: Accessing Templates remotely
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where are the templates located physically? I would like to edit with Espresso, but can only seem to access the Templates from within the Admin CP, which seems weird.

What directory are they stored in?
templates are stored in the database ... this thread might help ...
you can easily just copy them via copy and paste from the admin cp and then paste them in the chosen program then paste them back again after although i dont see why you would need to?
(2011-10-01, 11:39 AM)fma965 Wrote: [ -> ]you can easily just copy them via copy and paste from the admin cp and then paste them in the chosen program then paste them back again after although i dont see why you would need to?

Because I dont like using the forum software to edit in.
Well, that's kind of too bad then, that's the way it's set up. It's quite easy to figure out however, if you know a little HTML and CSS Wink
You call call them using eval function, for example:

eval("\$variable_name = \"".$templates->get("template_name")."\";");

Note: The above code can be called only inside MyBB forums and not from any external source.