Support

  1. unicserv
  2. Bug Report
  3. Friday, February 07 2014, 01:21 PM
Hello,

In user list the email address is displayed in clear and is available for spiders to collect. Is a security issue since those robots are crawling for finding spam clients on entire internet.

You should display the email addresses obfuscated as joomla does! Otherwise your component is a huge source for the spammers!
admin Accepted Answer
Admin
Hi,
Thanks for report.
Wi will fix in the next release.
  1. more than a month ago
  2. Bug Report
  3. # 1
denvarel Accepted Answer
I have found an solution for fast pach: the System - NoNumber Email Protector plugin that is working wonderful. Until the patch is ready i use that plugin. I suggest to everybody to use it because the email cannot be selected as invisible fields in menu item user list.
  1. more than a month ago
  2. Bug Report
  3. # 2
colpc Accepted Answer
Would it be possible to Hide the email of a person, and replace with for example "email this person".
Than take the default Joomla Contacts component function to display the contact form upon clicking on the "email this person"
That would hide emails, as well as let them be contacted without launching a email client or anything ?
Just a Thought ..
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
Great feature,
we will add this on our TODO list.
consider that we are developing a plugin for the social network with Private Messaging.
  1. more than a month ago
  2. Bug Report
  3. # 4
colpc Accepted Answer
OK look forward to that. I think it would be a great benefit to all.

May I make one request, as you begin to add the social network features and all,
Please , please make it optional. As opposed to Jom Social where it installs and locks you into
having features. One of the most appealing features of your Easy Profile is that it is NOT bloated with a lot of stuff.
You guys have a great system, don`t get caught up with keeping up with everyone else.

Thank You
  1. more than a month ago
  2. Bug Report
  3. # 5
admin Accepted Answer
Admin
No problem,
Social Network is a plugin, you can enable or disable, the admin area of this plugin will be detached from Easy Profile.

I agree with you, 99,9% of the sites that we have developed does not require Social Network features.

Easy profile will not change.;)
  1. more than a month ago
  2. Bug Report
  3. # 6
admin Accepted Answer
Admin
Today we have released a new version with this feature.
if you go to profile of another user and this user is linked to contact you can see the Email Button (screenshot)
Attachments (1)
  1. more than a month ago
  2. Bug Report
  3. # 7
colpc Accepted Answer
Sweet ! Dam you guys don`t fool around. We only just discussed this.
Only down side, is each user now has to be entered into the Joomla Contacts as well.
But nice job !
  1. more than a month ago
  2. Bug Report
  3. # 8
colpc Accepted Answer
I have a user linked, but do not see Icon / button on their profile.
Is there something we need to do in order for this feature to be turned on ??
  1. more than a month ago
  2. Bug Report
  3. # 9
admin Accepted Answer
Admin
Hi Col,
please check if you have some template override for Easy Profile - profile page. You can see if you have this file:
/templates/your_template_folder/html/com_jsn/profile/default.php
  1. more than a month ago
  2. Bug Report
  3. # 10
colpc Accepted Answer
UH nope.
Guess that would do it.
Where can I grab that file ?
  1. more than a month ago
  2. Bug Report
  3. # 11
admin Accepted Answer
Admin
Sorry col,
if you not have this file, it ok, you do not have to create it.

if you don't have this file and you not see the Email button please post me your site details, I can check for you to find the problem.;)
  1. more than a month ago
  2. Bug Report
  3. # 12
colpc Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 13
admin Accepted Answer
Admin
Sorry but on Contact Extensions I see one contact "Bonita Springs Lions Club" but this is not link to any user
  1. more than a month ago
  2. Bug Report
  3. # 14
colpc Accepted Answer
Sorry
  1. more than a month ago
  2. Bug Report
  3. # 15
admin Accepted Answer
Admin
No problem. You are welcome :D
  1. more than a month ago
  2. Bug Report
  3. # 16
colpc Accepted Answer
OK, I linked a user again.
Now the button for email shows.
You`re the man..

Thanks

This works well.
Except the whole create a contact user for EVERYONE.
Any thoughts on a less time consuming way of achieving this ?

Do you think there is a way to use say RSforms
and Grab the email from EasyProfile and use as the rsform mailto to field ?

Just a thought.
  1. more than a month ago
  2. Bug Report
  3. # 17
admin Accepted Answer
Admin
Joomla have a built-in plugin to do this and disabled by default installation. this plugin is called "User - Contact Creator".

With this when a user create an account the Contact Component create automatically the contact item
  1. more than a month ago
  2. Bug Report
  3. # 18
colpc Accepted Answer
WELL dam ! ok.
wish I knew that before importing 200 people lol
  1. more than a month ago
  2. Bug Report
  3. # 19
tandreas6 Accepted Answer
Hi there! Sorry to be picky - my client would like to hide the Email button on any users that have a linked Contact. I see how to create the override, but what code should I change/delete to hide the button? Thanks very much!
  1. more than a month ago
  2. Bug Report
  3. # 20
colpc Accepted Answer
If your NOT using the contacts at all, simply delete them or the email address from the contacts.
That will auto remove the button..
Again if an option is a quick fix.
  1. more than a month ago
  2. Bug Report
  3. # 21
admin Accepted Answer
Admin
Hi,
you can create an override by copying /components/com_jsn/view/profile/tmpl/default.php into /templates/your_template_folder/html/com_jsn/profile/default.php

in file /templates/your_template_folder/html/com_jsn/profile/default.php delete this code from line 48 to line 58
<?php if (JFactory::getUser()->id != $this->data->id) :
$db=JFactory::getDbo();
$query=$db->getQuery(true)->select($db->quoteName('id'))->from('#__contact_details as c')->where($db->quoteName('user_id').'='.$this->data->id);
$db->setQuery($query);
if($contact=$db->loadResult()) : ?>
<li class="btn-group">
<a class="btn btn-default" href="/<?php echo JRoute::_('index.php?option=com_contact&view=contact&id='.$contact,false);?>">
<span class="icon-envelope"></span> <?php echo JText::_('JGLOBAL_EMAIL'); ?></a>
</li>
<?php endif; ?>
<?php endif; ?>
  1. more than a month ago
  2. Bug Report
  3. # 22
tandreas6 Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 23
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.