Thanks @Ronelico. I will have a look at these 🙂
In BBPress 2.0.2 version I had to integrate the native editor by myself but in the latest BBPress you can use any tinyMCE editor enhancer to change and customise the editor.
Take a look at those WordPress plugin: https://wordpress.org/extend/plugins/tinymce-advanced/, https://wordpress.org/extend/plugins/ultimate-tinymce/
This will change all tinyMCE editors on the site, but you can create a dedicated editor for the forums comment.
Thanks Pip. Starting to make some progress. I’ve been playing around with some other filters and beginning to explore, I can see how to manipulate various components of a post.
But I’ve hit a brick wall, do you know how to insert something between the first and second post for example?
My goal is to inject a “dummy post” which had the same template as a normal post but contained my own message.
Many thanks.
In case anyone else is looking for the answer to this, the delightful Pippin directed me to a free plugin that works with Restrict Content Pro to allow this: https://wordpress.org/extend/plugins/restrict-content-pro-bbpress/
:->
Hey,
I’m running Version 3.4.2 of WordPress, with Version 2.1.2 of bbPress.
When I’m logged into the site as a Forum Participant, I can see the forums and topics, but when I actually click on the topics to view the content (i.e. the actual topic post and replies), all that appears is “This topic contains 0 replies, has 1 voice, and was last updated by…” as well as the “Reply” form underneath that. The actual posts and replies don’t appear.
However, when I’m logged in as an administrator, I am able to see everything (it all functions normally).
Do you know why a normal forum user can’t see posts and replies? How can I go about fixing the issue?
Any help would be appreciated!
Cheers,
Laura.
Hi, I have Restrict Content Pro installed, and I’m trying to work out how to use this with bbPress to develop a subscription-based forum where users can subscribe to particular forums and only have access to those. I can’t see how to do this though … any clues? Some of these would be free (but restricted to certain types of user); some would be paid. Any help much appreciated! 🙂
-
This topic was modified 13 years, 11 months ago by
kiwichick.
+1. Forum theme for mobile needed quite badly.
i installed bbpress inside buddypress and i created a menu for my system(i’m creating a forum like a vanilla forum[exactly like that! even better!]). but i have to change some features of my menu in different pages. in a simple not recommended way i can have my menu codes in every single page. but i can have it in a more modular way! in this case i can have a function who checks which page i’m in so call the particular menu for current active page. i mean sth like this:
if (active page is profile page)
codes for profile page menu
else if (active page is topics page)
codes for topics page menu
I am using wordpress+buddypress+bbpress I couldnt make it work, can anyone help ?
-
This reply was modified 13 years, 11 months ago by
Ommy.
Hi all,
I use:
- WordPress 3.4.2
- bbpress 2.1.2
- qtranslate 2.5.32
- qtranslate extention 0.1.1
All works fine in the blog part but in the bbpress forum I have a little problem.
Topics links are well presented in the correct langue of my bbpress forum but the content of a topic contains all the language text versions, one following the other, in place of only the current language text.
Sample: french and english version are presented together:
J’aime mon blog. I like my blog.
in place of :
French version : J’aime mon blog
English version : I like my blog
Any ideas ?
Thanks a lot for your help
The import didn’t end up going through as the file size is too big (394mb). I’ve gotten in contact with my host as I’m unsure how to get it to import.
Nice work @Ronileco.
One question: How did you make your reply editor include image uploads? Thanks.
Is the base URL for your forums set to “community” or is that the page you have placed a bbPress short code on?
Hello all. Ive seen that as of 2.1 there are numerous pluggable functions including bbp_forum_class. However upon trying it on my custom theme it doesnt work? I copied loop-single-forum.php to my bbpress folder in my theme folder. I then have bbp_forum_class('clearfix') It doesnt add the clearfix class though? Am I doing something wrong? Any help much appreciated
I’m using WP 3.4.1 and bbpress 2.1.2. I’m wanting to use bbpress, but the user profile link results in a blank page. You can see what I mean on the forum here: http://www.obstructedview.net/forum.html or more specifically a profile page here: http://www.obstructedview.net/community/users/mb21 Help on this would be greatly appreciated. Ideally I’d like to be able to have people visit their profile or others for that matter, but at the very least I’d like to eliminate the link altogether if I cannot get the link to work properly. Thanks a lot.
is there a way to understand which page is active? i created something for my bbpress forum that is different for some of my bbpress pages, i want to know where am i so i can change that thing for that particular page.
Have you tried changing the URL structure for bbPress?
Go to “Settings -> Forums” in the backend of WP and try changing the “forums base” & “forum slug” to something random. If the forum posts start to work then at least you know where the conflict is.
Yep, once you are done and have checked that the import worked and are happy with it just delete the phpBB tables.
I would suggest that you read the codex on how to add custom themes, it is too much for a single forum post.
You can always begin here: Step-by-step guide to creating a custom bbPress theme
Happy coding! =)
I’m guessing I will wait for the import to go through, then go through all the tables and delete all the phpbb ones. Please correct me if I’m wrong!
Hi, what is the name of the bbpress.org demo theme? Use here: http://bbpress.org/forums/
Is it available to be used by others?
@netweb Ah crap, I just started importing it into my database. I will see what I can do…
Export the database but don’t import it into your WordPress database you are going to use, import the phpBB database is its own separate database as once the data is imported you will be able to remove/delete that database as it will no longer be needed (just make sure you do keep a backup).
Other than that it looks like you are good to go.
Thanks @netweb. From what you’ve said, I gather this is what I’m going to do:
- Export the current forum’s database, then import it into my own.
- Use the Tools>Forums>Import Forums.
- Repair the forums Tools>Forums>Repair Forums.
Wish me luck! I will report back to say how I went if this does ever help anyone else in the future.