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.
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} © 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.