Search Results for 'bbpress'
-
Search Results
-
Topic: a user login problem
Hi !
I have a user login problem.
When you enter the connection info, bbpress does not take them into account.
The form comes back asking me to log in again. If I change pages despite everything, it tells me that I am connected.
Is this a conflict between wordpress and bbpress?
Thank you for your help.
Website: dev.ouestlekeum.comThanks
Topic: Reset forum
Is it possible to some how reset the forums?
As in back up all data and import all data?
Something is still causing me agro with multiple submissions when I hit Submit so I need to go back o basics. But I don’t want to loose mu subscribers and data.
But i feel if I delete bbPress and all tables and put it all back in …
Or is this not possible?
Topic: Trouble with font color
I am pretty new to wordpress in general. I set up a site with buddypress, the buddyx theme, and bbpress. However, the posts on my forums appear to be grayed out. The font is too light for the background. Is there any way to fix it? I tried switching themes, but it didn’t fix anything
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.