PDA

View Full Version : Disable "view forum posts" and "find latest posts"


HL90
06-29-2012, 06:24 PM
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?

HL90
07-02-2012, 09:03 PM
Anyone?

HL90
07-14-2012, 03:58 AM
Bump.

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.

HL90
07-15-2012, 08:43 PM
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.

HL90
08-01-2012, 07:41 PM
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.)