There are 2 ways of replying to topics in the bbPress plugin:
1) To go to the themed page and reply there in the box under the topic-creating 1st post. This works fine, but there are no buttons to easily embed images in your replies, so you have to create your html in a separate editor then paste the code into the reply. And worse, there is no upload buttons (I want my users to be able to upload images/vids to post into their replies).
2)You use the grey panel at the top with ‘Add’>’Reply’ and it takes you to the white, unthemed, admin-looking area (what is this area called please, just so i now!?!), where you do indeed have access to embed and upload buttons WHICH IS GREAT AND DOES INDEED UPLOAD AND EMBED….but, despite choosing the topic it is to link to in the top right dropdown named ‘Reply Attributes: Parent Topic’, doing it this way results in an orphaned reply which sits somewhere obscure on my webspace and does not appear under the topic it was meant for.
Is there a way to solve ‘2)’? Or will my users who i want to be able to put images and stuff in their topic replies have to stick to pasting in code? Have i broken my admin-looking area making it unable to link replies to topics? Could a conflicting plugin have caused this?
Please help!
I am creating a forum for high end audio enthusiasts. There will be a bunch of different areas just like any other normal forum.
Are all of these options good options – vBulletin, bbpress, phpbb ??
Would one be better than another for some specific reason / reasons?
I just want to make sure I make the best choice as I’m just starting the forum.
Why do you have to pay for vBulletin? Is it really worth paying for?
Thank you,
The “Registration complete. Please check your e-mail.” message (after filling the front-end registration page) is being displayed in the WordPress login page (back-end).
Is there any other way of redirecting this to a template?
Is it possible for some one to show me how to do site integration with php
sudocode:
If (!loggedin){
echo “Login”;
}else{
echo UserId;
echo Username;
echo UserDisplayName;
}
I want bbPress to do all the authentication I just need to know how to pull that information. Or at least the userId. and I need this on the server side so I can do some other stuff. Thanks
very like bbp, but i want chinese version
Could you(bbpress Team) provide the Chinese version?
With bbpress installed, my WordPress permalinks now throw 404 errors!
What is that all about?!
How do I overcome this?
Surely this is a very basic requirment of such a plugin!?
Any idea?
Paul
Can I import old posts and users / passwords from a phpbb board?
I am looking to possibly switch over to using bbpress. Is it better than phpbb?
The phpbb board is having a lot of spam problems that I am working with. Thank you,
Hi
I’m putting together a forum over at http://forum.photoguides.net
It’s yet to be launched and I’ve been having some trouble with plugins.
The plugins Allow Images, BBcode Lite, BB WYSIWYG Editor don’t seem to be working.
Take a look at http://forum.photoguides.net/topic/test-thread where I’ve tried some tags. When logged in and with the reply form visible there is no editing panel for the wisywyg plugin.
These three plugins all seem to be correctly installed in the my-plugins folder and are active. I’m assuming that because all three aren’t working, there’s some fault with the setup of the site.
Any help would be greatly appreciated 
Thanks,
Ash Davies
I created a new site with the multi-site mode just for the forum but I can’t put it in the root (forums.example.com). I can only put it in a subfolder (forums.example.com/forums). How can I fix this?
I am editing the ‘page-front-forums’ template.
I need to display the latest topics after the forums.
I copied the loop from the ‘page-front-topics’ but it does display the sticky topics only.
Any idea ?