I've disabled UBB's "Directory" and haven't looked at the file/codes so I wouldn't be much help there right now.
As for adding more forums to the "Posts Don't Count Hack" that is possible.
This will be long since I'm explaining. 
I've done it but will have to do it on the top of my head.
In both the "ubb_new_reply.cgi" and "ubb_new_topic.cgi" files you had to add this:
[/code]Notice "posts_count" and "posts_count2"...Take one of the codes such as:
</pre></div></div>then change it to:<br><br> <div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
then add to the original hack such as:
</pre></div></div>Basically you can keep adding "posts_count" but just remember to add consecutive numbers as I did with "3"...And so the next would be "4".<br><br>--------------<br><br>Now in the "cp_modaddon.cgi" file where the hack is located you'll find this:<br><br> <div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
Now you need to add forum #3. Take this code:
</pre></div></div>then add it to the original like so:<br><br> <div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
notice "posts_count3" which will target #3 forum. Almost done. :tipsy:
Now to add the text area in CP take this code:
</pre></div></div>and add it to the original code so it looks like this:<br><br> [code]
This is important. Notice the comma after the orginal code from "RegField" for forum #2? The original "]" did not have the comma. Unless it's the last code bit you will need the comma so it looks like "],". I've already done that for this example.
Hope this works for you.
