Forum Replies Created
-
In reply to: 2.1 options
Should be fixed if you get the latest 2.1 download. Again, thanks for reporting and props jjj for the quick fix.
In reply to: 2.1 optionsThanks, reported!
In reply to: Please Help – My 300+ forums come up not foundNo problem!
In reply to: Please Help – My 300+ forums come up not foundTry resetting your permalinks first. Visit the Settings > Permalinks page int he admin and it will automatically reset them.
bbPress has a widget that can show the latest activity (you can set how many).
I would suggest creating a new sidebar area, place that on your homepage, and then use the bbPress activity widget in it.
In reply to: Please Help – My 300+ forums come up not foundWhat version of bbPress are you using?
In reply to: 2.1 release dateI don’t recommend this unless you have backups in place and know the risks involved, but I will say I have been running 2.1 on a few of my production sites and have not ran into any “show stopping” issues – so far everything has been smooth sailing
In reply to: Replace text editor with rich editorThis has been taking care of in the upcoming 2.1 release.
In reply to: 2.1 release dateFrom IRC this morning:
[11:16:40] <jjj> […] Soon. It’s pretty stable as-is, sans the BuddyPress integration.
[11:18:03] <jjj> Wanted end of February, but alas.
[11:27:17] <jjj> [next 2-3 weeks] probably a safe bet
The main thing holding up the release at this point is a few bbPress->BuddyPress integration issues.
In reply to: Best SEO Plugin?You can use https://wordpress.org/extend/plugins/seo-data-transporter/ to move SEO settings around from plugin to plugin, this is what I would recommend to use.
In theory all SEO functions should work in bbPress *except* the page title because bbPress filters that.
In reply to: 404 Only for Subscribers – Not adminTwo other things to try:
Turn on WP_DEBUG in yout wp-config.php (https://codex.wordpress.org/WP_DEBUG)
Change to TwentyTen/TwentlyEleven to eliminate any issues that are with your theme.
In reply to: 404 Only for Subscribers – Not adminYou might have already done this, but if not:
1. Disable ALL plugins except bbPress.
2. Go to Settings > Permalinks so a permalink flush is triggered.
3. Try going to a user profile.
You don’t have a post or page with the slug
users
by chance, do you?In reply to: Best SEO Plugin?bbPress overrides the page titles. See what I posted in the other topic.
You would use
add_filter
. Check out https://codex.wordpress.org/Function_Reference/add_filterYou can see how the title is constructed if you look at
bbpress/bbp-includes/bbp-common-template.php
starting around like 2026 or so. Look forfunction bbp_title()
.In reply to: BBPress Latest DiscussionsYou would need to post that in the support forum for that plugin, which is here
https://wordpress.org/tags/bbpress-latest-discussion?forum_id=10
Unfortunately, according to https://wordpress.org/support/topic/plugin-bbpress-latest-discussion-dropping-all-bbld-support-and-development it seems the plugin is no longer supported.
I would suggest trying to find a different one to use, that is actively being maintained.
In reply to: Edit the title tagYou don’t need to bump 3 threads on this
As I said in the others..
You can use
the bbp_title
filter that is in place to change/tweak the titles bbPress uses.However there is no simple switch in place to disable the prefixes from being used.
I’m closing this since there are 2 other identical topics on this.
You can use the
bbp_title
filter that is in place to change/tweak the titles bbPress uses.However there is no simple switch in place to disable the prefixes from being used.
Actually I don’t see any classes in place for this, but I think its a good idea.
Ticket created https://bbpress.trac.wordpress.org/ticket/1763
Using the
bbp_title
filter you can change or modify the titles if you want.However there is no quick switch to turn that off unfortunately.
In reply to: Best SEO Plugin?There are some excellent SEO plugins out there, but the question is which ones play well with bbPress. The best way to find out is to install them and give them a go.
Personally, I recommend Yoast SEO or All-in-one SEO as I believe those are the two best.
In reply to: This is how to install BBPress on Godaddy!Sorry, I’m not familiar with the non-plugin version(s) of bbPress so I can’t say.
In reply to: This is how to install BBPress on Godaddy!There is an easier way assuming you want to install the plugin version (2.x).
Login to your WordPress site. Go to Plugins > Add New/
Search for “bbPress”. Click install. Done.
In reply to: Sudden BBconfig issuesHmm, I’m not sure but that definitely does not look correct at all.
What version of bbPress are you using?
In reply to: bbp-topic-index shortcode queryI just check and at the moment there are no parameters you can pass to it.
Regarding the pagination, I’m not sure where it is getting the 5 cut off limit from. Maybe jjj can give some insight to that.