ultimateuser
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Share theme on MultisiteNo both sites are showing the Child theme. But for example on domain.com/subsite I’ve made changes to the widgets, fonts, colours etc through the menu options. However these don’t show on domain.com.
Forum: Plugins
In reply to: [Rename wp-login.php] Can't log outApologies, it was not your plugin causing this.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Showing Age in members loopHi
I really appreciate your support. To show the fields I am now using the BuddyProfileData plugin. Unfortunately it again shows ‘Date of Birth’ instead of ‘Age’ in the loop. For some reason only with this profile field it creates a lot of white space below.
Would you be willing to have a look at my issue?
Is there a way I can send you a link to my site in private?
Again,
Thank you!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Showing Age in members loopThanks, I got it working too!
One more thing:
How would I include the label ‘Age’ to this output?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Showing Age in members loopI’m afraid I still don’t get any output using the above function…
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Showing Age in members loopNo I haven’t, would I need to?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Showing Age in members loopHi,
Thanks for your reply.
Sorry I made a spelling mistake in the post, but not in the code I used. I still don’t get any output.
I’ve put the following code in my Child Theme > Members > members-loop.php
From line 57: `
<?php 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):
*
* bp_member_profile_data( ‘field=the field name’ );
*/
xprofile_get_field_data( ‘Date of birth’, $user_id );?>
</div>`I really can’t figure out what I am doing wrong…
Thats worked great, thanks a lot!
Thanks for the reply.
Do I put this code in functions.php? My theme also has a functions-buddypress.php
When putting the code in functions.php I get the following error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/user/domain.com/wp-content/themes/Child-Theme/functions.php:4) in /home/user/domain.com/wp-content/themes/Theme/functions.php on line 1
Hope you can help!
Thank you for the prompt reply, its working now.
Forum: Plugins
In reply to: [WP Social AutoConnect] Duplicate usersGreat, thanks for clarifying!
Forum: Networking WordPress
In reply to: Move multisite to different domainThanks that worked!!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Where to put the code…Solved
@mik.e245 This might be your solution as well:
Re the steps you describe, I dont think you need to define(‘BP_ENABLE_MULTIBLOG’, true right?
@mik.e245 Did you ever solve this? if so, would you mind sharing?