Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
jomsocial api - display member profile infos in joomla module or article
i want to display outsite from the jomsocial component some user information's, controlled bei userID. i have looked in your API docs - but i do not really get any useful information about that:
documentation.jomsocial.com/wiki/API_Events
as a sample of what i want to do: i have a team-member-site, the member infos (avatar image, username) are right now hardcoded. i want to extract this informations from jomsocial itself. like a membercard or something similar.
is there any way that i could do this with your API interface right now? to set the userIDs what i want and take the right userNAME and so on...
i have played around with this code examples. what i get is only the User Name from a custom userID.
i'am working with "Sourcerer" from nonumber in a custom module from joomla.
sample:
I made a test with my test site. getThumbAvatar its works like expected. can you provide me FTP access detail or send me that module to This email address is being protected from spambots. You need JavaScript enabled to view it.
I need to have a look by my self. maybe some thing wrong there.
seem the issue with custom HTML module it self. as you can see the <br /> that you put at source not appear at frontend.
seem that HTML ignored by cutom HTML module. no problem with jomsocial code, as you can see I can echo avatar URL. so that avatar function give the correct value.
I suggest you to create new module instead using custom HTML module.