Quote:
Originally Posted by jmurrayhead
In 3.7, the postbit has the following:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
But instead of the original template update:
Code:
<if condition="$show['hasimicons'] OR $userinfo['fieldXX'] OR $userinfo['fieldXX']">
try this:
Code:
<if condition="$userinfo['fieldXX'] OR $userinfo['fieldXX']">
I haven't tested this myself, but might as well give it a try...
|
didnt work, anyone figure this out yet?