Thanks, that helped.
1 2007-05-01 21:15
Re: Banner exchange code on PunBB (2 replies, posted in PunBB 1.2 troubleshooting)
2 2007-04-30 19:52
Topic: Banner exchange code on PunBB (2 replies, posted in PunBB 1.2 troubleshooting)
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.
The way it should look like is 3 88x31 banners grouped together in one line nicely.
3 2007-04-01 18:25
Topic: Translating board_mailer (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?
4 2006-04-03 15:30
Re: Tiny bit of PHP code to modify in email.php (2 replies, posted in PunBB 1.2 discussion)
It works, thanks.
5 2006-04-03 14:55
Topic: Tiny bit of PHP code to modify in email.php (2 replies, posted in PunBB 1.2 discussion)
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