Email cloaking for multiple addresses

Locked
mosmedia
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Fri Aug 19, 2005 2:41 am

Email cloaking for multiple addresses

Post by mosmedia » Thu Aug 24, 2006 2:34 pm

Hello All,

Is there a solution for email cloaking a multiple address mailto: link?  I need to have a link that is like:

 

But this does not seem to be compatible with email cloaking.

Thanks
Marc

User avatar
nathandiehl
Joomla! Champion
Joomla! Champion
Posts: 6044
Joined: Fri Aug 19, 2005 3:03 pm
Location: Indiana, USA
Contact:

Re: Email cloaking for multiple addresses

Post by nathandiehl » Thu Aug 24, 2006 3:03 pm

no, that wouldn't be compatable. sorry.
you could turn off the mosemailcloak plugin if you really need that functionality.
If you're new to Joomla, Please read Anna's Joomla! Tips: http://forum.joomla.org/viewtopic.php?t=5503

http://nathandiehl.com | Find out what makes me tick

mosmedia
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Fri Aug 19, 2005 2:41 am

Re: Email cloaking for multiple addresses

Post by mosmedia » Thu Aug 24, 2006 3:42 pm

That is what I had to do. It is a shame because only three out of over 100 email addresses use multiple addresses in a mailto link.

User avatar
nathandiehl
Joomla! Champion
Joomla! Champion
Posts: 6044
Joined: Fri Aug 19, 2005 3:03 pm
Location: Indiana, USA
Contact:

Re: Email cloaking for multiple addresses

Post by nathandiehl » Thu Aug 24, 2006 4:29 pm

one workaround would be to utilze your host and create a 'dummy' email address which forward email to the three email addresses needed.
again, this is on your hosting cp, and has nothing to do with Joomla!, so if you want to proceed with that, you can contact your host. good luck!
If you're new to Joomla, Please read Anna's Joomla! Tips: http://forum.joomla.org/viewtopic.php?t=5503

http://nathandiehl.com | Find out what makes me tick

User avatar
stingrey
Joomla! Hero
Joomla! Hero
Posts: 2756
Joined: Mon Aug 15, 2005 4:36 pm
Location: Marikina, Metro Manila, Philippines
Contact:

Re: Email cloaking for multiple addresses

Post by stingrey » Thu Aug 24, 2006 5:25 pm

Please submit in our official bug tracker so we can address this shortcoming in 1.0.12 - thanks
Rey Gigataras
http://www.wizmediateam.com <-- great team of talented Web Designers and Programmers!
http://about.me/reygigataras <-- About Me :)
Partner, Business Development & Project Manager, Event Manager, Sports Coach :D

mosmedia
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Fri Aug 19, 2005 2:41 am

Re: Email cloaking for multiple addresses

Post by mosmedia » Thu Aug 24, 2006 5:28 pm

Will do.

user deleted

Re: Email cloaking for multiple addresses

Post by user deleted » Tue Oct 17, 2006 2:34 pm

Hi,

I'm not able to find any artifact on the tracker related to your report. Did you add it?

Regards Robin

user deleted

Re: Email cloaking for multiple addresses

Post by user deleted » Fri Oct 20, 2006 10:36 am

Q&T Note; no reply from poster. Also, 1.0.12 will be a stability release, new features are not added anymore. Closing report. If you still think this is a bug, just reply here so we can re-open it again.

mosmedia
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Fri Aug 19, 2005 2:41 am

Re: Email cloaking for multiple addresses

Post by mosmedia » Fri Oct 20, 2006 11:52 am

I had submitted this as a bug report but was told it was a new "feature reqest", and then someone deleted it out of the system. I understand this does not conform to the standard mailto syntax but is generally used around the web. 

Thanks
Marc

hazz
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Nov 28, 2006 3:55 pm

Re: Email cloaking for multiple addresses

Post by hazz » Tue Jan 30, 2007 10:47 pm

i also request this feature!

User avatar
johnjames84
Joomla! Apprentice
Joomla! Apprentice
Posts: 45
Joined: Wed Dec 13, 2006 9:13 am
Contact:

Re: Email cloaking for multiple addresses

Post by johnjames84 » Mon May 07, 2007 12:09 pm

To solve the Email cloaking issue in the joomla I replaced the regular expression of  "$search_email" in the mambots=>content=>mosemailcloak.php. The details are as follows:

    * Default regular expression in CMS: $search_email = "([[:alnum:]_\.\-]+)(\@[[:alnum:]\.\-]+\.+)([[:alnum:]\.\-]+)";
    * Modified regular expression: $search_email = "^[\_\-\.[:alnum:]]+\@[[:alnum:]\-]+(\.[a-z]{2,5})";

Hope this would help many. Comments welcome


James  NT
Webmaster, Joomla Brothers
http://www.joomlabrothers.com

hazz
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Nov 28, 2006 3:55 pm

Re: Email cloaking for multiple addresses

Post by hazz » Tue May 22, 2007 5:37 pm

hey there - so how does this work exactly?

this is for one address:
    $email = mosHTML::emailCloaking( $srow1->email, true, "E-mail", false );

and for multiple...?
it'd be nice if one could replace  $srow1->email  with, say, an array of emails and receive a comma-separated list back.

User avatar
johnjames84
Joomla! Apprentice
Joomla! Apprentice
Posts: 45
Joined: Wed Dec 13, 2006 9:13 am
Contact:

Re: Email cloaking for multiple addresses

Post by johnjames84 » Wed May 23, 2007 3:27 am

There is an another thread in the forum that follows your need:

http://forum.joomla.org/index.php/topic,142718.0.html

:o
Webmaster, Joomla Brothers
http://www.joomlabrothers.com

hazz
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Nov 28, 2006 3:55 pm

Re: Email cloaking for multiple addresses

Post by hazz » Wed May 23, 2007 1:27 pm

hi,
this appears to be a different issue - not sure it solves cloaking multiple addresses at once.


Locked

Return to “Superseded Issues - Archive”