Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can't locate default.master.tpl
pwolfe
New
Hi, I am trying to locate the "default.master.tpl" file but can't seem to find it in the following directory:
applications/dashboard/views/default.master.tpl
The PHP version (default.master.tpl) is there but not the TPL one. Am I looking in the wrong directory?
0
Comments
some themes use default.master.tpl and some use default.master.php
they provide the same function, you won't find both, it is an either one or the other.
depending on which you have .tpl (modifying by smarty variables) or .php (modify php).
if your custom theme does not have a default.master.tpl you can create one by copying from another theme that does have one. You can do the same for default.master..php
Generally a good idea to mention your version of vanilla!!!!!!
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks for the tip!
Do not modify the default.master from the dashboard. Please create a new theme or download a theme to edit. Or clone the default. But do not edit the default.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
follow the steps
/public_html/applications/dashboard/views/default.master.php
@Jana
That is completely the wrong advice to give.
default.master files, php or tpl, should only be modified via a custom theme.
Editing the core means that your changes will be overwritten whenever you update to a new version.