Published on August 7th, 2019 by Wirebird Media
Hi! I’ve added a field in LearnDash’s extended profile settings (https://share.getcloudapp.com/v1uADmlb) and it is showing up on the front end profile page – https://share.getcloudapp.com/NQudDvzq
But I want it to also show up on the forum profiles: https://share.getcloudapp.com/xQu9W0g6
I’m digging around in the backend but am having difficulty finding where I need to add this field to the bbpress profile output. Any thoughts? Thanks!
Published on August 7th, 2019 by fantomx90
Hello,
I am using the bbPress forums currently, and whenever we create a topic it is this grayed out color… We did find a custom CSS code to use, and it DOES work for Closed topics, but all others it still stays grayed out. What can we do to fix this?
Also, whenever someone is typing a reply it still displays in this awful gray color. How would I change the default color of the text being used in our forum?
(For reference, here is the code we used for black Closed topics:)
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #000 !important;
}
(And yes, we did try just switching closed with open in the coding lol.)
Thank you.
Published on August 7th, 2019 by Diego Brasileiro
Hi! I have had issues with the bbpress sidebar, I put the plugin that allows the sidebar on the forum page, bbPress WP Tweaks. But even then nothing happens, the sidebar does not appear for user login. I was very excited to use the plugin, but I can’t. Thinking of a solution, I went to support my theme, GridLove Theme, but nothing happened either. They told me to contact you. My site is Seguromoto.org.
The page I use bbpress is safetyomoto.org/forum.
Please help me!
Published on August 6th, 2019 by stofilter
Hello bbPress support,
I’d like to use a custom register page, is this available in the free version?
Also, are there any paid versions for bbpress? if so, what are the differences between the free and paid version?
Thanks
Published on August 5th, 2019 by armyadarkness
I built a website and forum nearly a year ago, and both get moderate to heavy traffic… However, due to numerous glitches and the lack of platform support, I’ve lost 50% of my traffic and subscribers… And it’s getting worse by the day.
Has anyone found a reliable source for resolving technical issues or an alternative platform?
I’ll be due to renew all of my premier Word Press packages in 2 months, but We’ve started looking for alternative platforms to migrate to, because it seems easier than getting support for WP and bbPress.
My WP plan is the best available and it includes support, but the technicians really don’t seem to care much about helping, and the ones that do, wind up not being able to.
If I can’t fix the little glitches that have been haunting me for a year, I don’t see any point in renewing.
Published on August 5th, 2019 by CM_DK
Hi,
I’m trying to make my url structure like this:
xx.com/community/forum/forumtitle
That worked, but the title in my breadcrumbs is:
fora/forum
It should be:
community/fora
How can I make this happen?
_______________________________________________
Im on W version: 5.2.2
Im on BBpress version: 2.6-rc-7
Published on August 4th, 2019 by ginaginagina
I thought this would naturally happen as a super sticky topic. Basically, I want the same message to show up at the top of each forum so that members see it before they start posting (sort of like a “Read this before you get started” pinned topic). However, as soon as I started creating other sub-forums and topics, it got pushed to the bottom of the page, which obviously means a lot of people will miss it entirely.
How do you get it to stay at the top of each forum as a reminder?
My forums are all private, so you wouldn’t be able to see it (hence, I’m not adding a URL), but I am including a screenshot.
WordPress version: 5.2.2
bbPress version: 2.5.14
Screenshot: https://share.getcloudapp.com/eDuoLJGy
Unfortunately, I can’t test a different theme; I just tried in staging to do that and the site broke completely, so I don’t want to test in my live site. However, this doesn’t seem like a theme issue.
Published on August 4th, 2019 by cosmicnexus
The header on the bbPress forum list and topics pages has an appropriate black background with white text in Chrome for large screens. However, in Firefox and Edge and also even in Chrome on mobile, the background is light grey with white text and of course text is hard to read.
I’ve tried targeting this with css but none of the selectors I’ve tried have worked. If anyone can supply a selector that will work I’d be mighty grateful!
The forum page is on a dev site I’m working on here:
https://globalhealing3.wpengine.com/ghe-forums/
Published on August 3rd, 2019 by hydrogriff
For the lead topic, I am using this to show a human readable date. Although the date for the <time> tag is displayed correctly, the actual text part of the date (where it is humanized) is off by 1 year.
This is the whole link code – <a href="<?php bbp_topic_permalink(); ?>" class="bbp-topic-permalink"><span class="bbp-topic-post-date"><time datetime="<?php bbp_topic_post_date();?>" title = "<?php echo bbp_topic_post_date();?>"><?php bbp_topic_post_date(0, true); ?></time></span></a>
The <?php bbp_topic_post_date(0, true); ?> part is off by 1 year but only for a few posts. The reply dates suffer the same fate. They are also off by 1 year – again for only a few posts.
I have tried it with plugins deactivated + twenty seventeen theme. Still the same. I have also tried doing all the forum repair tool items. Nothing changed.
Published on August 2nd, 2019 by rickmunroe17
I am using Divi theme version 3.2.2.5 and the latest version of the BBPress wordpress plugin.
Trying to have a full width forum without the sidebar.
Cannot figure out how to hide the sidebar in both desktop and mobile.
Any help is greatly appreciated.