Krofh |
10-09-2006 10:00 PM |
Profile Privacy
Profile Privacy
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:
Code:
<if condition="$show['customtitleoption']">
Add above:
Code:
<!-- 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
If you like this hack, please click install and, if willing, donate.
|