Quote:
Originally Posted by nix
Seen this in the mod description.
Postbit Integration
* View Users Groups
How do we get this to work?
Also is there a way to have the groups only use the regular postbit instead of postbit_legacy?
Also looking for something to add to members profiles.
|
damn, i left that out of the instructions
Quote:
now in your "postbit/postbit_legacy template find:
HTML Code:
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
and above that add:
HTML Code:
<if condition="$post[userid]">
<tr><td class="vbmenu_option"><a href="/groups/viewgroups.php?$session[sessionurl]u=$post[userid]">View $post[username]'s Groups</a></td></tr>
</if>
|
there you go.
could you elaborate on the member profiles bit?
i'll have to experiment with the postbit template, if there's no problem, it'll go (an option) into a new release later this week (technically next week).