Quote:
|
Oh and the footer copyright we add is separate from the Nuke footer in all our themes. So if the 'ole "saving your Nuke preferences won't work problem", just remove the footer lines is anyone's excuse...whatever!
|
Make sure we are clear on this.
We also had problems with MSAnalysis and our footer, BUT the Info we place in the footers for the Claim to give credit the theme makers is in no way related to Nuke's footer.
Our footer is hardcoded in the theme.php as an echo line and should have no effect on any modules, hacks or mods of any kind :-)
Here is OUR footer info in the theme.php
Code:
echo "<center>
<font class=\"small\">:: Coldsteel phpbb2 style by <a href=\"http://www.forumimages.com\">Daz</a> :: PHP-Nuke theme by <a href=\"http://www.nukemods.com\">www.nukemods.com</a> ::</font></center>";
Here is the Footer info for Nuke to display the foot1, foot2, foot3 and foot4 of Nuke.
Code:
$footer_message = footmsg();
Then the $footermessage is displayed through the footer.html of the theme.
Code:
<td><div align="center"><font class="small">$footer_message</font></div></td>
Our footer is totally separate.
The main footer calls are in the footer.php.
mikem