Back to vBulletin 3.6 Template Modifications

Add member to IGNORE list in Postbit dropdown
Mod Version: 1.00, by Quarterbore

This modification is in the archives.
vB Version: 3.6.0 Rating: (0 vote - 0 average) Installs: 21
Released: 08 Sep 2006 Last Update: Never Downloads: 4
Not Supported  

This simple modification will add a link to "Add MEMBERNAME to Your Ignore List" to the dropdown menu when a member clicks a members name. Note, I did not phrase this as at this point it was not important for me to do so...

Note, there are TWO templates that should be changed as follows:

OPEN postbit and postbit_legacy templates:

Find:
PHP Code:
    <if condition="$post['userid'] AND $show['member']">
    <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
    </if> 
Above Add:

PHP Code:
    <if condition="$post['userid'] AND $show['member']">
    <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$post[userid]"><phrase 1="$post[username]">Add $post[usernameto Your Ignore List</phrase></a></td></tr>
    </if> 
I know this is a simple mod but it has saved me a lot of grief so I figure others might like it too...

Download

No files for download.

Screenshots

Click image for larger version
Name:	ignorepostbit.jpg
Views:	350
Size:	27.4 KB
ID:	53205  

Similar Mods

Show Thread Enhancements Add Ignore User To Postbit Dropdown vBulletin 3.7 Add-ons
Buddy & Ignore List Add/Remove in Postbit vBulletin 3.5 Add-ons
[Postbit] Add to ignore list in as a buttom. vBulletin 2.x Template Modifications
Icon on postbit to "Add user to ignore list" vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024