- This topic has 1 reply, 1 voice, and was last updated 14 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › Customize compact Login message with eMember Short code
Hi,
I am using the following php shortcode in a PHP code widget:
<?php echo eMember_compact_login_widget(); ?>
Instead of it saying Hello, “firstname”… I would like it to display Hello, “username” as I do not require first and last names to join the client site: http://www.stockprophets.com (design is horrible I know).
Any help? Thanks
Tyler Lange
WordPress Designer http://www.neosmedia.ca
I found it. It is in the “eMember_auth_utils.php” file, changed to:
getUserInfo('user_name')
Nice!