| Re: Your email visible in Profile module |
| by deka87 on 2009/1/6 6:46:11 nooow the privacy is ok =) |
| Re: Your email visible in Profile module |
| by ghia on 2009/1/5 15:37:16 Quote: i don't get it. it doesn't show the email when you put it directly in the url. Change your code as Trabis explained to encode only the user id in an hidden field and not the full email address. |
| Re: Your email visible in Profile module |
| by deka87 on 2009/1/5 14:06:49 Quote:
unfortunately i don't know how to do this =( i've heard there is some captcha module maybe i'll have luck to implement it there. Quote:
yes, i know that but for some reason it goes first (although it goes 2nd in the registration form..) Quote:
yes, it is. Quote:
unfortunately yes. i know i can add more lines like source_langauge2 and tartget_language2. but then it'd be such a mess on the user profile page. i'd be awesome if I could display the language pairs on the userinfo like: Discplay name: ###### Email: ###### 1st language pair: English(source_language1) - Dutch (target_language1) 2st language pair: English(source_language2) - Dutch (target_language2) but I don't think it is possible. Quote:
i don't get it. it doesn't show the email when you put it directly in the url. |
| Re: Your email visible in Profile module |
| by trabis on 2009/1/5 13:57:02 just delete this part you added in case:form and add it in case:post le="color: #000000"><?php $member_handler =& xoops_gethandler('member'); $thisUser =& $member_handler->getUser($uid); $email_author = $thisUser->getVar('email', 'E'); then delete from the form le="color: #000000"><?php $form_contact->addElement(new XoopsFormHidden('email_author', $email_author));
|
| Re: Your email visible in Profile module |
| by trabis on 2009/1/5 13:41:04 Quote:
Ahah, well not really! You just have to enter link directly in the url: http://freelancersupport.com/modules/profile/contact.php?uid=1 Now take a good look at the html source ![]() You should use the email as hidden, you better pass the user id and then get the user email on the contact.php. |