Quote:
Originally Posted by am-fs
I installed this on Vb 3.0.7, works it seems but i have a ?
i have removed a few members and they show as guest now, it there away to remove the red x from there country?
thank
|
Find this:
HTML Code:
<if condition="$post[fieldX] != Undisclosed">
Change it to this:
HTML Code:
<if condition="$post[fieldX] != Undisclosed AND !empty($post[fieldX])">
Changing fieldX to whatever field you are using.