Hi,
sorry for late reply, yesterday it was too late for us and our offices are been closed
Yes this is possible, you can use HTML delimiter field type and Content Plugin to make this, follow these steps:
- Make Link field not available in profile page
- Create a custom field of type HTML Delimiter and set it to be available only in profile page
- Set HTML description in the new field with something like this*:
<a href="/{user link_alias displayed raw}">your content</a>
- Edit link field and add this condition: if equal to custom value (leave empty custom value) then hide HTML delimiter field
In profile page you will see HTML field type only when link field is filled, it will show the link with your custom content.
* NOTE: HTML editors like TinyMce (built in Joomla editor) should not recognize something like {user ...} as link, so it may change the output, so I recommend you to disable editor when you edit this field.
Docs:
HTML delimiter field type:
http://docs.easy-profile.com/index.php/article/html-delimiter-field-type
Content Plugin:
http://docs.easy-profile.com/index.php/article/content-plugin