Version: 1.01, by djdonx
Developer Last Online: Jan 2009
Category: Profile Enhancements -
Version: 3.6.8
Rating:
Released: 10-21-2007
Last Update: 10-23-2007
Installs: 44
Template Edits
Translations
No support by the author.
Non-Accesible User Profiles
What does this do?
This Mod means that members who belong to the banned usergroup no longer have a profile and their profile will then become accessible once they have been removed from the banned usergroup. (Usergroup ID: 8)
How do I install this?
Follow the template changes which are shown in the file below.
Support is given to those who click install!
I must say that this is based hugely on the ideas that cheat-master30 has been posting although I hope he wasn't planning on releasing this..
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Pity I cannot quote the modification post for some reason, but this reminds me of something I saw on a board I used to visit. It had the same outcome to a good degree, and if this is the first mod of this, then it's something that should have been made ages ago.
Either way, while I won't be installing this, it seems like a pretty useful idea for a modification depending on forum.
Great mod. Installed. Tweaked it a bit to look more like standard VB. Hope you like.
In step 1, replace djdonx's code with this:
Code:
<if condition="is_member_of($post, 8)">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center">
<tr>
<td class="tcat">Banned User</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<blockquote>
<p> </p>
<p><strong>This user has been Banned.</strong></p>
<p class="smallfont">This member has been banned and their profile page is no longer accessible. Please check back once the ban has been lifted.</p>
<div> </div>
</blockquote>
</div>
</td>
</tr>
</table>
<else />
This mod does not work correctly unless you use the new edited code posted in my above reply. The banned box shows in ALL users profiles if you don't. Please update the first post with that code. You may want to update the screen so it reflects my code as well.
BTW, Dr. Death--we can't see a profile unless we log in.
Doctor Death that looks to be a problem with your template, not the code. Paste the end of your MEMBERINFO template please, you may have placed the </if> in the wrong place..
This mod does not work correctly unless you use the new edited code posted in my above reply. The banned box shows in ALL users profiles if you don't. Please update the first post with that code. You may want to update the screen so it reflects my code as well.
BTW, Dr. Death--we can't see a profile unless we log in.
I have just tried my code on both the standard vBulletin skin and a custom skin. This does work.
EDIT: I was such an idiot, used the wrong code. Apologies for any problems any of you had. New file uploaded, apply the appropriate changes...