Search Results for 'bbpress'
-
Search Results
-
Topic: visibility by user role
I want to set forum visibility for different user roles. Is there a way to implement this? I have installed bbpress v2.6.9
Hello fellow WordPress enthusiasts,
I hope you’re all doing well. I’m currently in the process of setting up my WordPress website, and I’ve decided to integrate a discussion forum using the bbPress plugin. While I’ve had some experience with WordPress, this is my first time working with a forum plugin, and I could use some guidance regarding the installation process. If you could lend me a hand, I’d be extremely grateful!
Topic: Is bbpress dead?
Hi!
I have worked with bbpress for some weeks before I noticed that last update was 2 years ago. Is bbpress dead? What is the future of this platform?Topic: Search Results not links???
Hi all —
I’ve gotten BBpress pretty well set up on my site, but just noticed that when I conduct a search of the forums using the bbpress native search button, the results are plain text with no ability to link to the topic or reply. That seems bizarre, so I wonder if I’m doing something wrong. Anyone else deal with this? Is there something simple that I’m missing? – MikeTopic: phpBB 3.3 to bbPress
Looks like the included converter doesn’t work for 3.3, or am I wrong? If not, when can I expect an update? Need this desperately!
I’ve spent hours trying to get bbp style pack to work and it doesn’t work for me. I’ve disabled all other plugins and no effects ever work
So I would like to just buy a pre-done theme so my forums don’t look like a generic forum from 1992
Really disappointed with bbpress all the way around so far
Sure it’s easy to create forums, but the styling is so basic and generic it’s pointless
There should be some pre-loaded theme designs you can easily pick from
Topic: Change subscription text
Hi, I’m using the code below to change text of topic subscription link (referring to this topic)
add_filter ('bbp_before_get_topic_subscribe_link_parse_args' , 'change_topic_subscribe') ; function change_topic_subscribe ($args) { $args['subscribe'] = 'Subscribe to this topic' ; $args['unsubscribe'] = 'Unsubscribe' ; return $args ; }But it does not work in forum subscription text:
add_filter ('bbp_before_get_forum_subscribe_link_parse_args' , 'change_forum_subscribe') ; function change_forum_subscribe ($args) { $args['subscribe'] = 'Subscribe to this forum' ; $args['unsubscribe'] = 'Unsubscribe' ; return $args ; }Anyone can guide me on this?
Regards.
Topic: Prevent topic replies
I cannot find anywhere I can prevent replies to a topic. I do not want users to have the ability to reply to a topic. It appears there is no way to do this. Is there a bbpress plugin that will give me that ability? If not, what file can I edit to remove the reply form from showing up after someone posts a topic?
Topic: Hyperlinks Disappearing
I have an intermittent issue that when I try to hyperlink text within the body of a Topic in bbPress, one I click the publish button, it strips the hyperlink it becomes plain text again.
I am an admin with adequate permissions to post html and this issue is intermittent…and very frustrating
Tried deactivating each plugin, and the issue remains unresolved.
Topic: Custom fields in topic posts
I am wanting custom fields to show up when a user posts a topic in the forum. I am using ACF because it is suppose to be compatible with bbpress. The support team tells me I must contact bbpress for my current issue.
I have uses ACF plugin to create custom fields. On the backend the custom fields show up if a user posts a new topic in the backend. The custom fields do not show up if the user posts a new topic in the frontend. Even though the custom fields show up in the backend, when the user posts the topic, the custom fields do not show up in the frontend. (I know the following code is correct because the custom fields will show up on the page in the frontend.
Here is the code for the custom fields to display on front end:
echo ‘Anglers: ‘ .get_field( ‘anglers’ );
echo ‘<br>Catch Date: ‘ .get_field( ‘date’ );
echo ‘<br>Time of Day: ‘ .get_field( ‘time’ );Questions:
A. What bbpress file do I enter this into so it will show up on the frontend of a topic?
B. What bbpress file do I enter this into so it will show when a user posts a new topic on the frontend, not the backend?I have a custom home page which allows the user to check or uncheck forum categories. It works great, but only on that page. Once the user is in a standard bbPress page the filter does not work. Is there such a filter that allows users to customize what they see for standard bbPress?
Example (check by the ones I want to see)
X Football
Baseball
X Golf
X Skiing
RacingEtc.
Topic: Trying to get off buddyboss
I am trying to move my site off Buddyboss back to buddypress and bbpress. I can’t get all my forums to show from my groups on my forums page. Also, it’s a bit strange that it will only post 8 forums on the page. I can get forums to show if I change the order of the forums in the forum list, but it will remove the last forum on the list so that there are only 8. Does anyone have any tips and resetting the code, core or getting it to work? It’s on a staging site so I can try different things. Any help is appreciated.
Topic: Modify Topic Reply section
Hi, I hope all is well there. We are using BBpress plugin for forums on our website. Now we would like to modify the reply section which is under topics. I’m attaching a screenshot of the example interface we would like to have for the reply section.
https://imgtr.ee/image/dWl4h this is the link where you can see the attached screenshot of what we want for the reply section.
So please let us know how we can modify to make something like we want.
Thank you!
Topic: BBPress login redirection
Hey all
Im a new to wordpress and website building, but I am trying to set up a simple forum, that allows user to discuss a certain topic. Nothing fancy at all, but when a user is not logged in to my site and is scrolling through the forum, and he fails to login through the BBpress login, the visitor gets redirected to my backend login in screen. How can I make that so the guest is redirected to a custom URL?
Thanks.