Thanks, that helped.

Hello,
I'd like to add banner exchange code on PunBB, at the bottom of the forum. I read you have to edit main.tpl. So here's the part I edited:

 <pun_main>

<pun_footer>
<script language=javascript src="http://www.88x31.lt/serve.php?9257,3,1"></script><br><a target=_blank href="http://www.88x31.lt/refer.php?9380">88x31.lt</a>
</div>
</div>

But it looks uuuuugly! I want it to be centered and clean.

http://img47.imageshack.us/img47/1857/forumaswm2.jpg

The way it should look like is 3 88x31 banners grouped together in one line nicely.

3

(1 replies, posted in PunBB 1.2 discussion)

I want to translate board_mailer (as in, have something else written everywhere instead of it). What do I need to change?

It works, thanks.

Hello,
I don't know PHP and I want to change "From" name in e-mails members get from forum mailer.

$from = '"'.str_replace('"', '', $pun_config['o_board_title'].' '.$lang_common['Mailer']).'" <'.$pun_config['o_webmaster_email'].'>';

I want it to say something like "Admin" so I guess  $pun_config['o_board_title'] config part is not needed. Please help me, thanks smile