![]() |
Remove access to New Threads
I'm looking for a Mod to remove access to New Threads in a specific forum for a single specific member.
does one exist? |
well, you can use conditional in templates to do the trick.
|
I don't know how to do this :surprised:
|
In your forumdisplay template find the bit that says about newthread.gif and around that code add something like:
Code:
<if condition="$bbuserinfo[userid]!=x"> There are two instances of this in the template so make sure that you do both of them. BTW, I've not checked the code, just done it from memory so if theres a bug give me a poke and I'll fix it. |
Does that remove the users new thread privileges to all forums? I want to only remove it for a specific forum :squareeyed:
|
ooops yeah it would.
Code:
<if condition="$forum[forumid]=x"> x = forum id number y = user id number |
Quote:
Code:
<if condition="($forum[forumid]=x) AND ($bbuserinfo[userid]!=y")>msg</if> |
Quote:
|
All times are GMT. The time now is 02:35 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|