Forum Replies Created
-
ok, how did you fix the first page?
In reply to: Add description for each topic in listIf I understand you correctly, then
https://wordpress.org/plugins/bbp-style-pack/
Dashboard>settings>bbp style pack>forum display>item 6
In reply to: Hide role in the forumgreat – glad you are fixed !
In reply to: Hide role in the forumIn reply to: 2.5.9 conflict with popup maker etc.https://wordpress.org/plugins/bbpress/developers/
and click the version you want
In reply to: Logged in wp-admin but not in forumGreat – glad you’re fixed, and thanks for posting the solution which will help others !
In reply to: Logged in wp-admin but not in forumtry
Dashboard>settings>permalinks
Make a note of what the common settings is et to. Change it to something else and save, and then change back again and save.
was kinda hoping you could say what ‘buggy’ means.
I suspect that both plugins modify some common pieces of code, so may ‘overwrite’ each other in places.
Knowing where these places were would help immensely in fixing them for others.
Max,
Would be good to know what the conflict between the plugins is
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: How to access “loop-forums.php”it is the weekend 🙂
1.
//This function changes the heading "Freshness" function rew_change_translate_text( $translated_text ) { if ( $translated_text == 'Freshness' ) { $translated_text = 'hello' ; } return $translated_text; } add_filter( 'gettext', 'rew_change_translate_text', 20 );
2.
function rew_create_new_topica () { $text= 'Create New Topic' ; if ( bbp_current_user_can_access_create_topic_form() && !bbp_is_forum_category() ) echo '<div style="text-align: center;"> <a href ="#topic">'.$text.'</a></div>' ; } function rew_create_new_topicb () { echo '<a name="topic"></a>' ; } add_action ( 'bbp_template_before_single_forum', 'rew_create_new_topica' ) ; add_action( 'bbp_theme_before_topic_form', 'rew_create_new_topicb' ) ;
In reply to: Logged in wp-admin but not in forumbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
In reply to: Recent Topics Widget to Display based on BP Groupno direct link as yet
In reply to: Recent Topics Widget to Display based on BP GroupYou could use the private groups plugin, which lets you control who sees what forum, and then the widgets that come with that (recent topics, recent replies and latest activity) would display only those topic related to the group.
In reply to: Users not able to registeryou should look at how this is working.
The users are sent a link, which goes to a age with a strong password shown as default, but they are not asked to make a note of it, and if they just click reset, then this becomes their password, but then takes then to a login screen which asks for it again.
This is not a bbpress issue, but how you have got wordpress set up.
I registered fine, but I knew what to look for.
In reply to: How to access “loop-forums.php”have you got ftp?
if so go to your website and look in
wp-content/plugins/bbpress/templates/default/bbpress and you’ll find it there
In reply to: switching roles on different forumsI’ve done most of the work, but am away for a few days, so am hoping that a working version should be early next week.
In reply to: This is somewhat embarrassing, isn’t it?Have you got this installed
ok, can you create a new participant, and set to subscriber and participant and see if it happens with that one.
Also can you say what is set in
settings>forums>auto role
ok, so this is with just a wp theme, and no plugins apart from bbpress?
ok, suspect it is a It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
In reply to: Search not working on new installNot sure what to suggest next.
what wordpress level are users?
In reply to: topic’s page don’t show any headergreat – glad you are fixed !