By ltwinner on
When a user clicks on another users name on my site, instead of taking them to the user's profile, I want to show a popup menu that offers them choices such as sending a private message, adding to friends, finding all posts, go to users profile. vbulletin has loads of these popup menus - http://www.vbulletin.com/docs/html/templates_vbmenu
Are there any modules for drupal that can provide this functionality?
Comments
Popup module with some changes?
Hi
I think you can try:-
http://drupal.org/project/popups
Thanks & Regards
-Inder Singh
http://indiauser.com
http://indersingh.com
http://indiapoly.com
Inder Singh
http://indersingh.com
That module seems to be for
That module seems to be for modal ajax dialogs. And it says its 'focus is on putting forms inside of ajax popup dialogs', which is not what I'm looking for. I just want a menu to popup when I click on a users name.
Here's an example of what I'm
Here's an example of what I'm looking for - go to this page (http://www.vbulletin.com/forum/showthread.php?288234-Forum-Robot-Spam-Pr...) and click on the username or 'Thread Tools', 'Search Thread', etc...is there a module that can do this for drupal?