-
Author
-
October 10, 2013 at 12:27 #4123zivixParticipant
Hi
when I use a chinese username to register,(I used the chinese username support plugin) the process Looks very smooth,but after activate the account I can’t change avatars,the members page 404 error. I know the theme do not support chinese or japanese string, but you know we are a asian company. so can you help me fix the problem?
Thanks!
the error URL like this: XXXX is the chinese username
http://www.teachcg.com/members/XXXXOctober 11, 2013 at 00:57 #4157SQadminKeymasterHi,
I don’t have access to your site to take a look. Send me a temporary password. Mark the reply as privateHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2013 at 11:24 #4183SQadminKeymasterHi
This seems a good solution.
To hide username you need to edit the registration/ register.php and make the username type hidden instead of text and in the value attribute add the generate function.
Let me know if you need helpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2013 at 11:59 #4185zivixParticipantThanks for your reply,
Well,random username doesn’t displays Human-friendly, can use email address instead of random user name? I test on
<input type="hidden" name="signup_username" id="signup_username" value="<?php bp_signup_email_value() ?>" />
but the code isn’t work…is there any way to get the email address print on the unername when user register?If can do this, it would be great!
October 11, 2013 at 12:13 #4188zivixParticipantfor the hidden input box, I mean on the lightbox one not the page one.I’m sorry I didn’t say clear
October 12, 2013 at 02:32 #4230SQadminKeymasterHi, That modal can be edited from this template: wp-content/themes/sweetdate/page-parts/general-register-modal.php
To add the email in the hidden field you need a javascript to copy the value from the email field since the email is not yet saved and you can’t get it by PHP
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.