Log in

View Full Version : Disable User Name link in Postbit


tobybird
10-07-2007, 07:25 PM
Does anyone know of a hack or template edit which will allow me to make the User Name of members in a deleted/banned/closed Usergroup unclickable in the Postbit? I would like to remove the link yet leave the unique User Name in place.

I've searched all over and I can't seem to find anything.

Thanks in advance!

Kirk Y
10-07-2007, 07:59 PM
Find in your respective postbit template:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">

Replace with:
<div id="postmenu_$post[postid]">
<if condition="$show['profile'] AND !is_member_of($post,X)">

Where X is the Usergroup ID of your Banned usergroup.

tobybird
10-07-2007, 09:22 PM
Perfect! Thank you so much! :)