Topic: Category Div Ids
I think it would be a great idea to implement this in to punbb 1.3
Have it so that each seperate category made has its own div id so that we may link to it by its caetgory name so its something like this url.com/index.php#CategoryName
you would do something like this if im not mistaken?
<div id="<? $cur_forum['cat_name']; ?>">
categories here
</div>
or however it would be set up.