Krofh
07-12-2006, 10:00 PM
Quote Notification
Description: This plugin will add a "Profile Privacy" option for users, allowing them to select one of three options. "Public" enables anyone at all to view their profile, "Private" limits their profile to only being viewed by forum members, and "Friends Only" limits their profile to people on their friends list. Note: Admins and Super Moderators can still view anyone's profile with this hack.
Installation:
Import the product XML file
Perform the following template edit in template modifyprofile:
Find:
<if condition="$show['customtitleoption']">
Add above:
<!-- profile privacy options -->
<fieldset class="fieldset">
<legend>$vbphrase[profile_privacy]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$vbphrase[profile_privacy_message]</td>
</tr>
<tr>
<td>$profile_privacy_radio</td>
</tr>
</table>
</fieldset>
<!-- profile privacy options -->
Contains:
4 Plugins
1 New Template
1 Template Edit
6 Phrases
This hack is somewhat similar to Private Profiles (https://vborg.vbsupport.ru/showthread.php?t=112734) by Psionic Vision. Either hack seems to be fine but have different features, though I don't think they'd really work well together.
vBulletin 3.6.1: thanks to toolblast for testing this out, he reported that this hack works fine on vB 3.6.1 as well.
Please click install. :)
Description: This plugin will add a "Profile Privacy" option for users, allowing them to select one of three options. "Public" enables anyone at all to view their profile, "Private" limits their profile to only being viewed by forum members, and "Friends Only" limits their profile to people on their friends list. Note: Admins and Super Moderators can still view anyone's profile with this hack.
Installation:
Import the product XML file
Perform the following template edit in template modifyprofile:
Find:
<if condition="$show['customtitleoption']">
Add above:
<!-- profile privacy options -->
<fieldset class="fieldset">
<legend>$vbphrase[profile_privacy]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$vbphrase[profile_privacy_message]</td>
</tr>
<tr>
<td>$profile_privacy_radio</td>
</tr>
</table>
</fieldset>
<!-- profile privacy options -->
Contains:
4 Plugins
1 New Template
1 Template Edit
6 Phrases
This hack is somewhat similar to Private Profiles (https://vborg.vbsupport.ru/showthread.php?t=112734) by Psionic Vision. Either hack seems to be fine but have different features, though I don't think they'd really work well together.
vBulletin 3.6.1: thanks to toolblast for testing this out, he reported that this hack works fine on vB 3.6.1 as well.
Please click install. :)