Forum Replies Created
-
In reply to: Give Admin/Keymaster ONLY a forum signature?
great – glad you are fixed
In reply to: Theme problemlooks like it is the same issue as 5 years ago – specific to your site, so there is little I can suggest
In reply to: Edit the bbPress login widgetno, core code does not get changed in child themes
what did you change?
In reply to: Edit the bbPress login widgetuntested, but try this
add_filter ('bbp_get_user_profile_link' , 'rew_get_user_name', 10 , 2) ; function rew_get_user_name ($user_link, $user_id ) { // Validate user id $user_id = bbp_get_user_id( $user_id ); if ( empty( $user_id ) ) { return false; } $user = get_userdata( $user_id ); $user_link = esc_html( $user->display_name ) ; // Filter & return return apply_filters( 'rew_get_user_name', $user_link, $user_id ); }Put this in your child theme’s function file – or use
In reply to: Oh no!you need to change this in your toolkit plugin includes/go-functions.php
lines 55 & 56
from
function bbptoolkit_bbpress_list_forums() { $args = array();to
function bbptoolkit_bbpress_list_forums($args) {This brings through default values, otherwise under 2.6 sub forums don’t get shown.
In reply to: How can I change the title of the main forum?sorry, I only have limited time to work out issues, I cannot see
<title>Archiwum Fora – Jak usunąć ciążę (tabletki poronne, pigułki wczesnoporonne) – 9tygodni.pl</title>
anywhere on the page you list, so sorry I cannot help further
In reply to: Give Admin/Keymaster ONLY a forum signature?@casiepa thanks for that spot – yes !!
In reply to: Oh no!ok, no idea why that works !! 🙂
In reply to: Oh no!not sure I can help further, I don’t have content restrict, so I cannot see what is happening.
I suspect that even as a paid plugin they don’t offer compatibility with every other plugin, so suspect that they will just say it is a bbpress problem.
I’d suggest that you try deactivating their plugin and confirming that without it then say style pack solution or function solution works which will tell you that it is a combination.
In reply to: Users Can Post Bad HTML Content‘One of my users discovered that they can post potentially malicious HTML into the bbPress reply box.’
could you user state what ‘potentially malicious HTML’ they were able to post – that would help
In reply to: How can I change the title of the main forum?If you want help then,
1. state exactly what you issue is. Which part of the site you give a link to, do you consider is the ‘title of the main forum’ – which words in the site ???
2. don’t start asking for help by complaining about software that people have written for free and support for free.In reply to: Oh no!the link just gets you to a login page.
Issue is likely to be a combination of theme and/or plugins and/or restrict content.
you don’t say what function you used, what changes you made to feedback-no-topics.php and feedback-no-forums.php or what setting in style pack, so hard to say why those solutions might not be working
In reply to: Edit the bbPress login widgetoften the !important is not needed, it all depends on what order css is being loaded !
In reply to: sub topics not showing@haddly do you have
function custom_bbp_sub_forum_list($args)or as you pasted
function custom_bbp_sub_forum_list() {In reply to: sub topics not showingchange that to
function custom_bbp_sub_forum_list($args) { $args['separator'] = ''; return $args; } add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );and it should be fine
glitch in present version for some people – authors are aware
this helps many
In reply to: Edit the bbPress login widgetshould be
.bbp-login-form { background: white !important; padding: 10px !important; }In reply to: sub topics not showingok, as a TEST, can you try deactivating 1 & 2 (I wrote 3 so know it is not the problem!) and see if sub forums reappear ? You can re-enable immediately afterwards
In reply to: bbp-topic-form won’t show up properly on mobilegreat – glad you are fixed
In reply to: How to noindex member pages?great – thanks for posting your solution 🙂
In reply to: Notification emails content issuesorry, maintaining plugins is a hell of a chore, and many abandon them.
Only one I know, and still works
In reply to: sub topics not showing@haddly – thanks. What other bbpress related plugins do you have ?
In reply to: Give Admin/Keymaster ONLY a forum signature?yes !
In reply to: Freshness – Every post is showed as ” Right Now”