Search Results for 'profile fields'
-
AuthorSearch Results
-
June 13, 2018 at 4:19 pm #274374
In reply to: problem with mentions–admin
r-a-y
KeymasterThe strings “admin” and “firstname-lastname” are no present in the respective user profiles. Those phrases ONLY exist as the @-mention name that appears in the profile page across from the picture.
You kind of answered your own question.
The at-mention name uses the
user_nicenamefield from thewp_usersdatabase table. This can differ from the display name. Theuser_nicenameinfo also isn’t exposed in the WordPress admin dashboard, which is why you might be confused.If a user registered manually on your site, this would be the
Usernamethat they enter on the registration page. If you imported a bunch of users from another system, check your database with a web app like phpMyAdmin or Adminer. You can also use a command-line tool like wp-cli to view the user fields:You can also try using a plugin like Edit Author Slug if you want the ability to edit the
user_nicenamefield, but use with caution (untested):Test in a local environment before deploying on your live site.
June 8, 2018 at 3:11 pm #274231In reply to: Error Deleting Profile Fields
Venutius
ModeratorWork for me, also it’s the type of issue where I’d be thinking “do I have a plugin that’s checking to see if those fields are there and recreating them every time I delete them?” since creating a specific profile field is not something built into the BP code.
So the first questin is have you tried deactivating all plugins and seeing if the issue is unchanged?
June 8, 2018 at 6:25 am #274215In reply to: Profile field Visibility: Support Admin
onions2578
Participantyou could setup another buddypress site and use sync users to it https://premium.wpmudev.org/project/wordpress-user-synchronization/
and then ask users to share their info to experts there,
and rename to friends to experts, and all the profile fields default to share with experts only
works for me 🙂 and is better than what I had in mindp.s.
redirect registration to master site due to plugin one way syncJune 6, 2018 at 3:49 pm #274140In reply to: Profile field Visibility: Support Admin
onions2578
ParticipantSame question with answers: https://premium.wpmudev.org/forums/topic/xprofile-fields-only-visible-to-specific-role
June 4, 2018 at 8:37 am #274034dennis.cabasal
ParticipantHi Varun,
Thank you so much for the reply.
I did the testing with and without Buddypress Xprofile custom fields type on both versions (Version 1.0.0 and Version 2.6.3) but no luck on getting the front-end User profile SETTINGS to work (not displaying the settings page)
Also I even do the testing with newly install wordpress-4.9.6 and buddypress 3.0.0 only but still no luck as well on getting the front-end User profile SETTINGS to work (not displaying the settings page)
But when I try using the buddypress Version 2.9.3 and with xprofile custom fields type with versions: 1.0.0 and 2.6.3 all are working properly.
I dont know if the said issues is on buddypress version 3.0.0 that is not displaying the front-end users profile Settings page (General and Profile Visibility tab)
Thank you so much.
Best regards,
DennisJune 4, 2018 at 7:24 am #274031Varun Dubey
Participant@denniscabasal BuddyPress Xprofile Custom Fields Type: v2.6.3 is not compatible with BP3.0 You can check https://wordpress.org/plugins/bp-xprofile-custom-field-types/ which is new plugin based on Donmik’s plugin
June 4, 2018 at 5:51 am #274012dennis.cabasal
ParticipantHi Guys,
Im using the following versions:
Buddypress: Version 3.0.0
BuddyPress Xprofile Custom Fields Type: Version 2.6.3
BP Profile Shortcodes Extra: Version 1.4.0
BP Disable Activation Reloaded: Version 1.2.1I just noticed that the Users Profile Settings option page is not working. It does not show page anymore.
Please help.
Thank you so much.
Best regards,
DennisJune 3, 2018 at 12:08 pm #273998kitchin
ParticipantXprofile Custom Fields Type (version 2.6.3)
apparently has some problems and won’t be fixed. WordPress.org says:This plugin was closed on January 26, 2018 and is no longer available for download. Reason: Security Issue.
https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/
Someone just released a drop-in replacement with an easy migration path:
Xprofile Custom Field Type (version 1.0).
Note, no “s” in “Field.” Also, the directory is different!I’m trying it out. Though it doesn’t have a lot of downloads so far, the developer has other plugins on WordPress.org that have been around for a while.
Christian de Hillerin
ParticipantHow is a PROFILE FIELDS set In which the admin can write but the user does not write or delete.
June 1, 2018 at 3:29 pm #273892In reply to: Display Field Group On New Page
Venutius
ModeratorOne easy way could be to use BP Profile Shortcodes Extra, if has a shortcode to display a users profile fields. maybe you could do it that way?
May 31, 2018 at 2:38 pm #273810onions2578
Participantthe above just output buddypress group fields values anywhere I like [bpps_profile_field field=Life tab=LifeColors] but no edit values anywhere i like
Thank paul, I will check some survey plugins and sort some integration myself.
ultimate members plugin has shortcode to add profile fields editing areas I think but only works with registration and base profile fields and not buddypress group fields
any example of code (for editing profile group fields) on homepage or best buddypress survey plugins I can customize would help
May 31, 2018 at 11:52 am #273806onions2578
ParticipantTHis is what I was looking for
I am installing now, and may post updates if not what I want.
I found these by searching “wordpress profile fields shortcodes” and there are heap more that I can use with buddypress
Took over 10 hours researching before I tried this search termMay 30, 2018 at 7:31 pm #273779In reply to: Error (500) after update from BP 2.9.2 to 3.0.0
Venutius
ModeratorBuddyPress Xprofile Fields Type has been withdrawn and if unsupported.
If you do a lookup for BuddyPress Xprofile Custom Fields (note the extra s) you will find that there’s a new fork of this plugin that should fix the problem.
May 24, 2018 at 9:00 pm #273494r-a-y
KeymasterBuddyPress currently doesn’t support the WordPress default bio fields for the Extended Profiles component.
There is a ticket that might add this functionality in a future version:
https://buddypress.trac.wordpress.org/ticket/7162May 24, 2018 at 2:27 am #273430omkarsawant1
Participanthello,
add_action(‘bp_after_profile_edit_content’,’edit_appointment_settings_xprofile’);// Displays Editable Fields for Appointments+ email and phone
function edit_appointment_settings_xprofile(){
// Only Logged in users can make these edits
$profileuser = wp_get_current_user();?>
<h3><?php _e(“Appointments+ Settings”, ‘appointments’); ?></h3>
<form method=”post” action =” “id=”appointment-edit-form” class=”standard-form”>
<table class=”form-table”>
<tr>
<th><label><?php _e(“My email for A+”, ‘appointments’); ?></label></th>
<td>
<input type=”text” style=”width:25em” name=”app_email” value=”<?php echo get_user_meta( $profileuser->ID, ‘app_email’, true ) ?>” <?php echo $is_readonly ?> />
</td>
</tr>
<tr>
<th><label><?php _e(“My Phone”, ‘appointments’); ?></label></th>
<td>
<input type=”text” style=”width:25em” name=”app_phone” value=”<?php echo get_user_meta( $profileuser->ID, ‘app_phone’, true ) ?>”<?php echo $is_readonly ?> />
</td>
</tr>
<input name=”action” type=”hidden” value=”save_xprofile” />
// Add other fields like location etc .. here if needed</table>
<div class=”submit”>
<input type=”submit” action = “” name=”appointment-edit-form-submit” id=”appointment-edit-form-submit” value=”Save” />
</div>
<?
regards
omkar
https://luckypatcher.pro/ https://kodi.software https://plex.software/May 23, 2018 at 10:02 pm #273425In reply to: Viewing Extended Profile Data for Pending Users
keyston
Participanthow to display ‘view link’ to xprofile’s file fields ?
https://asseump.org/wp-content/uploads/2018/05/Capturar-1024×697.png
May 23, 2018 at 10:01 pm #273424In reply to: How to view pending signup profile fields
keyston
Participantdoes not display ‘view link’ to xprofile file fields
https://asseump.org/wp-content/uploads/2018/05/Capturar-1024×697.png
Christian de Hillerin
ParticipantThank you so much.
Want to tell me how admin can include group members.
How do I make friends? for group invitations.My page is a record for members of a new political party.
1 the superadmin, editor of 80 80 groups with contributors.
Each Member shall be recorded as a Subscriber.
After approval becomes contributor.
Contributorul does not see than personal data and may modify data online.
The Publisher sees all the data in the group.
Superadmin has access general.
In Register and Profile form it takes several fields that I see but cannot be modified.I appreciate help volunteer and give a donation.
May 19, 2018 at 7:04 am #273180In reply to: ERROR: Call to a member function close() on null
Venutius
ModeratorYes, with xProfile once you have configured the field from the plugin, BP remembers those settings so you no longer need the plugin, however you’d need it to add new fields supported by the plugin. I’ve put in a request to include this plugins features in BP core, if that happens you should get the ongoing support that is required.
I guess regarding your backup issue the next step is to check with that plugins support pages and report the issue there. WP also updated at the same time as BP so it’s not inconceivable that the error stems from that.
May 19, 2018 at 2:27 am #273176In reply to: Sorting my custom members-loop-2 loses the filtering
panosa1973
ParticipantIs this a bug? I’ve been trying to figure this out for days. Why does my custom member directory revert to the default when I sort it??? I load it, it works fine and outputs the filtered users. I sort it by Alphabetical order (for example) and it gives me all users again. Does anyone have an idea why this is happening?
[members-loop-2.php]
<?php /** * BuddyPress - Members Loop * * Querystring is set via AJAX in _inc/ajax.php - bp_legacy_theme_object_filter() * * @package BuddyPress * @subpackage bp-legacy */ /** * Fires before the display of the members loop. * * @since 1.2.0 */ do_action( 'bp_before_members_loop' ); ?> <?php if ( bp_get_current_member_type() ) : ?> <p class="current-member-type"><?php bp_current_member_type_message() ?></p> <?php endif; ?> <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) .'&include=' .get_user_matches() ) ) : ?> <div id="pag-top" class="pagination"> <div class="pag-count" id="member-dir-count-top"> <?php //bp_members_pagination_count(); ?> </div> <div class="pagination-links" id="member-dir-pag-top"> <?php bp_members_pagination_links(); ?> </div> </div> <?php /** * Fires before the display of the members list. * * @since 1.1.0 */ do_action( 'bp_before_directory_members_list' ); ?> <ul id="members-list" class="item-list" aria-live="assertive" aria-relevant="all"> <?php while ( bp_members() ) : bp_the_member(); ?> <li <?php bp_member_class(); ?>> <div class="item-avatar"> <a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar(); ?></a> </div> <div class="item"> <div class="item-title"> <a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a> <?php if ( bp_get_member_latest_update() ) : ?> <span class="update"> <?php bp_member_latest_update(); ?></span> <?php endif; ?> </div> <div class="item-meta"><span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_member_last_active( array( 'relative' => false ) ) ); ?>"><?php bp_member_last_active(); ?></span></div> <?php /** * Fires inside the display of a directory member item. * * @since 1.1.0 */ do_action( 'bp_directory_members_item' ); ?> <?php /*** * If you want to show specific profile fields here you can, * but it'll add an extra query for each member in the loop * (only one regardless of the number of fields you show): * * $xGender = bp_member_profile_data( 'field=Gender' ); */ ?> </div> <div class="action"> <?php /** * Fires inside the members action HTML markup to display actions. * * @since 1.1.0 */ do_action( 'bp_directory_members_actions' ); ?> </div> <div class="clear"></div> </li> <?php endwhile; ?> </ul> <?php /** * Fires after the display of the members list. * * @since 1.1.0 */ do_action( 'bp_after_directory_members_list' ); ?> <?php bp_member_hidden_fields(); ?> <div id="pag-bottom" class="pagination"> <div class="pag-count" id="member-dir-count-bottom"> <?php //bp_members_pagination_count(); ?> </div> <div class="pagination-links" id="member-dir-pag-bottom"> <?php bp_members_pagination_links(); ?> </div> </div> <?php else: ?> <div id="message" class="info"> <p><?php _e( "Sorry, no members were found.", 'buddypress' ); ?></p> </div> <?php endif; ?> <?php /** * Fires after the display of the members loop. * * @since 1.2.0 */ do_action( 'bp_after_members_loop' );[index-2.php]
‘<?php
/**
* BuddyPress – Members
*
* @package BuddyPress
* @subpackage bp-legacy
*//**
* Fires at the top of the members directory template file.
*
* @since 1.5.0
*/
do_action( ‘bp_before_directory_members_page’ ); ?><div id=”buddypress”>
<?php
/**
* Fires before the display of the members.
*
* @since 1.1.0
*/
do_action( ‘bp_before_directory_members’ ); ?><?php
/**
* Fires before the display of the members content.
*
* @since 1.1.0
*/
do_action( ‘bp_before_directory_members_content’ ); ?><?php /* Backward compatibility for inline search form. Use template part instead. */ ?>
<?php if ( has_filter( ‘bp_directory_members_search_form’ ) ) : ?><div id=”members-dir-search” class=”dir-search” role=”search”>
<?php bp_directory_members_search_form(); ?>
</div><!– #members-dir-search –><?php else: ?>
<?php bp_get_template_part( ‘common/search/dir-search-form’ ); ?>
<?php endif; ?>
<?php
/**
* Fires before the display of the members list tabs.
*
* @since 1.8.0
*/
do_action( ‘bp_before_directory_members_tabs’ ); ?><form action=”” method=”post” id=”members-directory-form” class=”dir-form”>
<div class=”item-list-tabs” id=”subnav” aria-label=”<?php esc_attr_e( ‘Members directory secondary navigation’, ‘buddypress’ ); ?>” role=”navigation”>
-
<?php
/**
* Fires inside the members directory member sub-types.
*
* @since 1.5.0
*/
do_action( ‘bp_members_directory_member_sub_types’ ); ?><li id=”members-order-select” class=”last filter”>
<label for=”members-order-by”><?php _e( ‘Order By:’, ‘buddypress’ ); ?></label>
<select id=”members-order-by”>
<option value=”active”><?php _e( ‘Last Active’, ‘buddypress’ ); ?></option>
<option value=”newest”><?php _e( ‘Newest Registered’, ‘buddypress’ ); ?></option><?php if ( bp_is_active( ‘xprofile’ ) ) : ?>
<option value=”alphabetical”><?php _e( ‘Alphabetical’, ‘buddypress’ ); ?></option>
<?php endif; ?><?php
/**
* Fires inside the members directory member order options.
*
* @since 1.2.0
*/
do_action( ‘bp_members_directory_order_options’ ); ?>
</select></div>
<h2 class=”bp-screen-reader-text”><?php
/* translators: accessibility text */
_e( ‘Members directory’, ‘buddypress’ );
?></h2><div id=”members-dir-list” class=”members dir-list”>
<?php bp_get_template_part( ‘members/members-loop-2’ ); ?>
</div><!– #members-dir-list –><?php
/**
* Fires and displays the members content.
*
* @since 1.1.0
*/
do_action( ‘bp_directory_members_content’ ); ?><?php wp_nonce_field( ‘directory_members’, ‘_wpnonce-member-filter’ ); ?>
<?php
/**
* Fires after the display of the members content.
*
* @since 1.1.0
*/
do_action( ‘bp_after_directory_members_content’ ); ?></form><!– #members-directory-form –>
<?php
/**
* Fires after the display of the members.
*
* @since 1.1.0
*/
do_action( ‘bp_after_directory_members’ ); ?></div><!– #buddypress –>
<?php
/**
* Fires at the bottom of the members directory template file.
*
* @since 1.5.0
*/
do_action( ‘bp_after_directory_members_page’ );
‘May 18, 2018 at 9:34 pm #273175In reply to: ERROR: Call to a member function close() on null
ma3ry
ParticipantThank you for the suggestion. I deactivated the XProfile plugin first and ran the backup job – still had the error, so I deactivated the BuddyPress plugin and ran the backup job again. I still have the error. I guess I’m going to have to look into this further.
One thing I did notice when I deactivated the XProfile plugin, I retained all my current extra fields. The only one I had a problem with is birthdate. It used to show age, not birthdate. Perhaps there is a plugin that will deal with just this issue. I’ll have to look around.
Thank you again for all your excellent help. I really appreciate it!!!!
May 18, 2018 at 8:50 pm #273172In reply to: ERROR: Call to a member function close() on null
ma3ry
ParticipantYes, I think it is the same issue as the one I originally wrote about re XProfile Custom Fields showing an error on my dashboard.
I got the notification on the dashboard first, then I saw that my backups also had problems. I think both are related to the same plugin.
Your solution helped with the dashboard issue. It is no longer showing.
May 18, 2018 at 8:39 pm #273169In reply to: ERROR: Call to a member function close() on null
Venutius
ModeratorI don’t think the changes I’ve made could have caused that, I only updated the version checking which is internal to the plugin and not referenced by other, and I didn’t change any data that was being recorded in the database. If you deactivate xprofile custom fields, does the problem go away?
May 18, 2018 at 8:16 pm #273165In reply to: ERROR: Call to a member function close() on null
ma3ry
ParticipantIs anyone likely to update BuddyPress Xprofile Custom Fields?
May 18, 2018 at 6:22 pm #273158In reply to: ERROR: Call to a member function close() on null
Varun Dubey
Participant -
AuthorSearch Results