Added forums to the site. I’d like to thank cartpauj for his Mingle Forum plugin. Here are the steps I took to customize it into the site
1. Installed plugin here (follow install instructions, don’t forget to create page and insert “[ mingleforum ]” (no quotes or spaces))
2. To edit the default template of mingle forum You’ll have to go open wp-content/plugins/mingle-forum/wpf.class.php
a) Footer Mingle Forum by cartpauj Version 1.0.28.2 can be edited on line 1293 $this->0 is being built to populate the html
b) Note that if you’re wanting to build a custom skin for this forum it’s recommended to upload files to mingle-skins
3. When users register, they create login to the entire site. I customized the dashboard to limit the users access to the site. To do this I had to edit wp-admin/includes/dashboard.php, this is just an immediate hack which affects the Super Admin if not done correctly. I coded an exception to determine if the user is a subscriber (which forum registers you as) or admin
