How to make possible sending of html tags such as <a> in private messages?
One way - is using "code" bbcodes tag, but uddeim does not support these tag.
How can these be done?
You have to modify the bbparser.php in order to allow "code" tags. Out of the box uddeIM does not support this tag.
Please file a feature request on Joomlacode.
Thanks! And which file I need modify to allow html? I understand that all HTML tags are stripped for security reasons, but all I need is to make users be able to send html code (link with anchor) each other.
For example:
<a href="
www.joomlapolis.com
"> joomlapolis
Sorry, HTML tags are stripped off in several files and this cannot be changed easily. In uddeIM backend you can enable that BBcodes URL and IMG are allowed, so users can send links.
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
Sorry, HTML tags are stripped off in several files and this cannot be changed easily. In uddeIM backend you can enable that BBcodes URL and IMG are allowed, so users can send links.
Yes but I need to send not links but code of links. Thanks at all!