Search Results for 'how to invite to groups'
-
AuthorSearch Results
-
September 20, 2014 at 5:22 pm #198654
In reply to: Group creation settings blank
daveodea
ParticipantHi,
Yes creation is enabled for all users.
> Same problem for when logged in as subscriber role.
> i don’t see a plugins/bp-custom.php ?
> i viewed the source and can see the form:
[edited for length] <div class=”entry-content”> <div id=”buddypress”> <form action=”http://csuni.org/home/groups/create/step/group-settings/” method=”post” id=”create-group-form” class=”standard-form” enctype=”multipart/form-data”> <div class=”item-list-tabs no-ajax” id=”group-create-tabs” role=”navigation”> 1. Details <li class=”current”><span>2. Settings</span> <span>3. Forum</span> <span>4. Avatar</span> <span>5. Invites</span> </div> <div class=”item-body” id=”group-create-body”> <div class=”submit” id=”previous-next”> <input type=”button” value=”Back to Previous Step” id=”group-creation-previous” name=”previous” onclick=”location.href=’http://csuni.org/home/groups/create/step/group-details'”/> <input type=”submit” value=”Next Step” id=”group-creation-next” name=”save”/> </div> <input type=”hidden” name=”group_id” id=”group_id” value=”0″/> </div> </form>September 3, 2014 at 11:46 am #189026danbp
ParticipantHere a little reminder.
Private group access:
This is a private group. To join you must be a registered site member and request group membership.Hidden group access:
Hidden groups are not listed on group directory, for visitors and members. This is explained in the 1st step of the group creation page.
You must be invited to join a hidden group. Once accepted, you see this hidden group only in your group list. Additionnaly, you have to be friends first before you can invite a member to join a hidden group.If you try to access a hidden group as visitor, you’ll see a 404 page. Same thing if you’re logged-in and not member of the hidden group.
The group widget works like the group directory, and use the same filters (active, popular, newest). The widget is just smaller. And like the group directory, the widget doesn’t mention the hidden groups, even if you’re member of such a group.
So, I guess it is not a issue.
August 25, 2014 at 11:44 pm #188486In reply to: [Resolved] Group Edit Dashboard broken
SeeingBlueS2
Participantbp_groups
id creator_id name slug description status enable_forum date_created 15 1 Twitch Network twitch-network Reserved for members of the Great Architect Twitch... private 1 2014-08-25 18:25:30bp_groups_groupmeta
id group_id meta_key meta_value 50 15 total_member_count 1 51 15 last_activity 2014-08-25 18:25:30 52 15 invite_status admins 53 15 forum_id a:1:{i:0;i:2683;} 54 15 _bbp_forum_enabled_2683 1bp_groups_members
id group_id user_id inviter_id is_admin is_mod user_title date_modified comments is_confirmed is_banned invite_sent 29 15 1 0 1 0 Group Admin 2014-08-25 18:25:18 1 0 0Everything looks ok in the database.
I also tried using the twentyfourteen theme and it didn’t help. Still not displaying the proper information in the dashboard under groups.
August 25, 2014 at 9:22 pm #188472danbp
ParticipantHi @doremdou
BP group activities notifier perhaps ?There is also Buddypress Notification Manager which make this for groups
- A member invites you to join a group
- Group information is updated
- You are promoted to a group administrator or moderator
- A member requests to join a private group for which you are an admin
it does not send notifications when SOMEONE JOINS the group and I need it
You need it ? Well, but that isn’t enough !
Who should receive the notif ?Both are old, and the 2nd is still working with 2.0.2.
July 25, 2014 at 7:14 pm #185576@mercime
ParticipantYou can either copy over https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-templates/bp-legacy/buddypress/groups/create.php by adding buddypress/groups/ folders and add changes yo want to make after line #185 OR add info by hooking into
do_action( 'bp_before_group_invites_creation_step' );for the Group Invite section in your theme’s functions.php fileJuly 4, 2014 at 8:13 am #184797notpoppy
Participant@netweb. Thanks for the reply, glad to have helped identify a bug! I’m not sure it’s solved my problem however.
In my database in
bb_forumstheforums_idsare numbered 1 through to 50. And inwp_bp_groupsthe ids are numbered 1 through to 50. Group id 1 corresponds to forum id 1, group id 2 corresponds to forum id 2 and so on.However wp_bp_groups_groupmeta contains the following:
id group_id meta_key meta_value 1 1 last_activity 2014-02-27 10:56:36 2 1 total_member_count 2303 3 1 forum_id a:1:{i:0;i:127625;} 4 1 invite_status members 5 2 last_activity 2014-02-19 08:31:05 6 2 total_member_count 456 7 2 forum_id a:1:{i:0;i:127626;} 8 2 invite_status members 9 3 last_activity 2014-03-18 22:54:20 10 3 total_member_count 620 11 3 forum_id a:1:{i:0;i:127627;} 12 3 invite_status members 13 4 last_activity 2014-02-23 20:14:08 14 4 total_member_count 272 15 4 forum_id a:1:{i:0;i:127628;} 16 4 invite_status membersSo I’m not sure how those six-digit
meta_valuescorrespond to my forums.The group I’m having the problem with has
group_id26 and should be associated with the forum which has id 26, but instead is associated with 7. As you’d expect based on the above its value is a:1:{i:0;i:127650;}Is there somewhere else in the database where these longer values are connected to the correct
forum_ids? As I say I’ve been looking but not found anything obvious.July 4, 2014 at 6:07 am #184795Stephen Edgar
ModeratorIt looks like there is a bug in bbPress’ repair tool 🙁
If you grab the bbPress forum ID e.g.
25Open up
wp_bp_groups_groupmetaYou should see something similar to this:
id group_id meta_key meta_value 1 1 total_member_count 2 2 1 last_activity 2014-06-26 00:37:33 3 1 invite_status members 4 2 total_member_count 1 5 2 last_activity 2013-11-03 10:35:12 6 2 invite_status members 7 3 total_member_count 1 8 3 last_activity 2013-11-03 10:37:53 9 3 invite_status members 10 1 forum_id a:1:{i:0;i:25;} 11 2 forum_id a:1:{i:0;i:27;} 12 3 forum_id a:1:{i:0;i:29;}So for group group ID
1the bbPress forum ID25is stored asa:1:{i:0;i:25;}(serialized array), thus change the25to the correct bbPress forum ID you need.I’ll go write up a fix for bbPress repair tools for the next release 🙂
June 14, 2014 at 11:21 pm #184060surachar
ParticipantHi Again,
I solved this by recreating each group using the info in the group forums listing, and by choosing not to create a forum for the group. After creating the new group, I went to Groups in the admin panel, selected the new group for editing, checked the ‘I want a forum for this group’ box, and chose my already existing forum group and associated it with the ‘new’ group. Glad I didn’t have a lot of groups(!) Also necessary, is to re-invite your members to re-join the groups. It seems all this could have been avoided by having more users than just myself as admins for the groups. Live and learn. I hope this helps someone, and if this isn’t in the documentation, I sincerely hope you will add it, along with a warning when someone is about to delete a user who is the creator and only admin of a group. Would be nice if you could be prompted to reassign the groups to another user, as is offered with posts.
Thanks.
Kind Regards,
Sura
June 8, 2014 at 6:34 am #183797In reply to: Buddypress Count Codes
david_fly
Participant<? bp_friend_total_requests_count(); ?>
<? bp_total_unread_messages_count(); ?><? bp_total_mention_count_for_user($bp->loggedin_user)?>
<? $groups = groups_get_invites_for_user(bp_loggedin_user_id());$groupsInviteCount = $groups[‘total’];?>
<? echo $groupsInviteCount?>April 30, 2014 at 3:37 am #182228In reply to: Buddypress "bp-core.php" fatal error
critta10
ParticipantI went through all the files and deleted out the “&” sign as the fatal error called for and then when finished this popped up:
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/invite-anyone/by-email/by-email.php on line 51
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-core.php on line 101
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-core.php on line 114
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-core.php on line 160
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-core.php on line 177
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-activity.php on line 79
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 69
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-forums.php on line 20
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-friends.php on line 39
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-groups.php on line 75
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-messages.php on line 72
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-xprofile.php on line 105
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-core/bp-core-settings.php on line 10
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-activity.php on line 980
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-activity.php on line 980
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-activity.php on line 980
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-activity.php on line 980
Warning: Creating default object from empty value in /home4/unione/public_html/wp-content/plugins/buddypress/bp-activity.php on line 980
Warning: Cannot modify header information – headers already sent by (output started at /home4/unione/public_html/wp-content/plugins/invite-anyone/by-email/by-email.php:51) in /home4/unione/public_html/wp-includes/pluggable.php on line 876
Recommendations?
April 9, 2014 at 8:17 pm #181034wbrown
ParticipantI have updated the bottom portion of code the following:
function my_bp_groups_forum_first_tab() {
global $bp;$bp->bp_options_nav[$bp->groups->current_group->slug][‘admin’][‘position’] = 1;
$bp->bp_options_nav[$bp->groups->current_group->slug][‘home’][‘position’] = 2;
$bp->bp_options_nav[$bp->groups->current_group->slug][‘members’][‘position’] = 4;
$bp->bp_options_nav[$bp->groups->current_group->slug][‘hierarchy’][‘position’] = 6;
$bp->bp_options_nav[$bp->groups->current_group->slug][‘forum’][‘position’] = 8;
$bp->bp_options_nav[$bp->groups->current_group->slug][‘send-invites’][‘position’] = 10;
$bp->bp_options_nav[$bp->groups->current_group->slug][‘media’][‘position’] = 30;
$bp->bp_options_nav[$bp->groups->current_group->slug][‘docs’][‘position’] = 90;}
add_action(‘wp’, ‘my_bp_groups_forum_first_tab’);
It seems to have worked, except for the “hierarchy’ tab. This is for subgroups and for some reason refuses to be anything but the last item in line.
April 8, 2014 at 6:37 pm #180983In reply to: add new members to group
tajenli
ParticipantI am new to BuddyPress as well. From what I have tested, you can only add new members to group from backend Dashboard “Groups” menu. By default, this “Groups” menu is only accessible by site admin.
However, you can setup group admin and moderator. Both roles can invite friends to the group. This requires the friends feature enabled. Group admin\moderator have to add other users to their friend list. Then they can invite these friends of their own to the group.
I hope this help!
I also try to give group admin the ability to add new member directly (instead through dashboard “Groups” menu or invitation), but no luck so far. If anyone knows there is a plugin can do so, please let me know.
March 24, 2014 at 12:31 am #180221Doremdou
ParticipantHello @modemlooper thank you for your answer 🙂
Yes I did read all comments and as you can see in my code I added:
groups_update_groupmeta( $id, ‘invite_status’, ‘members’ );
(It is the only thing in the comments or did I miss something?)All groups are well displayed it is not the problem.
It is just that they are well counted in the “General Groups Counter” (All groups 140)
but not counted in the
“Group List Counter” (Viewing group 61 to 80 (of 111 groups))
as you can see on my screenshot :/March 14, 2014 at 2:50 pm #179784In reply to: Notification Management
colabsadmin
ParticipantI’ve been playing around with the filtering aspect. Turns out Buddypress has a filter built in, so all you need to do is add a form (dropdown) to use it. I haven’t fully tested this but seems to work. I need a way to determine all possible notification component names and actions so it will autopopulate the dropdown when new plugins use notifications.
I copied /plugins/buddypress/bp-template/members/single/notifications.php to my child theme and added the following right below the bp_notifications_sort_order_form call
<li id="members-filter-select" class="last filter"> <?php qd_notifications_filter_form(); ?> </li>Then in my functions.php file, I added the dropdown code (I basically stole this from the code that generates the sort by date dropdown.
function qd_notifications_filter_form() { // Setup local variables // Need to figure out a way to autopopulate this array $searchterms = array( 'new_at_mention', 'bbp_new_reply','new_message','friendship_accepted','friendship_request','group_invite','localgroupnotifier','ac_notifier' ); $selected = ''; // Check for a custom sort_order if ( !empty( $_REQUEST['s'] ) ) { if ( in_array( $_REQUEST['s'], $searchterms ) ) { $selected = $_REQUEST['s']; } } ?> <form action="" method="get" id="notifications-filter"> <label for="notifications-filter-list"><?php esc_html_e( 'Filter By:', 'buddypress' ); ?></label> // need to loop through this instead of hardcoding the options. <select id="notifications-filter-list" name="s" onchange="this.form.submit();"> <option value="" <?php selected( $selected, '' ); ?>><?php _e( 'All', 'buddypress' ); ?></option> <option value="new_at_mention" <?php selected( $selected, 'new_at_mention' ); ?>><?php _e( 'Mentions', 'buddypress' ); ?></option> <option value="bbp_new_reply" <?php selected( $selected, 'bbp_new_reply' ); ?>><?php _e( 'Forums', 'buddypress' ); ?></option> <option value="new_message" <?php selected( $selected, 'new_message' ); ?>><?php _e( 'Messages', 'buddypress' ); ?></option> <option value="ac_notifier" <?php selected( $selected, 'ac_notifier' ); ?>><?php _e( 'Activity', 'buddypress' ); ?></option> <option value="localgroupnotifier" <?php selected( $selected, 'localgroupnotifier' ); ?>><?php _e( 'Groups', 'buddypress' ); ?></option> <option value="friendship_accepted" <?php selected( $selected, 'friendship_accepted' ); ?>><?php _e( 'Friend Accepts', 'buddypress' ); ?></option> <option value="friendship_request" <?php selected( $selected, 'friendship_request' ); ?>><?php _e( 'Friend Requests', 'buddypress' ); ?></option> </select> <noscript> <input id="submit" type="submit" name="form-submit" class="submit" value="<?php _e( 'Go', 'buddypress' ); ?>" /> </noscript> </form> <?php }March 5, 2014 at 8:40 pm #179350Doremdou
ParticipantI tried to create a shortcode to show the join/leave button using the buddypress-functions but can’t make it to work… 🙁
What am I doing wrong?I would like a shortcode like this :
[groupbutton name=”party1″]
I tried with this code for a join button only at first:
add_shortcode( 'groupbutton', 'groupbutton_check_shortcode' ); function groupbutton_check_shortcode( $attr ) { extract( shortcode_atts( array( 'name' => 'read' ), $attr ) ); $current_group_id = BP_Groups_Group::get_id_from_slug($name); $group = groups_get_group( array( 'group_id' => $current_group_id ) ); if(bp_loggedin_user_id()) { if( 'public' == $group->status ) { echo '<a id="group-' . esc_attr( $current_group_id ) . '" class="join-group" rel="join" title="' . __( 'Join Group', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'join', 'groups_join_group' ) . '">' . __( 'Join Group', 'buddypress' ) . '</a>'; } } }I am not a developer at all so I dont understand everything but I am trying… :/
Cant figure what I am doing wrong… and why it does not display anything at all.Thank you for your help and sorry for my bad english 🙂
PS: I would like to use all cases of buttons like here on the buddypress-functions.php:
function bp_legacy_theme_ajax_joinleave_group() { // Bail if not a POST action if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) ) return; // Cast gid as integer $group_id = (int) $_POST['gid']; if ( groups_is_user_banned( bp_loggedin_user_id(), $group_id ) ) return; if ( ! $group = groups_get_group( array( 'group_id' => $group_id ) ) ) return; if ( ! groups_is_user_member( bp_loggedin_user_id(), $group->id ) ) { if ( 'public' == $group->status ) { check_ajax_referer( 'groups_join_group' ); if ( ! groups_join_group( $group->id ) ) { _e( 'Error joining group', 'buddypress' ); } else { echo '<a id="group-' . esc_attr( $group->id ) . '" class="leave-group" rel="leave" title="' . __( 'Leave Group', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'leave-group', 'groups_leave_group' ) . '">' . __( 'Leave Group', 'buddypress' ) . '</a>'; } } elseif ( 'private' == $group->status ) { // If the user has already been invited, then this is // an Accept Invitation button if ( groups_check_user_has_invite( bp_loggedin_user_id(), $group->id ) ) { check_ajax_referer( 'groups_accept_invite' ); if ( ! groups_accept_invite( bp_loggedin_user_id(), $group->id ) ) { _e( 'Error requesting membership', 'buddypress' ); } else { echo '<a id="group-' . esc_attr( $group->id ) . '" class="leave-group" rel="leave" title="' . __( 'Leave Group', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'leave-group', 'groups_leave_group' ) . '">' . __( 'Leave Group', 'buddypress' ) . '</a>'; } // Otherwise, it's a Request Membership button } else { check_ajax_referer( 'groups_request_membership' ); if ( ! groups_send_membership_request( bp_loggedin_user_id(), $group->id ) ) { _e( 'Error requesting membership', 'buddypress' ); } else { echo '<a id="group-' . esc_attr( $group->id ) . '" class="membership-requested" rel="membership-requested" title="' . __( 'Membership Requested', 'buddypress' ) . '" href="' . bp_get_group_permalink( $group ) . '">' . __( 'Membership Requested', 'buddypress' ) . '</a>'; } } } } else { check_ajax_referer( 'groups_leave_group' ); if ( ! groups_leave_group( $group->id ) ) { _e( 'Error leaving group', 'buddypress' ); } elseif ( 'public' == $group->status ) { echo '<a id="group-' . esc_attr( $group->id ) . '" class="join-group" rel="join" title="' . __( 'Join Group', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'join', 'groups_join_group' ) . '">' . __( 'Join Group', 'buddypress' ) . '</a>'; } elseif ( 'private' == $group->status ) { echo '<a id="group-' . esc_attr( $group->id ) . '" class="request-membership" rel="join" title="' . __( 'Request Membership', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'request-membership', 'groups_send_membership_request' ) . '">' . __( 'Request Membership', 'buddypress' ) . '</a>'; } } exit; } /** * Close and keep closed site wide notices from an admin in the sidebar, via a POST request. * * @return mixed String on error, void on success * @since BuddyPress (1.2) */ function bp_legacy_theme_ajax_close_notice() { // Bail if not a POST action if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) ) return; if ( ! isset( $_POST['notice_id'] ) ) { echo "-1<div id='message' class='error'><p>" . __( 'There was a problem closing the notice.', 'buddypress' ) . '</p></div>'; } else { $user_id = get_current_user_id(); $notice_ids = bp_get_user_meta( $user_id, 'closed_notices', true ); $notice_ids[] = (int) $_POST['notice_id']; bp_update_user_meta( $user_id, 'closed_notices', $notice_ids ); } exit; }March 2, 2014 at 12:14 am #179138DennisBarkerCV
Participantsimple-man,
I prefer to run the bbPress forum plugin as it integrates well with Buddypress.Using a forum plugin is a way to get your site members and visitors to engage in the discussion and encourage them to return to the site regularly.It really depends on the specific community,some prefer to comment on a blog or podcast,others prefer forums.All you can do is set up one forum and invite people to take part and then make a judgement about whether the level of interaction justifies a forum per group or just a forum for certain groups.
December 17, 2013 at 7:13 pm #175661In reply to: cant create new topic (and) reply
wolfied
ParticipantIn fact, my problem turned out to be resolved with one simple answer which needs to be answered by any of you.
Without joining a group,can you post under that group on BuddyPress ? Is there any chance of it ?
Anything under the “groups” i.e. http://inviteshare.net/groups/youtube-favs/forum/ needs a joined member to post. Otherwise, it doesnt let the members. After joining that group, users can post. Does that work the same for anyone ?
December 9, 2013 at 12:23 pm #175309In reply to: Different types of friendships
koendb
ParticipantFriendships need to be accepted by both parties. It could be easier for you to make all the bands ‘groups’. That way bands could invite members to become a fan and when the groups are open to accept every members, any member can become a fan with 1 click.
Next to that, fans can see other fans of the same band and become friends with each other and every band could have their own forum.
Maybe an option for you?
November 25, 2013 at 4:34 pm #174796In reply to: How to make a simple conditional check
Shmoo
ParticipantUpdate:
One conditional I got done by looking at some other template files..
Inside the Group Activity template ( groups/single/activity.php ) I found this PHP tag and from reading the lines of code I could tell this was what I’m looking for.IF user_is_logged_in AND = group_member do that 🙂
<?php if ( is_user_logged_in() && bp_group_is_member() ) : ?> <li><a class="button" href="<?php bp_group_permalink(); ?>send-invites/"><i class="fi fi-megaphone"></i></a></li> <?php endif; ?>One more to go..
November 4, 2013 at 1:15 pm #173778In reply to: [Resolved] groups_invite_user do nothing
elpix
ParticipantSolution found !
I was calling my script too early.
Now I call it in the footer and no pb 🙂October 8, 2013 at 11:54 pm #172504In reply to: Using BuddyPress as a Professional Social Network
Henry
MemberBuddyPress with the help of the right plugins from the WordPress plugin repository (https://wordpress.org/plugins/) can do everything you’ve mentioned.
11. Projects: Members can start projects and invite other members to join (kind of groups)
This is the one point I’m not sure about off the top of my head. It may need some custom code as I’m not aware of a plugin that does this.
October 6, 2013 at 9:16 am #172367In reply to: Buddypress Groups for each specific post
excesscaravan
ParticipantThanks Rishikant.
Could I create a Buddypress group that only shows up on one post?
For post A, only certain Buddypress groups are displayed on the post.
For post B, another set of Buddypress group is displayed.
i.e. if I have a post “Cooking Class on Sunday” – I would like my users to be able to create groups under this post and invite other users to join.
“Cooking Class on Sunday” groups will only display on the page, and not another page such as “Music Class on Sunday”
THANKS SO MUCH!!!
September 29, 2013 at 2:56 am #171950In reply to: considering BuddyPress
modemlooper
Moderator1. members are searched by profile fields
2. you can create unlimited profile fields
3. there may be an events plugin
4. BP has invite only private groups
5. there was a geo plugin, not sure its up to date
6. members are unlimitedSeptember 11, 2013 at 8:52 pm #171170In reply to: Problem Adding New Members to a Group
bp-help
Participant@mirgcire
That one may work you may also wanna try out these as well:
https://wordpress.org/plugins/bp-registration-options/
https://wordpress.org/plugins/invite-anyone/
https://wordpress.org/plugins/buddypress-registration-groups-1/
These may help get you close to what your looking for!September 11, 2013 at 8:27 pm #171166In reply to: Unable to add user to group
wernerk
ParticipantJust a long shot… do you use an e-mail address as username?
Have a look at my question https://buddypress.org/support/topic/problem-with-email-adress-as-username/ from some months ago. Unfortunately nobody replied.
Workaround is to to create usernames without @ (we always create users ourselves, completely private groups, members need to be invited).
Didn’t check recently if the problem has been resolved or not.Installed a plugin for users to login with their e-mail address or their username (which they typically forget) Plugin is WP Email Login: *Allows you to log into WordPress using your email address instead of a(nother) username.* Can be found at https://wordpress.org/plugins/wp-email-login/
Don’t know if you might have a similar issue.
-
AuthorSearch Results