Ivan Fong 16.Apr.12 05:22 PM a Web browser Profiles3.0.1; 3.0; 2.5All platforms
Hi everyone,
I would like to add image(s) next to a person's name in the main Profiles section. Here is the process I'm thinking of:
1) Profiles page loads image URL from web service by userID (eg: href='http://myexternalserver/{userID}')
2) Approprate image based on userID loads next to the person's name in the main Profiles page.
Another option is that the web service could return HTML instead which contains the image(s) references, which can then be inserted into a div tag next to the profile name.
I was wondering what files I will have to edit to accomplish this? For example, in Lotus Connections 3.0.1, is there a jsp file I should edit in Profiles.ear\lc.profiles.app.war or can this be done through profiles-config.xml?