Hi!
Images are now working great! But I have a question about your solution for images with links. Does the system grabs images from the current logged in user or does it grab images from the current profile viewed, using the syntax you've sent me?
I have Easy Profile - Content plugin (jsn_content) enabled but it is not showing pictures, actually it does not show anything.
Here's the HTML code that I've used (without "/" char before {user link...:
<a href="/{user link_patrocinador_1 displayed raw}">{user patrocinador1 displayed}</a>
<a href="/{user link_patrocinador_2 displayed raw}">{user patrocinador2 displayed}</a>
<a href="/{user link_patrocinador_3 displayed raw}">{user patrocinador3 displayed}</a>
<a href="/{user link_patrocinador_4 displayed raw}">{user patrocinador4 displayed}</a>
<a href="/{user link_patrocinador_5 displayed raw}">{user patrocinador5 displayed}</a>
<a href="/{user link_patrocinador_6 displayed raw}">{user patrocinador6 displayed}</a>
Testing...
<a href="/{user link1 displayed raw}">{user img1 displayed}</a>
<a href="/{user link2 displayed raw}">{user img2 displayed}</a>
PS.: I don't understand why the code above in this forum is converted even when into code brackets. "Testing..." above is a copy of your own input 5 posts behind, and even hers it removes the html code.
To do it, I've switched off the editor and inserted as code, so when the editor is switched back on, it just displays links instead of the code (I hope it is the correct way).
Thanks.