So yea I added a new plug-in as you said to do and I am making a new template module in vba with this as my template code:
Code:
<!-- BANNED REASON -->
<tr>
<td class="$altbgclass">
<table border="0" cellpadding="10"><tr>
<tr><td>$bbuserinfo[banned_reason_text]</td></tr>
</table>
</td>
</tr>
<!-- BANNED REASON -->
This worked perfectly! THANK YOU!!!
Here is how my sick new YOU HAVE BEEN BANNED page looks when a member logins in:
Do you care if I release this here on vborg with you as credited for it's creation?
Side Note: The last bit I have to work out is I want to remove the vba module template wrapper so it shows without the block around it. However, when I select do not use the wrapper the block breaks and goes off to the side.