PDA

View Full Version : profile filed permission


LuisManson
06-16-2010, 06:06 PM
Hi i have implemented a profile field, wich is read by a plugin on postbit_display_complete
but i dont find any way to limit its use with groups permission :(

any sugestions?

Fuhrmann
06-16-2010, 10:38 PM
You say:

Only admin will have this field?
You can use this (i guess...):

<vb:if condition="is_member_of($post, 6)">
CODEHERE
</vb:if>

LuisManson
06-17-2010, 12:27 PM
where should i put that? i can make that in the plugin and the option will not do anything for a user out of the group, but i also dont want non members of the group to see that option