Forum Replies Created
-
Author
-
frien337Participant
Hi Again,
I tried on a fresh install with no other plugins and the issue still exists. How were you able to get it working on your end? I will email you my admin login details to have a better look.
Thanks, Ryan
frien337ParticipantThanks, but I tried that previously and it did work but the user then gets redirected to the dashboard and not the home menu. I’ll re-install everything later on and I will let you know if that has worked, after all, it works for you 🙂
Do let me know if you come up with any other ideas in the meantime?
frien337ParticipantI forgot to mention that the user can login if he refreshes his page while the login screen is hanging saying “Sending info, please wait…”.
frien337ParticipantSure 🙂 The plugin is “BP XProfile WordPress User Sync“. With that enable, it pulled through every field and added them to my profile header – it did not to the same for the activity wall, messages and friend pages.
frien337ParticipantHello, I thought I’d let everyone know that this issue was caused by a plugin conflict and works fine once the plugin was deactivated 🙂
frien337ParticipantHello, thought I’d let everyone know that this issue was resolved. It turned out that there was a conflict with one of my plugins 🙁
frien337ParticipantHi Sqadmin,
I’ve sent you my ftp details so you can look into this as it does not work for me..
Thanks again,
Ryanfrien337ParticipantHi Sqadmin,
Unfortunately that doesn’t work for me 🙁 I have sent you an emailw ith my FTP details.
Thanks,
Ryanfrien337ParticipantThanks Adam! However, that has not worked for me. Let me maybe explain this a bet better. I have added the following code to my child theme’s functions.php file:
add_action('after_setup_theme','kleo_my_custom_tabs');
function kleo_my_custom_tabs()
{
global $bp_tabs;
$bp_tabs = array();
$bp_tabs['looking-for'] = array(
'type' => 'cite',
'name' => __('About Me', 'kleo_framework'),
'group' => 'About Me',
'class' => 'citetab'
);}
I left the cite and citetab in because I prefer the way in which it displays the field on the front end – regular seems to remove the styling and rather leaves it with a standard look. Anyway, the above code works perfectly when I view the profiles activity page (e.g.: http://www.website.com/members/user/activity/) and it pulls in the “About Me” field group just fine.
However, when I click on profile (http://www.website.com/members/user/profile/) it shows the “About Me” field group as well as EVERY field from other field groups (username, country, borthdate, etc, etc.). The screenshots</a from before highlight this issue.
So, how can I stop all of these fields being pulled into my profile page (http://www.website.com/members/user/profile/) and only display one field group?
Thanks,
Ryanfrien337ParticipantHi There,
I gave that a try but it didn’t work for me. I added in the code to my functions.php file but I get an error:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ' kleo_my_member_data' not found or invalid function name in /home/frien337/public_html/wp-includes/plugin.php on line 429
Warning: Cannot modify header information - headers already sent by (output started at /home/frien337/public_html/wp-includes/plugin.php:429) in /home/frien337/public_html/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63
Have you seen this before?
Thanks,
Ryanfrien337ParticipantHello Everyone,
Thanks for all of your suggestions. Please have a look at what I am trying to do by refering to these screenshots.
@Douweboschma: I had a look at doing that but I can’t set the display option to “nobody” for some fields, like the username.
@adam: I gave that a try too but it also did not work for me.Everything works fine when I view the wall tab and only when I click on the profile tab do the additional profile fields show. If there is no way to turn off specific fields, would you be able to tell me how I can disable all of them from showing? If I can disable all of them, then I should be able to manually add in the required fields using “bp_member_profile_data( ‘field=About Me’ );”
I did look at the member-header.php file and all that I can see is the avatar, title and matchmaking code. unless I am missing something…Thanks and look forward to your responses.
Ryan -
AuthorPosts