Forum Replies Created
-
In reply to: Per Forum Permissions by Group
Ok, I’ve had a look, and worked out where bbpress was overriding the moderator issue.
I have released a new version 2.5.2 which will do as the help text says
Moderators with a group set can only see, participate and moderate open forums (those with no private group set) or forums which they belong to.
Moderators with NO group set can see, participate and moderate all forums
Please update and come back and confirm this does what you want
In reply to: Hidden private forumok, for the moment either ignore or set them on.
I’m just fixing another issue in another plugin for someone else, and I’ll look at this after that.
In reply to: Only Register to forum ?yes, the warning is there for the upgrade reason, and as long as you change it knowing that it might disappear on upgrade, then you can change it.
In reply to: Hidden private forumYou are using mamp – I suspect you have php5.4 within that?
If you confirm yes, then I suspect I know the source of the issue, and I’ll need to work a solution out.
In reply to: E-mail registration confirmationDo you mean that it has always been set at that, or that you have just set it as that?
In reply to: Only Register to forum ?ideally you should, and this will ensure you don’t lose changes.
If you just put this isn’t the main theme, it will be overwritten by any theme updates, so if you decide to go this route and not create a child theme, keep a note of any changes as you’ll need to add them back after any updates
In reply to: Only Register to forum ?In reply to: E-mail registration confirmationAs per my post above
Does the email address in
Dashboard>settings>general match the domain
that is
does the email address in Dashboard>settings>general end in lbfgamesonline.com.brfor instance
In reply to: E-mail registration confirmationso is the email address the same as the domain as per post above?
In reply to: Hidden private forumCan you tell me if you’re using 2.5 or 2.5.1 of the private groups plugin?
In reply to: Per Forum Permissions by GroupWish I was a team !!
I suspect that this is how it works.
For participant roles I can use my plugin to tightly control access.
For moderators, originally moderators could see and moderate all forums.
I then amended this to allow them to moderate only forums with no group set or with their group set. However this related to moderation, I have sort of presumed that moderators could see other groups and have participant rights in them, just not moderate, as it was moderation that I was controlling.
I suspect that some users would like it as above, and others with no rights for other private forums, as you desire.
I’ll take another look at the code to see how easy it is to change, but moderation hits into many places in the core bbpress code, and I’m not sure how easy it would be to be that flexible.
In reply to: E-mail registration confirmationabove edited to correct typo’s !
In reply to: E-mail registration confirmationSounds like some email systems are ejecting mail
Does the email address in
Dashboard>settings>general match the domain
eg
Website http://www.mysite.com
Dashboard>settings>general fred@gmail.com
Doesn’t match, and many email systems will delete this email as spam
Website http://www.mysite.com
Dashboard>settings>general fred@mysite.com
does match as both are mysite, so emails are coming from the correct domain
Most host providers give email addresses that match the domain, and admins you can forward incoming mail to your ‘normal’ email or set them up a say pop3 email accounts.
In reply to: Edit the bbPress login widgetIt bugs me as well.
Two solutions I have documented
You can also copy the core file into your functions file, hack it and rename it. There are several places it needs renaming, and if you would like to post your working solution, I’ll happily make a functions file version, as long as I can use it publicly
In reply to: Closed Forum/Topic Still openno stupid post !! I spend lots of time looking for an answer that is right in front of me !!
In reply to: Closed Forum/Topic Still openlooks closed to me !
In reply to: Closed Forum/Topic Still openwhich forum and topic in the link you posted?
In reply to: v2.5.2 for download?no problem 🙂
In reply to: v2.5.2 for download?go to https://wordpress.org/plugins/bbpress/developers/
all versions are there
In reply to: Hidden private forumok, so set up that forums 1, 2, & 3 are private forums
Dashboard>forums>all forums and edit each to set visibility on right hand side to private
These will then only be seen by logged on users.
Then for forum 4 set up a group using private groups plugin
Dashboard>settings>bbp private groups and set up a group under the ‘group name’ settings tab
then set the private forum to this group
then set any special users to this group
In reply to: Move reply to different topicno problem !
ok, the post count is being out in by something called the bbps ranking system
the line in the browser comes out as
<div class=”bbps-post-count”>Post count: 0</div>
The only reference I can find to this is in this topic
(CSS Review Needed) Switching poster picture and link to UserPro
where the plugin author talks about adding different bbpress templates, which add this line – in the example in the link above it shows as
<div class="bbps-post-count"><?php printf( __( 'Post count: %s', 'Avada' ), bbp_get_user_reply_count_raw(bbp_get_reply_author_id()) ); ?></div>
which of course references the avada theme !!!
If Avada hasn’t asked you to change bbpress files, then I suspect that they might be using the same hook I use to make this appear – suggest you refer Avada back to this post, and ask then if they have a hook to
do_action (‘bbp_theme_after_reply_author_details’) or can explain why that line appears
no it isn’t a default, I have a plugin that does this
https://wordpress.org/plugins/bbp-topic-count/
what other plugins are you using?
@j0n4h – what are you using to show the post count?
In reply to: userpro topics replies for users in profile pagesorry what does that mean?