Search Results for 'bbpress'
-
Search Results
-
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.
Topic: Custom Login
I am hoping someone can answer this, I just started with BBPress for a charity gig, and they want a custom login so the user have to give name address and postcode to confirm they are based within the country and thus should be permitted to join
then assign the user a unique six digit ID so they can vote on concerns in the local community
is this something bbpress can do
Hello,
I created a bbpress forum on this site that is just available for approved members.
When I click on user profile links, I obtain the following error:
Sorry, but the page you were trying to view does not exist.
It looks like this was the result of either a mistyped address or an out-of-date link.So, I would like to know how I can create the topics started page and others page displayed on user profile page. Is there any shortcode to do that or any other solutions?
Thanks in advance for your help!
I am keymaster on the website but I dont have access to source code of the site. I am using WordPress 6.2.2, bbpress Version 2.6.9.
Hi Everyone
I have a question. We have installed bbpress and configured everything. Now I wanted a tree type display where all the forums should be shown in forum wise if they had sub forum that also should display. It should display only on one page and the inside will be same as forum style.
Is there any way to achieve this styling.
Link of the website : https://kundaliniresearchinstitute.org/en/forums/
Thank You
Hi. I am not sure if I have already posted here. My name is Pascal, and I am from a small town called Wohlen in the canton of Aargau in Switzerland.
My problem is that I have a vBulletin 5.x SQL database I converted from a vBulletin 3.x database dump. How do I best go about importing it into bbPress on my forum over at ? It will be read-only, and I want to add a forum section on top of it as my actual forum (all this in one forum, I don’t want to set up two forums).
Thank you for any help.
Here is the ACF shortcode for a custom field. What bbPress template/file do I place this shortcode so that the custom field displays on the frontend of a topic post. Where do I place it.
[acf_views view-id=”60″ name=”Lake Point Marker 2″]
Topic: bbPress notifications
Hi,
Just to confirm: There is no way to follow a particular participant in bbPress. Am I correct?
Hello,
Please help me out with a code which I can use to display user’s topics started and replies created.
For example, being able to display this page
with only the “topic started” and “replies created” menu links.
I will appreciate a custom code which I can use to archive this.
NB; on the page where I want to display topics started/replies created, I’m also displaying a topic form using bbpress short code. I’d like the display of topics started/replies created to come after the bbpress topic form…
Thanks in anticipation that someone will help me out here with a code 🙏