Forum Replies Created
-
AuthorPosts
-
December 14, 2012 at 11:27 pm in reply to: Login always redirects to backend profile regardless of redirect setting #2650
idglabs
Membersome news?
idglabs
MemberI try this modification in order to send to user the password after the administrator of the web site activated the user registration
but not work
I change from:Line 95: $userMeta->sendEmail( $this->_prepareEmail( $mailData, $user ) );
Line 110: //original $userMeta->sendEmail( self::_prepareEmail( $mailData, $user ) );
To:
$userMeta->sendEmail( self::_prepareEmail( $mailData, $user ) );But not work
any suggestion it’s welcomed…
User Meta Pro 1.1.3rc1thank you
idglabs
Memberstill have problem when I add other field
idglabs
MemberCould you help me pls
I need to show month and day name in Italian Language
What I need to modify ?
thank you
idglabsidglabs
MemberMy procedure
– Disable Plugin User meta
– enable plugin user-meta
– create again my filed in the form
Now the field it’s show both front and backend area.
idglabs
Membersolved
December 6, 2012 at 3:59 am in reply to: How can I personalized the page of email verifications with more content. #2599idglabs
Memberthank you
idglabs
MemberI added in user-meta\assets\css\user-meta.css
.um_login_button
.um_login_field
.um_pass_field
.widget_umloginanyway missing some documentations for this section …
bye
idglabs
MemberSOLVED
was an error in my DB !
byw
December 4, 2012 at 9:23 pm in reply to: How can I personalized the page of email verifications with more content. #2586idglabs
MemberThank you for information
regards
December 4, 2012 at 9:07 pm in reply to: How can I personalized the page of email verifications with more content. #2584idglabs
Memberthank you for useful info
could you tell me please what’s the right php code in order to redirect this 2
message to my already created pages– page http://www.mydomain.tld/?page_id=62 for ’email is successfully verified ‘
and
-page http://www.mydomain.tld/?page_id=63 fot ‘Invalid Key’
thank you
December 4, 2012 at 7:34 pm in reply to: How can I personalized the page of email verifications with more content. #2579idglabs
MemberOn the verification page show only this message after user validate his email
“email is successfully verified ”
But I need to personalized that page with more content logo and other information
On WP admin that page contain only 1 line other content with shortcut
[hr][user-meta type="login" form="new user"]
How can i personalized the user verification page?
Thank youidglabs
MemberIn order to not receive error Java verification field I change it in:
assets\js\user-meta.js
from
jQuery(“.um_date”).datepicker({ dateFormat: ‘yy-mm-dd’, changeYear: true });to
jQuery(“.um_date”).datepicker({ dateFormat: ‘dd-mm-yy’, changeYear: true });bye
idglabs
MemberThank for Info I make same modification for Italian time
-
AuthorPosts