Page 1 of 1

Banner in footer of every page

PostPosted: Fri Aug 11, 2006 3:07 pm
Author: IntegraMOD
Ok I know that I can edit overall_footer.php for every style that I have and place a banner in the footer that way, but I was wondering if there is anywhere else I can add this banner code that I have so that it will appear on the bottom of every page without having to go through all my themes and editing the overall_footer.php

Re: Banner in footer of every page

PostPosted: Sat Aug 12, 2006 9:28 pm
Author: Helter
acp/styles admin/Banner/
i think if you choose any of the "bottom" locations it should display in the overall footer on all pages, but that is just an asumption

Re: Banner in footer of every page

PostPosted: Sat Oct 21, 2006 2:52 am
Author: Angelus
Hi.

No it doesn't. It only apprears on index and portal and viewforum but not on viewtopic. Any idea how to make that work?

Greetings
Thorsten

Re: Banner in footer of every page

PostPosted: Sat Oct 21, 2006 6:19 am
Author: Drop-Forged
Hmm, not sure why it doesnt show in view topic.

Until this is figured out you could always include your own ad file if you wanted too.


Create a text file, and insert the banner info, use html and center the banner.

Save the file as ad.txt and upload it to your installations root directory.


Open includes/page_tail.php

Find]// Start add - Complete banner MOD[/color]



Before add:


include "ad.txt";



Save, upload and thats it; the banner should show of every page that includes the footer.

Re: Banner in footer of every page

PostPosted: Sat Oct 21, 2006 6:40 am
Author: Angelus
Today I found the solution:

Open:

template/yourtemplate/overall_footer.tpl


Find:

Code: Select all
                 <BEGIN>         <tr><td><div>{BANNER_9_IMG}</div></td></tr>                 <END>  


Replace with:

Code: Select all
        <tr><td><div>{BANNER_9_IMG}</div></td></tr>



This would show the middle bottom banner 1.

Obviously there is a problem with the comment rows. Don't know why but this solves the problem.
Just remove the 2 comment lines from the banner you want to show.

Greetings
Thorsten