
01-16-2006, 07:21 PM
|
 |
|
|
Join Date: Sep 2005
Location: Viernheim, Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by subnet_rx
Is it user-selectable whether to show the vBFriends list or is that admin only?
|
Why don't people read?
Quote:
Originally Posted by j.jacobsen
- If you want to have this user-selectable you need to add a custom profile field. Set it up as radiobutton, give it a name, the options yes and no and use the following code instead of only adding , add this
HTML Code:
<if condition="$userinfo[fieldXX] == Yes">$FNB_HTML</if>
replace XX with the number the new profilefield got.
|
|