1

Topic: Strange bug

Look at http://forum.ubuntu-fr.org and then http://forum.ubuntu-fr.org/index.php roll  seems to be the same issue as http://punbb.org/forums/viewtopic.php?id=6009 ...

Really strange bug big_smile

Re: Strange bug

they look excatly the same too me :S

3

Re: Strange bug

Well... I think I'll take a screenshot.. http://isfates.mandragor.org/toto/Screenshot.png

With firefox... absolutely no idea where it comes from.. it's happening about once every 2-3 page loads...

Re: Strange bug

maybe this should be changed:

// START SUBST - <pun_page>
$tpl_main = str_replace('<pun_page>', basename($_SERVER['PHP_SELF'], '.php'), $tpl_main);
// END SUBST - <pun_title>

to

// START SUBST - <pun_page>
$tpl_main = str_replace('<pun_page>', strtolower(basename($_SERVER['PHP_SELF'], '.php')), $tpl_main);
// END SUBST - <pun_page>

also
// END SUBST - <pun_title>
should be
// END SUBST - <pun_page>
wink

5

Re: Strange bug

in which file?

Re: Strange bug

header.php i'm actually suggesting it to rickard too

7

Re: Strange bug

Your stylesheet looks like an old one not like the stylesheet for PunBB 1.2 Final. Take a look at the table css at item 6 in base.css in the PunBB download package.