Is there a possibility to integrate the module as a tab in the userprofil?
I use Drupal 6.11 and the newest dev. version of privatesmg.

thx a lot ...

Olli

Comments

jody lynn’s picture

In a new module, you can either try making a new menu item with the same callback as privatemsg uses, or you can try using hook_menu_alter to change privatemsg menu items into the ones you want.

--Zivtech--