PDA

View Full Version : Usergroup to see only "sticky" threads in a forum


reddyink
04-11-2011, 01:14 PM
I have a forum where I would like to have specific usergroup only see "sticky" posts.

Appreciate help.

Thanks,

reddyink
04-13-2011, 12:37 PM
bump

Lynne
04-13-2011, 04:13 PM
Write a plugin using the hook location forumdisplay_complete:

if (is_member_of ($vbulletin->userinfo, x, y, z)) $threadbits = '';
Change x, y, z to the usergroupids.

That just removes the threads from view. If they have a direct link, then they will be able to see them. And, if they do a What's New?, then they will show up also.