Jimi wrote:If it's not to much work or changes to much of the punbb source code could you possibly explain how to implement this into our own forums. instead of dong a fresh install.
Wow... I built the package and it made me look at the source code, but I didn't make the integration of GeSHi.
If you're a Unix programmer, I suggest you make a diff
o_O
What I can say is that mostly, there were things added, since we didn't remove any feature, we just added some.
Well, I can't really tell everything that has changed. There's not so much. But if you take a look at punBB's source code, you can very easily see that they are quite hard to read. And we didn't planned to make a release at the start, so I guess I can't tell.
Still, notify*.php files are mysql dependent because of one single line (mysql_close();) and these files are not required at all. There is a feature (a notifier) called "Plopificateur" (or "plopificator") : it doesn't have a great meaning, but it opens a little window to watch for new posts ! (when there are new posts, the little window's background becomes green). So notify*.php can give you informations to write a non-browser-dependent new-posts-notifier. (So don't pay attention to them if you don't need them)