I hope i put this message in to the right forum. In case if not my appologizes.
I am trying to work with the phpbb forum and i am very excited. I am a total noob so sometimes it is not easy to understand things.
First i installed the advertisement management mod and its working fine when i follow instructions.
After that i installed the blackpearl Mod and it also worked fine.
But the ads will not show up in the blackpearl template.
I tried to edit the files in the map /blackpearl/overall_footer.html and in the overall_header.html but i cant find something.
The explainations of the advertisement says:
find:
Code: [Download] [Hide] [Select]
<div id="page-header">
and then it says place next code before the line:
Code: [Download] [Hide] [Select]
{ADS_1}
I can't find the line forwich i have to place the code. So what to do? Or is it not possible to integrate the advertisement management to black Pearl?
I saw that the problem the same with the blackpearl/template/viewtopic_body.html.
there i have to find :
Code: [Download] [Hide] [Select]
<div class="topic-actions">
and place before that line:
Code: [Download] [Hide] [Select]
<!-- IF ADS_3 -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_ADVERTISEMENT}</dt>
</dl>
</li>
</ul>
<div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3; margin: 0px auto; text-align: center;">
{ADS_3}
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<!-- ENDIF -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_ADVERTISEMENT}</dt>
</dl>
</li>
</ul>
<div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3; margin: 0px auto; text-align: center;">
{ADS_3}
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<!-- ENDIF -->
I think i find out the rest.
Hopefully you can help me,
Thanks in advantage
jasper