-
Phuc Pham started the topic bp_get_member_name() shows empty in 'init' action in the forum How-to & Troubleshooting 11 years, 6 months ago
This code shows empty to me, how can i get the member name from ‘init’ action?
add_action('init', 'display_member_name');
function display_member_name(){
echo bp_get_member_name();
} -
Phuc Pham replied to the topic No suffix on avatar file generated in the forum How-to & Troubleshooting 11 years, 6 months ago
Any one know this prolem?
-
Phuc Pham replied to the topic No suffix on avatar file generated in the forum How-to & Troubleshooting 11 years, 6 months ago
No, it is not cache.
The bp-core-avatars.php doesn’t render the avatar file with suffix.
See http://d.pr/i/dVc6 -
Phuc Pham started the topic No suffix on avatar file generated in the forum How-to & Troubleshooting 11 years, 6 months ago
I have installed the Buddypress 1.7.1.
I got the message “Your new avatar was uploaded successfully.” after clicked on the “Crop Image” at Change Avatar screen.
But it didn’t update on my profile. It is still showing the mystery-man.
I have checked the avatar folder, the uploaded file cropped and saved successfully as above message. But one thing…[Read more] -
Phuc Pham started the topic How to change the validation message? in the forum Installing BuddyPress 11 years, 6 months ago
The xprofile default message is “This is a require field”.
How can i change it to another? ex: “Please enter the first name.”
See: http://d.pr/i/NwnC
@svincoll4
Active 1 year ago