MyBB Community Forums

Full Version: Flat desire theme question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
Where can I eddit the adverts?
Thx.
Go trough the templates. Check it with inspect element if necessary.
I know it's in the templates. But where?

I'm using 1.6.15.

He don't find it... I can't find that template...
Hold on, let me install my copy of Flat Desire. I might find it.

Found it. It's in the index template.


<div class="theadtitle"><a href="#"><center>Advertisement</center></a></div>
</td>
</tr>
<tbody style="{$collapsed['1_e']}" id="1_e">
<tr>
<td class="trow1"> <center><img src="images/ld/flogo.png" style="text-align:center;"></center></td>
</tr>
<tr>
<td class="trow2"> <div class="advert">
<h2>MySkins Studio</h2><p>Custom and Premium Themes</p></div></td>
</tr>
</tbody>
</table>
</div>

It should start on line 19.
This is for the 1.6 series so I'm moving it there.