Topic: box after first post
Can someone tell me where to edit that I can insert <div class=box> and that it shows after first post !
It is like adsense after first post but only I want to have it to show box instead of post !
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → box after first post
Can someone tell me where to edit that I can insert <div class=box> and that it shows after first post !
It is like adsense after first post but only I want to have it to show box instead of post !
ok I found out hehe how ... I looked at readme of adsense after first post and voila ... there it was in viewtopic.php
if ($post_count == '1')
{
?>
<div class="box">
adcode
</div>
<?php
}
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → box after first post
Powered by PunBB, supported by Informer Technologies, Inc.