![]() |
This mod available? [Post restrictions user/forum ID]
I've used the search but could not find anything. Is this mod available: setting post restriction for a specific user ID and specific forum IDs so he can only post in one specific forum for example.
Ty |
Just use if conditions in the header template
HTML Code:
<if condition="$vbulletin->userinfo['userid'] == x AND !in_array($forum['forumid'], array(1,2,3,4))"> |
Thanks, I want them to still be able to read but not post.
I know this can probably be done with usergroups and forum permissions but that would be too much of a hassle in our case, so I was wondering if a simple mod for this exists. |
You started out by saying "A user" but now you are talking about usergroups, search for CYB forum permissions, but to be honest you'd be better off going the permissions route with vb :)
|
You could try writing in a plugin for that:
Product : vbulletin Hook Location: newreply_post_start Title : vijay's great plugin Execution Order: 5 should be ok Plugin PHP Code: PHP Code:
replace 1,2,3,4 with the members id and xx with the forum id. |
Quote:
So there is no mod like this made? I'' try the above. Thanks vijayninel Hm tried it but does not work unfortunately. |
@Vijay - Nice Title :D
--------------- Added [DATE]1343330965[/DATE] at [TIME]1343330965[/TIME] --------------- Quote:
|
All times are GMT. The time now is 11:16 AM. |
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:
|