Forum Replies Created
-
In reply to: Autosubscribe by all users
@robin-w : That seems pretty empty …
UNofficial info: release candidate WP 4.4.1 expected first week of January. Let’s hope !
In reply to: Is it possible to set a subforum in a hidden forum?EDIT: release candidate WP 4.4.1 expected first week of January (unofficial date !)
In reply to: Is it possible to set a subforum in a hidden forum?So far no date, I hope it’s early next year.
pascal.In reply to: bbPress page alignment after R sidebar removalHi macms,
Can this help you ?
https://bbpress.org/forums/topic/problem-getting-forum-full-width/
Pascal.In reply to: Is it possible to set a subforum in a hidden forum?Hi Naerean,
Are you running WordPress 4.4 ? Then wait a little bit for the 4.4.1 fix as the current version has some issues with hidden forums.
If you cannot wait, then check the following discussion: https://bbpress.org/forums/topic/oops-that-page-cant-be-found-on-sub-forums/page/3Pascal.
In reply to: activation link is not workingGoede avond,
What kind of plugins do you have that are dealing with accounts ?
I’m using TML (Theme My Login) without any issues.Pascal.
In reply to: Just blue links??Hi,
To display more forums, I normally use a filter. Like Robbkk posted some days ago:function rkk_increase_forum_per_page( $args ) { $args['posts_per_page'] = get_option( '_bbp_forums_per_page', 150 ); return $args; } add_filter( 'bbp_before_has_forums_parse_args', 'rkk_increase_forum_per_page' );
Just add this to your functions.php or put it in a child theme.
Pascal.In reply to: missing sidebarFrank, are you still using Photolux as theme ?
Pascal.
In reply to: Embed Forum on Another Page?What I did at a certain moment was create a new page and use the [bbp-forum-index] shortcode (https://codex.bbpress.org/features/shortcodes/)
Then in my Appearance/Theme Settings, I have set the homepage to this created page.Not sure if this is what you want…
Pascal.
In reply to: Only allow admins to create topicsYou want it without scripting ? Go for bbP Toolkit ๐
Pascal.In reply to: bbPress only works for admin or new usersSeems like you have done all the tests I know off, let’s search for other help.
Pascal.In reply to: BBPress not working on themeHi,
I would say to start from https://codex.bbpress.org/themes/ and read the subpages there to see if you get something out of them.
Pascal.In reply to: bbPress only works for admin or new usersFor the ‘older’ users, can you try to switch them to another role and then back to the initial role (saving in between).
If that does not help, then the only thing I see is a probable update of a plugin that is causing the issue.
Could you please deactivate all plugins and then reactivate one by one to see which one is causing the issue ?
Thanks, Pascal.In reply to: bbPress only works for admin or new usersCan you try to change a forum to private, save, back to public, save and then try to add a topic ?
In reply to: How to change color settings (for example font)Hi,
Have a look here: https://codex.bbpress.org/bbpress-styling-crib/
Pascal.In reply to: Login Checkbox styleI checked the CSS, but didn’t find it, sorry
In reply to: Changing search textHi,
I know that some users switched to https://wordpress.org/plugins/bbpress-search-widget/ because it gives more customization options.
Pascal.In reply to: Unable to create forumHi,
A previous case was solved by deactivating some plugins that interfered (like bbpress โ No Admin). It could also be a roles/members plugin. Can you try to deactivate all plugins, see if it works, and then reactivate them one by one ?If that didn’t work, try to find a plugin that shows your capabilities to be sure that you are have the rights on the forum.
Pascal.
In reply to: [bbp-topic-index] BreadcrumbsYou already tried something like this in CSS:
.bbp-breadcrumb:nth-of-type(1) { display:none; }
Pascal.
In reply to: suscribe all my users to a forumHi,
Have a look at the code I used for my bbP Manage Subscriptions plugin (https://wordpress.org/plugins/bbp-manage-subscriptions/). Maybe you find in there what you need.Bulk actions are next on the list (hopefully by mid January), but feel free to take part of the code for your own project now.
Pascal.
Great, next time please only ask in one of the forums here.
Pascal.In reply to: [bbp-topic-index] BreadcrumbsHi,
Is it a public forum ? If so, can you share the URL ?
There is probably not much that can be done for it from the bbPress side as you use the shortcodes, but maybe in CSS something can be done.
Pascal.In reply to: Unable to create forumHi,
Can you confirm you have the ‘keymaster’ role ? If not, find another admin account and give that role to your normal admin account.
Pascal.Hi,
This is a known one. Please refer to the information in the codex: https://codex.bbpress.org/bbp_setup_current_user/was-called-incorrectly/Pascal.