##################### OBFUSCATE EMAIL ADDRESS ADD-ON v.1 #####################
#. What is this Addon for:
--------------------------
This add-on obfuscate an email address. That's all. 
This Addon were tested with a clean installation of Open-Realty version 2.5.6
#. Installation:
----------------
Unpack the file obfuscatemail.zip inside your addon directory - it will create
a new directory named "obfuscatemail" with the following files:
/addons/obfuscatemail/..
addon.inc.php
index.php (blank file to stop directory browsing)
install.txt (this text)
#. How to use this Addon:
-------------------------
Insert the add-on tag {addon_obfuscatemail_XXX} where you wish. Where XXX is
an email address. For example, assuming "test@hotmail.com" the tag should be:
{addon_obfuscatemail_test@hotmail.com}
The result printed at the page "will" be:
HTML Code:
<a href="mailto:test@hotmail.com" title="test@hotmail.com" class="obfuscatemail">test@hotmail.com</a>
#. Unninstall:
--------------
Delete all content of the directory "obfuscatemail" (this add-on doesn't modify your database).
Have fun! 
Eduardo
[EDITED] Note: The zip file does not contain the "obfuscatemail" folder. You should create a folder inside your addon folder named "obfuscatemail" and upload the files to that folder.
Bookmarks