With
Profile link format you can make usernames as links to users' profiles. It depends on what extension do you use for members "managing". E.g.: for Community Builder use value
- Code: Select all
index.php?option=com_comprofiler&task=userProfile&user=$id
for JomSocial it will be
- Code: Select all
index.php?option=com_community&view=profile&userid=$id
Profile link target usually don't need. Here you can specify
_blank to open user profile in new window.
PMS Itemid (needs only if you are using uddeIM or Messaging): here you can specify Itemid of the menu item, which you created for private messages. It need for fine correct SEO and SEF URLs.
On my site it is menu item
PM (under
My profile) and it has Itemid = 13 (you can see it in the Menu Item Manager)
All these settings fairly for my
DWhos online module and
DAvatar plugin.