Q: Can I integrate MyProfile and Active Forums? A: Absolutely. Navigate to the forum module and access its control panel, Choose Templates and edit the PostInfo template.
Add the A HREF statement at the end making sure to change the tabid value to the tabid that your MyProfile module is placed on. Also if you have MyMessages you can link to it as well as shown below:
<a target=_blank href="/tabid/80/uid/[USERID]/Default.aspx">
<img src="http://www.activemodules.com/desktopmodules/dnnfusion_myprofile/controls/profileimage.aspx?userid=[USERID]&w=80" border=0></a>
Posts:[POSTS]
Send <a target=_blank href="/tabid/71/anon/y/sendto/[USERID]/Default.aspx">
<img src="http://www.activemodules.com/images/icon_bulkmail_16px.gif" border="0"></a><BR>
View <a target=_blank href="/tabid/80/uid/[USERID]/Default.aspx">Profile</a>
|