How to display homepage in memberinfo_profilefield_category?
I want to show homepage URL set by users in template memberinfo_profilefield_category (under all profile fields.) I've tried using conditions:
<vb:if condition="$show['homepage']">
<vb:if condition="$prepared['homepage']">
But one of them displayed the content even if the user of currently viewed profile has set their homepage.
Any advices?
|