Quote:
Originally Posted by pseudo class
Excellant Hack, simple but useful.
|
Glad you guys like it --
One thing I just added to the mod .txt file...
PHP Code:
----- OPTIONAL TEMPLATE CHANGE -----
If you want "Post Usernote About MemberX" to appear in the postbit user dropdown. Will ONLY appear for people who have permission to add/view notes.
OPEN postbit (or postbit_legacy)
FIND:
$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
ADD right BELOW it:
<if condition="(($post['userid'] == $bbuserinfo['userid'] AND $permissions['genericpermissions'] & CANVIEWOWNUSERNOTES) OR ($post[userid] != $bbuserinfo['userid'] AND $permissions['genericpermissions'] & CANVIEWOTHERSUSERNOTES))"><tr><td class="vbmenu_option"><a href="usernote.php?$session[sessionurl]do=newnote&u=$post[userid]">Post Usernote About $post[username]</a></td></tr>
</if>
Save changes.
Just makes it's easier to immediately select to post usernotes about a member.