PDA

View Full Version : Missing Admin Control Panel Banner


Hall of Famer
08-17-2020, 11:21 PM
The Mysidia Adoptables banner is missing in ACP
Due to the unavailability of tinypic, Mysidia's ACP banner disappears. Its a minor issue, but can be annoying since Tinypic's default 'goodbye' image is big and occupies a lot of space above the menu bar. This issue affects Mys v1.3.2, v1.3.3 and v1.3.4, since they are using the new ACP panel. It has been fixed in Mys v1.3.5.



A quick fix for earlier versions is to edit the template file /public_html/templates/acp/template.tpl file and replace it by the below code(it uses imgur instead of tinypic, for a quick fix. Mys v1.3.5 and beyond will have the banner in the template folder):





{include file="{$root}{$temp}{$theme}/header.tpl"}

<body>
<table cellpadding="0" cellspacing="0">
<tr><td colspan="2" class="banner"><center>
<img src="{$home}{$temp}{$theme}/media/acp-banner.png" alt="Mysidia PHP Adoptables" title="Mysidia Adoptables" />
</center></td></tr>
<tr><th width="25%" id="logo"><strong>MyMysidia</strong> Admin</th>
<th id="admin">Welcome Admin!</th></tr>
<tr><td width="25%" id="menu">{$sidebar}</td>
<td id="content">

<p><font size="5"><b>{$document_title}</b></font></p><hr>
<p>{$document_content}</p>
</td></tr>
</table>

<center><b>MyMysidia</b> Powered By <a href="http://mysidiaadoptables.com">Mysidia Adoptables</a> &copy;Copyright 2011-2016.</center>


</body>
</html>

kristhasirah
08-19-2020, 09:27 AM
Thank you HoF