account suspending
Using Jamroom
Go to the profile settings page and disable the Account Active option.
Hth
<form id="gform" method="POST" onsubmit="jrGuestBook_post_entry('{$_profile_id}','#gform','#guestbooks');return false">
<input type="hidden" id="profile_id" name="profile_id" value="{$_profile_id}">
<br><br>
<input type="radio" name="guestbook_profile_connection" value="friend" checked> Friend<br>
<input type="radio" name="guestbook_profile_connection" value="associate"> Associate<br>
<input type="radio" name="guestbook_profile_connection" value="collegue"> Collegue
<br><br>
<textarea name="guestbook_text" cols="40" rows="5" class="form_textarea"></textarea>
<br>
<div style="vertical-align:middle">
<img id="form_submit_indicator" src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/submit.gif" width="24" height="24" alt="{jrCore_lang module="jrCore" id="73" default="working..."}" style="margin:8px 8px 0px 8px;"><input id="guestbook_submit" type="submit" value="{jrCore_lang module="jrGuestBook" id="19" default="sign guest book"}" class="form_button" style="margin-top:8px;">
</div>
</form>
<form id="gform" method="POST" onsubmit="jrGuestBook_post_entry('{$_profile_id}','#gform','#guestbooks');return false">
<input type="hidden" id="profile_id" name="profile_id" value="{$_profile_id}">
{* These lines added *}
Your connection to this profile<br>
<input type="text" name="guestbook_profile_connection" value=""><br><br>
<textarea name="guestbook_text" cols="40" rows="5" class="form_textarea"></textarea>
<br>
<div style="vertical-align:middle">
<img id="form_submit_indicator" src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/submit.gif" width="24" height="24" alt="{jrCore_lang module="jrCore" id="73" default="working..."}" style="margin:8px 8px 0px 8px;"><input id="guestbook_submit" type="submit" value="{jrCore_lang module="jrGuestBook" id="19" default="sign guest book"}" class="form_button" style="margin-top:8px;">
</div>
</form>
<div class="p10">
<span class="info"><a href="{$jamroom_url}/{$item.profile_url}">@{$item.user_name}</a></span>, <span class="info_c">{$item._created|jrCore_date_format}</span><br>
{* This line added *}
<br><b>Connection: </b>{$item.guestbook_profile_connection}<br><br>
<span class="normal">{$item.guestbook_text|jrCore_format_string:$item.profile_quota_id}</span>
</div>
{if $item.guestbook_radio == 'aaa'}
// Do whatever needs to be done if 'aaa'
{elseif $item.guestbook_radio == 'bbb'}
// Do whatever needs to be done if 'bbb'
{elseif $item.guestbook_radio == 'ccc'}
// Do whatever needs to be done if 'ccc'
{/if}