There's no template event in that place. Template events are locations were extensions can insert extra template code.trebla wrote:Great extension for the ones mastering the code.
I understand with help of it I would be able to add the OpenX banner to my forum header, without a need to modify files for each individual style used. On phpbb2 and phpbb3.0.x I have done it by editing directly the overall_header.html and "forcefully" adding a table with two cells, one containing the site logo and the other containing the banner. Search box has been pushed a bit down and is situated below the table.
Current 3.0.x version of the forum is at http://velo.clubbers.ee/foorum/index.phpCode: Select all
<div id="wrap"> <a id="top" name="top" accesskey="t"></a> <div id="page-header"> <div class="headerbar"> <div class="inner"><span class="corners-top"><span></span></span> <table width="100%" border='0' cellspacing="15" cellpadding="0"> <tr> <td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td> <!--<td width="100%" align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td> --> <td width="100%" align="center"><a href='http://myopenxserver.com/openx/www/delivery/ck.php?n=acc51c76&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://myopenxserver.com/openx/www/delivery/avw.php?zoneid=3&cb=INSERT_RANDOM_NUMBER_HERE&n=acc51c76' border='0' alt='' /></a></td> </tr> </table>
I have tried to figure out the way getting same result with this extension but I clearly admit I lack the knowledge of modern HTML for it.
I clearly do not want to be abusive, but could anyone offer me proper lines of code and name of file to contain that code. This would open me the way to upgrade my forum to 3.1.x.
If you look in the template they look like this:
<!-- EVENT name_of_the_template_event -->
So I think direct editing like you did before is the most easy here.