Topic: Strange bug
Look at http://forum.ubuntu-fr.org and then http://forum.ubuntu-fr.org/index.php seems to be the same issue as http://punbb.org/forums/viewtopic.php?id=6009 ...
Really strange bug
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 bug reports → Strange bug
Look at http://forum.ubuntu-fr.org and then http://forum.ubuntu-fr.org/index.php seems to be the same issue as http://punbb.org/forums/viewtopic.php?id=6009 ...
Really 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...
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>
header.php i'm actually suggesting it to rickard too
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.
PunBB Forums → PunBB 1.2 bug reports → Strange bug
Powered by PunBB, supported by Informer Technologies, Inc.