Search Results for 'bbpress'
-
Search Results
-
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!
I have the prefix /forum set, and I want my forum URLs to be full path URLs, like this:
example.org/forum/MainCategory/ChildCategory/ChildChildCategory/the-topicAn example could be this topic URL:
cars.com/forum/Europe/VW/Golf/how-to-repair-the-steering-wheelAnd of course the topics’ forum URL should be
example.org/forum/MainCategory/ChildCategory/ChildChildCategory/Right now my topics are
example.org/forum/topic/the-topicWebsite: http://tf210619.tantraforum.dk
Wordpress: 5.2.2
Bbpress: 2.5.14I typically use Discourse for my forums, but would like to set one up in WordPress directly. I know BBPress has stood the test of time and is hard core WordPress, used by people like Elliot for AdvancedCustomFields support.
But is development planned for the future? I just don’t want to sink a lot of time into something that isn’t going to be supported. I’d gladly pay for BBPress… Whatever. Just want to know there’s a future.
For example. in this box I can’t add an image via a simple paste in. That’s a big deal for support forums where screenshots are used.
Thanks anyone for advice on this!
http://www.t-34.com
bbPress Version 2.5.14
WordPress 4.8.9 running Sahifa theme.I just recently took over admin and cleanup of the above site. My role is Administrator, Participant in WP. I am not able to delete some forums that have aged quite a bit and have no activity. When I try to access the forums for administrative cleanup I get the following message:
“Sorry, you are not allowed to edit posts in this post type.”
I noted that the previous admin has Administrator, Keymaster role. I have searched through every menu, plugin and widget possible but the option of Keymaster does not seem to exist anywhere so I cannot promote myself to Keymaster.
I have tried to use the change forum role but the only options are Moderator, Participant, Spectator and Blocked. I also created a new user with Administrator role, then edited the user but the only options under forum role are Moderator, Participant, Spectator and Blocked.
Kinda stuck here. Any suggestions?
Topic: Using Moderator
How do I enable a moderator for my forums? I have been the Auto-Role feature in Settings. However a Spammer keeps getting into the forum and I have to enable a moderator to approve forum action.
WP: 5.2.2
bbpress: 2.5.14TNX
PeterTopic: Migration and Export
We migrated one of our sites from Ultimate Member to BuddyPress because UM conflicted heavily with our custom plugin. Started with a fresh site for the most part and exported data because there are over 750 users on the site. Everything worked fine except exporting bbPress data. All the forums, replies, and posts show up in the admin but they will not show up on the front end. I can see the forums but if you click a link it says no topics or replies but in the backend, you see topics and replies. We’ve tried everything we can think of from removing metadata from Ultimate Member’s leftover data to deleting all the data and doing fresh imports. Same result every time.
The link is https://junipersl.com/community but I’m not sure how helpful it will be since the forum is members only. You can see some information but it’s like…it shows there are topics and replies but when you click, you get the error “Oh bother! No topics were found here!”
bbPress 2.5.14-6684
WP 5.2.2
Beaver Builder ThemeAny insight would be amazing.
Hello, just installed and activated bbpress with several extensions to improve functionality; however, my forum page does not look like a forum at all. I even set up the bbpress sidebar, and it isn’t showing either. I’m using WordPress version 5.2.2 and bbPress version 2.5.14. The link to my staging site where I am testing this is http://www.jeepcreed.com/stagingnew/forums
in my bbpress topic index I want to show view counts like how many people see that topic
Hello friends,
I have read in some SEO tips, we need to give nofollow for all other site’s links placed in our website. I want to know how to do that in my BBPress website.
Thanks.