Forum Replies Created
-
Thank you!
Thank you, Vapvarun. I used the codes at the bottom of bp-groups-template.php and bp-members-template.php. Without success. Then I put in into my functions.php in my child-theme, no results.
Perhaps I did something wrong?
Thank you Jonas! I have put the code: <?php bp_has_members(bp_ajax_querystring(‘members’).’&per_page=150′))?> in index.php, members-loop.php and in bp-memberstemplate.php. Without success. Any more suggestions?
Same question here!
Thank you @mercime. My solution mentioned above is working website-wide (and I like that):
<script type="text/javascript"> window.onload = function(){ var titled = document.querySelectorAll('[title]'); var numTitled = titled.length; var i = 0; for (i=0; i<numTitled; i++){ titled[i].removeAttribute('title'); } }; </script>
I think I only need an Ajax refresh. Perhaps this plugin is suitable: https://wordpress.org/plugins/ajaxize/
I ‘ll give it a try.Thanks Danbp. My skills concerning JS are copy-paste! Maybe someone else can help with an Ajax refresh solution?
Hi there,
Someone any clue?
I mean the dashboard edit-group screen, where admin can add new members by filling out the members username.
I ‘d rather use the user-ID, that is in my case much easier.
I think I have to change something in some file, but don’t know what and where.
Any assistance would be very helpfull!Well, I did some testing. Now the hidden group does not appear in any browser by loggin-in as group-moderator of as a normal group member. I don’t know why. The url is e.g. http://www.example.com/user-groups/. When I add group1 (www.example.com/user-groups/group1) I see all the members of the group, like it should be. However, when I log in as admin, I see all the hidden groups. I hope this will help to receive some advice. Thanks!
And when I change the group-setting from hidden to public, the group appears normally in IE, but I have to use the hidden-setting.
Thank you for your reaction Paul. Yes, when I log in as a group-member the hidden group appears in other browsers (like it should be), but not in my tested browsers Explorer 9 and 11.
Nobody there?:)
So I have a clean installation (no other plugins), default theme, no customisation of any kind.
And my the hidden groups are not visible in Explorer 9 and 11.
Do you think it ‘s a bug? I would welcome any suggestion.Thank you Henry for your suggestion, but it did not work for me. Meanwhile I installed this plugin: BP Group Management and that plugin solved the problem for me.