Okay cool thanks. I have another couple of questions then, lol.
One thing I am going to try and accomplish is to add some extra fields to the user table, and change the look of the profile. I am guessing the easiest way to do this is just to change the actual code of the profile page? I doubt there are any hooks that would allow me to do this?
Also, I would like to integrate error reporting from my custom site into the forum database. For example, my site contains business profile pages with information stored in a seperate table (I created). Members will be able to comment on these pages, and those comments will be allowed to be reported. I would like to incorporate the "report system" into the fluxbb system, so that administrators can manage both the site and the forum from the same administration panel.
The way it looks to me, I will need a variable to specify whether either a business page or a forum post is being reported (as they may have ID's that overlap). Are there any hooks that would allow me to create a function to differentiate between what is being reported?
Hopefully you understand where I am coming from, and thanks!
-Chris
Edit: I just looked through the misc.php file, and I know how I could make this work by altering the code. However, I am worried that this could cause problems in later editions. It would be better to use an extension wouldn't it?
Last edited by crhayes (2008-10-24 20:32:01)