Maxx wrote:1. I installed phpBB3 inside WordPress. When I access my site, it starts with the forum, but I want it to start with the blog. How do I change this?
You can either set a redirect using your htaccess file to redirect to blog.php or you can rename blog.php to index.php. Just make sure to follow the instructions in the wp-united settings page in the ACP for doing this. I have not personally tried this method, so I am not certain as to how it works. Trial and error may be your friend on this one. Ideally, if your forum is in a directory and wordpress is in another, you can simply have the renamed blog.php in your site root folder leaving the phpbb and wordpress files intact, Just make sure to go back into teh ACP and set the location of blog.php in the wp-united settings where it requests it.
Maxx wrote:2. How do I add a link to the forum in the WP menubar?
That is very dependent on which Wordpress theme you are using. In wordpress admin you can edit your theme. The file you want to edit will be header file. Look at the structure for the other links in the menubar and mimic them for your forum link. Should be fairly easy (without knowing your site and what theme you are using it is hard for me to be any more specific on this part)
Maxx wrote:3. I want people to only be able to react on the crosspost in the forum and not in the blog. How do I do that? I know you can turn of the replies in WP, but I want a link there to the crosspost on the forum.
Best way I have figured out to accomplish this is to disable replies in wordpress and when you post, include a link or instructions in the post to the corresponding forum post for replies. Ideally, given time it would be possible to edit the files to include the link automatically or redirect replies to the forum post. I am still familiarizing myself with this script so I have not had a chance to delve into that idea deeper as of yet. I hope some of this is useful, please feel free to ask any more questions you may have. If I cant come up with the answer I will find it for you.



