Forum Replies Created
-
sorry – I have studiously avoided learning anything about buddypress 🙂
In reply to: BuddyBoss Platform email not workingbuddyboss is a paid product – I suggest you ask them
In reply to: Dedicated Moderator ID changedlet me take a look at a method that might let you add their ID’s
In reply to: Dedicated Moderator ID changedI would add that having email addresses as user nice names is highly unusual given that it publicly gives everyone’s email addresses out, so suspect was not considered by the plugin authors
In reply to: Dedicated Moderator ID changedso how many users do you want as moderators in how many forums?
rough idea of numbers 🙂
In reply to: Dedicated Moderator ID changedI am not certain, but on save a function is run that includes the wordpress function ‘sanitize_text_field’ which may well be stripping the @
what the code does is to try and find out the user_id of the name entered, and then passes this to
bbp_add_moderator( $forum_id, $user_id );
If I am guessing that this is not something you need to do too often, you could do it programatically if you know how?
in essence there are 2 functions
bbp_add_moderator( $forum_id, $user_id ); bbp_remove_moderator( $forum_id, $user_id );
In reply to: New topic “No Forum” is gone !Is there any known conflict with those plugins ?
I’d suspect it is more likely that as the super sticky topic has no associated forum, then the plugins may be granting permission to see using a forum ID as an identifier and as it has none, then hiding it, but I am just guessing 🙂
In reply to: New topic “No Forum” is gone !Just tested ‘all topics’ and that is also fine, so yes I would suspect another plugin is adding a permission issue
In reply to: BBP Style Pack – Username and Avatar problemsok, thanks – that is a paid theme, and I suspect that whilst my usual statement would be ‘ask the theme authors’ it is highly unlikely that you will get any helpful response from them.
My next port of call would be to look at the theme’s functions file and any templates it is amending to see if the issue is there, but that requires you to have some technical knowledge
In reply to: BBP Style Pack – Username and Avatar problemsok, I’d suggest you next test with those deactivated and see if it an issue with one of them, and if not test with a default theme.
In reply to: New topic “No Forum” is gone !ok, from a quick test, I could edit a topic with no parent forum in both the backend, and in any forum that it appears.
I have not tested ‘all topics’ – but given the above, if this is a serious issue for you, then simply allocate it against the most appropriate forum – it will still appear against all forums.
In reply to: BBP Style Pack – Username and Avatar problemswhat other bbpress related plugins are you running?
In reply to: New topic “No Forum” is gone !‘Create a new topic without assigning to a forum’ – where and how are you doing this ?
In reply to: BBP Style Pack – Username and Avatar problemsok, I am seeing this when logged in or logged out with style pack active
<span class="topic-author"> <a href="/forums/user/testuser1/" title="View testuser1's profile" class="bbp-author-link"> <span class="bbp-author-avatar"> <img alt="" src="..." srcset="..." class="avatar avatar-14 photo" loading="lazy" width="14" height="14"> </span> <span class="bbp-author-name">testuser1 </span> </a> </span>
not sure which you are saying is different as your original post says ‘when user logged in’ in both cases??
In reply to: Stucked import vBulletin forum to bbPressjust putting this here so others accessing this can see the solution
In reply to: Converting anonymous topic authors ” issue”just putting this here so others accessing this can see the solution
In reply to: Converting anonymous author step 8 stuckjust putting this here so others accessing this can see the solution
I don’t know how well it might work with your buddypress set up, but try
In reply to: Subscription Mails🙂 🙂
In reply to: Subscription Mails@aprilschmitt27 – thanks for the info – can you just confirm that you are fixed ?
In reply to: Subscription Mailsnot a problem – we’ve all been there 🙂 🙂
In reply to: Subscription MailsI presume you’ve ticked item 3 on the subscription emails tab ? 🙂
In reply to: Subscription Mailsok, thanks – I’ve just retested on my test site, and can see no issue.
I’ll have a think
In reply to: Subscription Mailsok, so I am wondering if something else is interfering.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Subscription Mailsgreat – thanks, just checking what was happening.
hmmm….. so presumably if you press the ‘send test message’ on the ‘subscription emails’ tab, this come through correctly -ie with your changes?