Forum Replies Created
-
In reply to: Adding to menu bar
this sound like a theme issue.
do you have a link to whatever this ‘dropdown’ is?
In reply to: Blank screen w/ error messageGreat – glad you’re fixed
In reply to: Blank screen w/ error messageseems like that will be fixed in bbpress 2.6
so 3 fixes
1. downgrade to a lesser version of php
2. upgrade to bbpress 2.6beta-2
3. in bbpress 2.5.12 change line 1851 from$meta_query = $posts_query->get( 'meta_query' );
to
$meta_query = $posts_query->get( 'meta_query', array() );
Since the next upgrade will fix that anyway, no issue in changing the bbpress file
best I can offer I’m afraid
In reply to: Blank screen w/ error messageoh, and I presume you mean you are running bbpress 2.5.12 not 2.5.2
In reply to: Blank screen w/ error messageseems php 7.1 has issues with a lot of plugins, 2 mentioned here
https://wordpress.org/support/topic/php-7-0-14-to-7-1-1-operator-not-supported-for-strings/
and a bbpress trac ticket
https://bbpress.trac.wordpress.org/ticket/2987
I’m running php 7.0.17 with no issues
In reply to: Captcha-pluginif you haven’t already post this in the capcha plugins support desk – one for them “
In reply to: Restrict links only for registered users.nothing I know of would do that
no plugin to do that exists – it would be very complex to design
In reply to: bbPress forum and topic menuyes, install my bbp style pack plugin
and go to
dashboard>settings>bbp style pack>breadcrumbs to set breadcrumb options or disable altogether
In reply to: Participants/Subscribers Seeing WordPress Dashboardthat’s the solution !
In reply to: I need to get rid of topics on pages.great – glad you’re fixed !
In reply to: link goes to wrong pageGreat – glad you are fixed !
In reply to: image after postingyes it did, I can see it. Try closing and re-opening your browser
In reply to: image after postingput this in your theme’s custom css, or in your child theme’s css
#bbpress-forums img.avatar {
padding: 0;
}In reply to: image after postingthis is your avatar
In reply to: image after postingurl to your site and this example needed
In reply to: I need to get rid of topics on pages.suspect this is theme related.
as a test try switching to a different theme and see if that fixes.
If so switch back, and come back here and let us know what theme and a url to your site
In reply to: Blank Screen since WP 4.7 (also in 4.7.1)Hey great – glad you are fixed
It always amazes how many times a simple ‘off and on again’ works !!
In reply to: bbPress limits?not in an arithmetical sense, it is unlimited.
But the question is a bit like ‘how many cars can fit on a highway’ – lots of factors including how many lanes on then highway, how fast they drive, if they all us at the same time etc. 🙂
so server dependant not software dependant.
In reply to: two sets of breadcrumbs that don’t match?one will be from your theme and one from bbpress.
if you have a link, I can give you code to hide the other
In reply to: Hidden Replies in Forum Topicyes you are correct, and glad you are fixed
In reply to: Hidden Replies in Forum Topicdashboard>replies and filter for hidden
In reply to: Custom Roles not assignablegreat – glad you are fixed !
In reply to: Catchable Errorwould be great if you posted the solution to help others
In reply to: Users Unable To Register To Forumdashboard>settings>general>membership>anyone can register