PDA

View Full Version : Hide Content From People with no Friends List Activity


Phrost
07-25-2009, 01:07 AM
Hopefully this is the correct forum.

I'm looking for a means of hiding content from people without anyone on their friends list. Is this even possible? If so, a nudge in the right direction would be immensely valuable and greatly appreciated.

squishi
12-10-2009, 10:22 AM
It should be possible to use $bbuserinfo[friendcount].

Maybe use it like this:
<if condition="$bbuserinfo[friendcount] != 0">
...content...
</if>