musashi9 |
|
---|---|
When I click on Admin I get this
Fatal error: Uncaught exception 'Exception' with message 'Template file not found: ./plugins/admin/admin.inc.tpl' There was no plugins/admin/admin.inc.tpl' to upload |
Lombi |
|
---|---|
That's true but have you uploaded one from the skin directory to your skin directory?
from skins/whateverIsDefault/admin.inc.tpl to skins/YourSkin/admin.inc.tpl <a href="http://www.domenlo.com">Surreal Art</a>
|
musashi9 |
|
---|---|
Worked thanks (now I have to edit the TPL to suit my default skin)
1 more thing. Now whenever I make a new page or edit a page it automatically goes to the validation section. before 0.0.6 this never happened. Is there a way to turn this off? Admin config pages is already set to Autovalidate for Admins |
|
This post was edited by musashi9 (2009-07-17 10:40, 15 years ago) |
Trustmaster |
|
---|---|
In page.add.tpl/page.edit.tpl there is code near Submit button:
<tr>
<td colspan="2" class="valid">
<!-- IF {PHP.usr_can_publish} -->
<input name="rpublish" type="submit" class="submit" value="{PHP.L.Publish}"
onclick="this.value='OK';return true" />
<input type="submit" value="{PHP.L.Putinvalidationqueue}" />
<!-- ELSE -->
<input type="submit" value="{PHP.L.Submit}" />
<!-- ENDIF -->
</td>
</tr> May the Source be with you!
|
musashi9 |
|
---|---|
Thanks!
|