The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Disable User Name link in Postbit
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! |
#2
|
||||
|
||||
Find in your respective postbit template:
Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile']"> Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile'] AND !is_member_of($post,X)"> |
#3
|
||||
|
||||
Perfect! Thank you so much!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|