Forum Replies Created
-
Anyone?
Thanks for your reply kizzywizzy! I’ve added this code to the functions.php file but this adds some of the user data to the users activation email which is not what I want. Like this:
`WP_User::__set_state(array(
‘data’ =>
stdClass::__set_state(array(
‘ID’ => ‘827’,
‘user_login’ => ‘user’,
‘user_pass’ => ‘password’,
‘user_nicename’ => ‘stefanlesik’,
‘user_email’ => ’email’,
‘user_url’ => ”,
‘user_registered’ => ‘2013-02-18 17:05:46’,
‘user_activation_key’ => ”,
‘user_status’ => ‘0’,
‘display_name’ => ‘user’,
)),
‘ID’ => 827,
‘caps’ =>
array (
‘subscriber’ => true,
),
‘cap_key’ => ‘wp_capabilities’,
‘roles’ =>
array (
0 => ‘subscriber’,
),
‘allcaps’ =>
array (
‘read’ => true,
‘level_0’ => true,
‘subscriber’ => true,
),
‘filter’ => NULL,
))`I’d like to display the all the xprofile data in the new user registration email that admin receives. Is this possible?
I’m also looking to do this. I realise this is an old post so there may be an easier way to add xprofile data to the wp user registration admin emails? I’ve tried searching but can’t find anything. Can anyone help? Thanks
Ok, I’ve fixed this. Not sure what went wrong the first time but I removed the BP template pack, renamed the template folders in my theme folder (because I couldn’t delete them) and uploaded fresh ones manually. No edits to the register.php works. Thanks!
Can anyone help with this? Thanks
I have been experimenting with Multisite (subfolder setup) on minesandmoney.com but I thought I had reversed what I had done and reverted back to a single site setup. minesandmoney.com/portal is a single wp installation and always has been. Could this have something to do with it do you think?
Yes, I’ve tried deactivating all plugins. Still no joy!
Ok, I’ve edited the register.php file with the code you gave me but I’m afraid it doesn’t work. It must be grabbing a register.php template file from somewhere else because it still contains `
` for example, which I removed. Any ideas? Could it have something to do with the fact I’m using the Membership plugin by WPMUDEV? http://premium.wpmudev.org/project/membership/Yes its very odd. Here you go:
page.php http://pastebin.com/r6Yv9UMP
register.php http://pastebin.com/PrzYsNMY
Thanks for your help!
Hi mercime
Thanks for your reply. I’m using the WP-Bold theme by Solostream.I have a file called register.php in theme-folder/registration/ but editing this file has no affect on the layout. Site URL is http://www.minesandmoney.com/portal/subscribe/
Thanks
StefanSo no one has used the xProfile fields with Woopra stats?