I need to allow a specific usergroup to add/modify FAQ's in our board. There's no permission-related topic in the FAQ section of the manual and I couldn't spot any relevant setting in the CP. Any hints please?
Announcement
Collapse
No announcement yet.
How to allow a specific Usergroup to modify FAQ's?
Collapse
X
-
The only way to do this using default vbulletin is to give the usergroup access to the Administrator Panel (usergroups > Can Access Control Panel (is Administrator)) and then in the Administrator Permissions panel, set "Can Administer FAQs" to Yes.
Please don't PM or VM me for support - I only help out in the threads.
vBulletin Manual & vBulletin 4.0 Code Documentation (API)
Want help modifying your vbulletin forum? Head on over to vbulletin.org
If I post CSS and you don't know where it goes, throw it into the additional.css template.
W3Schools <- awesome site for html/css help
-
Take a look at the faq.php page and there should be a hook location near the top. You can just do a condition based on is_member_of and if they are an unregistered user, give them the No Permission message. (If you need further help with that, you really need to post on vb.org since that is the modification site.)
Please don't PM or VM me for support - I only help out in the threads.
vBulletin Manual & vBulletin 4.0 Code Documentation (API)
Want help modifying your vbulletin forum? Head on over to vbulletin.org
If I post CSS and you don't know where it goes, throw it into the additional.css template.
W3Schools <- awesome site for html/css help
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment