Topic: a couple of ideas to punbb 1.3 hooks
Hope this is still on time.
I have no idea how the hook system will work nor if the template engine is going to change radically.
A feature that is widely used in vbulletin is ads after the first post of a topic view.
I think this is cool mod and extremely useful these days when advertise is the only income of millions of sites.
this is just an idea, but i think it could bring a lot of flexibility to punbb and make a lot of things doable just by using a plugin rather than going and hack the code.
There could be a topicview.tpl with placeholders for each message #...
like
<topicmessage1>
<between1-2>
<topicmessage2>
<between2-3>
<topicmessage3>
...
something like that.
Then, if each of them would call a hook it would be possible to put php code in pretty much every spot of the script.
This would be very handy because it would possible to do a lot of stuff without hacking the code, and since punbb1.3 pluggins will store actual php code on the database, then one could play around with a specific message # and keep those changes through an update.
I am not sure i made this very clear... anyway, it's just an ideia. There is many ways to achieve this freedom