The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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?
|
#2
|
|||
|
|||
Anyone?
|
#3
|
|||
|
|||
Bump.
|
#4
|
||||
|
||||
Surround the action in an IF condition like this:
HTML Code:
<vb:if condition="is_member_of($vbulletin->userinfo,5, 6, 7)">DROPDOWN STUFF</vb:if> |
#5
|
|||
|
|||
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? |
#6
|
||||
|
||||
Yes i know what you meant, simply surround those items in the dropdown with the conditional.
|
#7
|
|||
|
|||
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?
|
#8
|
||||
|
||||
Try $bbuserinfo instead of $vbulletin->userinfo
(It would also help if you told us *exactly* what template and what code you are changing.) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|