View Full Version : Disable "view forum posts" and "find latest posts"
Hi, I'd like to disable the "view forum posts" and "find latest posts" options on my vBulletin. I know I can edit the codes in the memberinfo and memberaction_dropdown templates but I only need this for the admins on the forum. Is there a mod for this?
Simon Lloyd
07-14-2012, 04:25 AM
Surround the action in an IF condition like this:<vb:if condition="is_member_of($vbulletin->userinfo,5, 6, 7)">DROPDOWN STUFF</vb:if>
now it will only show to mods and admin.
Hello,
Thanks for your help but I meant that the "view forum posts" and "find latest posts" on the admin profiles should be disabled for the regular members and guests. How can I change this in memberinfo and memberaction_dropdown?
Simon Lloyd
07-16-2012, 07:43 AM
Yes i know what you meant, simply surround those items in the dropdown with the conditional.
Is it me or it still doesn't work? It seems that both admins and normal members can't choose the "view forum posts" option. Can you tell me where I need to edit the codes in the dropdown file?
Lynne
08-01-2012, 11:18 PM
Try $bbuserinfo instead of $vbulletin->userinfo
(It would also help if you told us *exactly* what template and what code you are changing.)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.