I have a question regarding the startUserInfoTimer code. I have modified this code a little so he opens only on click and not on every mouse over. Our testers are fan of the way we show some little info, before their need to go to the complete page. We want to use this technique also for other purposes. Like the events module for example.
The code that we use now to trigger the info for the profiles is onClick="javascript:startUserInfoTimer(__profileid__, this);"
We like to know which files we need to create / duplicate and then change to achieve a same "pop-up" for other info. Files like short_profile_info.php / templates/base/short_profile_info.html are the ones we already duplicated and customized for the events info. But there needs to be some code somewhere that links the js code startUserInfoTimer to that files.
Hope that someone can help.