By Olli1984 on
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
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
In a new module, you can
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--