Click "Save" to save the new phrase.
Product: vBulletin Hook Location: forumbit_display Title: Use Custom VIP Phrase As Applicable Execution Order: 5 Plugin PHP Code: PHP Code: if ($forum['forumid'] == XX AND $forum['lastpostinfo'] == $vbphrase['private']) { $forum['lastpostinfo'] = $vbphrase['vip_private']; } Replace "XX" with the forumid of the private VIP forum. Plugin is Active: Yes Click "Save" to save the plugin.
if ($forum['forumid'] == XX AND $forum['lastpostinfo'] == $vbphrase['private']) { $forum['lastpostinfo'] = $vbphrase['vip_private']; }