My non Wiki forums are showing blank headers when the headers should be restricted to Wiki forums only. Is there a setting I have wrong or a way to restrict them to Wiki only?
Headers are enabled on a per-forum basis. You probably have headers turned on for those non-wiki forums. You can change this via the usual Forum Manager settings.
Ok so it seems that the default for VaultWiki settings under the Forum Manager is checked to show Wiki Headers.
I have hundreds of forums set up that were there prior to my installation of VaultWiki and they are all now showing headers as the default. Could you make it so that when installing VaultWiki the default for that setting is no?
Is there a global somewhere I can set so that I don't have to change all of these manually?
The default used to be no, but we actually had the opposite request from users in past years which is why the default is currently yes.
Only users who have permission to create headers can see blank headers. If you've done something like only allow admins to create headers where there isn't one (Forum Permissions for the Wiki Headers forum), then this wouldn't end up being a huge problem.
You can turn them all off at once with a database query. If you want auto-links on, use 2 as NUM, otherwise use 0.
Code:
UPDATE forum
SET vault_options = NUM
WHERE vault_type = 0
After doing this, you'll need to edit at least one of your forums to rebuild the forum cache and get the change live.
Only users who have permission to create headers can see blank headers. If you've done something like only allow admins to create headers where there isn't one (Forum Permissions for the Wiki Headers forum), then this wouldn't end up being a huge problem.
Ahh! That makes things easier, I didn't realize that. I will simply go and restrict the Headers Forum permissions.
This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.