Topic: Suggestion
For the functions add_topic, add_post, add_user... When call from post.php and register.php the post_info or user_info arrays are defined inside the function call. Perhaps it would be better to define the arrays outside of the function call, and place a hook after doing so, so extension writers can modify or add to the arrays before they are sent to the function...just a thought