The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"Special Forum" Settings
I would like to enable certain settings for a single forum:
- Forumhome background color is #d9d9c2 rather than default - The 'post new thread' button is hidden but you can still post threads if you know the link - People are limited to posting one thread in the board |
#2
|
|||
|
|||
Edit your main one.
Download the xml. Upload it to a new one. Then when you create/edit a forum make it overwrite the users specific settings. That's the only way I know. |
#3
|
|||
|
|||
I don't see where you can download or edit the XML file for a single board...
|
#4
|
||||
|
||||
I would add a plugin, or modify the template, to add that background css just for that forum - example for if in headinclude template:
HTML Code:
<if condition="$forumid == 'xx'"> <style type="text/css"> <!-- .the_class_you_want_to_change{ background: #d9d9c2; } --> </style> </if> And posting limit - take a look in the mods forums for one. |
#5
|
|||
|
|||
Okay, I was able to meet those three demands thanks to you guys' wonderful help. Thank you very much. I did have one more question: I want to display the latest thread the user has posted in that board (ID 25) in a blank profile tab. I have the tab blank, I just need to know how to make it display the thread.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|