Topic: Need some guidelines for a small mod
I want to write a small mod that lists all the topics from one forum alfabeticaly. A simple post is not a solution as some lists would break the limits of a mysql text field, and even if they dont in most of the cases it can be a heavy sql query that can slow things down.
It can be updated with cron or manually from the administration control panel, i think the last one is beter.
I thought about a small mod that stores these lists in textfiles and fetch them whenever they are red. Now i would like it to look like a forum post and to be acessible from a sticky link in the viewforum. There is no post-redirects in punbb so maybe this navigation solution would require a lot of hacking.
I need some guidelines... can anybody point me briefly the way to do this?