How to put links/banner in the footer just like the phpbb site does?

Discussion in 'HTML & Website Design' started by daabomb2002, Jun 23, 2007.

  1. #1
    How do i put links/banners in the footer of my forum http://www.microsoftwindowsvista.tv just like in this phpbb3 forum here:

    http://www.phpbb.com/community/
    ?

    See at the bottom of this phpbb3 it has these links:

    Online Casino • The Saatchi Gallery • Web Hosting • Web Hosting UK • German Yellow Pages • Danish Yellow Pages • Swedish Yellow Pages


    Which file do i edit with the prosilver template to do this?And can u post here where i place it. like does the code need to be placed under DIV bla bla bla><> etc etc.
     
    daabomb2002, Jun 23, 2007 IP
  2. mgrohan

    mgrohan Active Member

    Messages:
    671
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    58
    #2
    change this file: http://www.yoursite.com/phpbb3_folder/styles/prosilver/template/overall_footer.html

    Add a div with your ads under this:
    <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> {PHPBB_VERSION} &copy; 2000, 2002, 2005, 2007 phpBB Group
    <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
    <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
    <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
    </div>

    You might need to refresh the style in ACP, to see changes.
     
    mgrohan, Jun 25, 2007 IP