Forum Replies Created
-
In reply to: Dashicons Forums and Topic Titles
pleased that you are fixed !
In reply to: Dashicons Forums and Topic Titlesit needs a template change – if you know how to FTP
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-topics.phptransfer this to your pc and edit
change:
<li class="bbp-topic-voice-count"><?php esc_html_e( 'Voices', 'bbpress' ); ?></li> <li class="bbp-topic-reply-count"><?php bbp_show_lead_topic() ? esc_html_e( 'Replies', 'bbpress' ) : esc_html_e( 'Posts', 'bbpress' ); ?></li>to
<li class="bbp-topic-voice-count"></li> <li class="bbp-topic-reply-count"></li>and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-topics.phpbbPress will now use this template instead of the original
Repeat this for the file loop-forums.php
In reply to: Forum summary with total postsphew !!
In reply to: Forum summary with total postsok, I’ve spent way too much time on this, so last roll of the dice – see in 5.8.6 fixes.
In reply to: Remove noreply email from notification emailsI think in your code the function
no_reply_emailneeds amy_bbpin front of itso
function no_reply_email(){ $email = 'no-reply@sitename.com'; // any email you want return $email; } add_filter('bbp_get_do_not_reply_address','my_bbp_no_reply_email');shoudl read this
function my_bbp_no_reply_email(){ $email = 'no-reply@sitename.com'; // any email you want return $email; } add_filter('bbp_get_do_not_reply_address','my_bbp_no_reply_email');In reply to: bbp style pack removed my custom forum rolesThat all seems to make sense, I’ll ignore this for the moment π
In reply to: Remove noreply email from notification emailspaths removed, I’ll take a look tomorrow
In reply to: Remove noreply email from notification emailsdo you have details of the error?
In reply to: Forum summary with total postsok, try 5.8.5 just released
In reply to: HTML code appears on forumsso is the teacher typing this is, copy/pasting, or something else?
In reply to: HTML code appears on forumssorry no image !
In reply to: Forum summary with total poststhat is down to your theme, if you can provide a live link to it, I’ll see if some easy css will fix
In reply to: Forum summary with total postsnew version still be to issued π
In reply to: bbp style pack removed my custom forum rolesso how did you create a custom forum role?
In reply to: bbp style pack removed my custom forum rolesI’ll take a look
In reply to: Forum summary with total postsok, I’ve found the issue, and will be fixed in the next version, which should be out tomorrow
In reply to: Forum summary with total postsso if you put the widget one down ?
In reply to: ERROR: Are you sure you wanted to do that?ok, can I suggest you post a new topic, and say exactly when this is occurring.
In reply to: Forum summary with total postsok, as I said
‘It does very much depend on how your theme does lists and sidebars, so I do not intend to do individual site support on getting the css right β if it works great, if not then youβre on you own π’
But I think it is related to when the widgets were created. try deleting and recreating the second widget. or moving the topic list down.
In reply to: ERROR: Are you sure you wanted to do that?this error can be produced by several things, it is a usually related to permissions.
The 10 years old post related to a previous version of bbpress that is very different from todays version.
two cars stopped at the side of the road with their hoods up doesn’t mean that they both have the same problem π
In reply to: Forum summary with total postssuspect you need to clear cache on your browser
In reply to: bbpress footer code shows as textI’d suggest you raise this initially with G5, as this is a paid plugin we don’t have access to,
In reply to: Forum summary with total postsnow in 5.8.3 of style pack see
dashboard>settings>bbp style pack>widgets
It does very much depend on how your theme does lists and sidebars, so I do not intend to do individual site support on getting the css right – if it works great, if not then you’re on you own π
In reply to: when clicking on a forum/topic a blank screen showsglad to have helped
In reply to: when clicking on a forum/topic a blank screen showssorry, this is not a site design service ! The layout issues are related to how bbpress is interacting with your theme, and there are many thousands of themes.
I only did this out of kindness to help you.
You can play with the padding-left: 200px; setting ie changing it to say 210px to move the ‘heading’ to where you want.