Search Results for 'bbpress'
-
Search Results
-
Hi!
My bbPress post is cirrently displayed with the author colums with those links dispalyed :– Block User
– Add user
– Moderation
– FlagI need to know how to translate those items.Many thanks for the help.
Regards
MG
See the attached screen capture :
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!
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.
Topic: Problem with sidebar
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!
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
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.
Topic: Link structure not working
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
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/eDuoLJGyUnfortunately, 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.
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:
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.
I’m really confused as to what would have started to generate this error. BBPress has been running on this site for the last couple of years. The only thing I know that changed is the version of PHP to 7.3.7. WP version is 5.2.2
PHP Parse error: syntax error, unexpected ”bbpress” (T_CONSTANT_ENCAPSED_STRING), expecting ‘)’ in /home/xxxxxxx/public_html/wp-content/plugins/bbpress/templates/default/bbpress/loop-replies.php on line 18
I am a programmer, but I do very little PHP, so any suggestions would help.
Thanks!