| Main Options |
| Module Title |
|
| Active
Setting this option to 'No' will prevent this module from being shown on any pages. |
|
| PHP File Module Options |
| File to Include |
|
| Module Parent
With some select modules (such as the News Archive) it may be necessary to specify a parent module. If this module requires a parent module you may specify that parent here. |
|
| Identifier PHP file modules require a unique identifier to help identify the module and its settings. Please note that this cannot be changed later and the identifier used for each PHP module must be unique. |
|
| Templates Used
Here you may enter a list of any templates that are called within your PHP file and used in this module. This is necessary to cache the templates as well as figure out which templates belong to this module when downloading modules. Separate each template with a carriage return (new line). |
|
| Initialize BB Code Parser If this module uses vBulletin BB codes in any way, this option must be turned on. |
|
| Initialize Forum Permissions If this module pulls information regarding your forums, threads, or posts, and you wish to apply your vBulletin forum permissions to this module, this option must be turned on. |
|
| Initialize Moderator Cache/Permissions If this module requires information for your moderator permissions (ie: uses the can_moderate() function), this option must be turned on to initialize your moderator permissions. |
|
| Initialize Ignored Users If this module pulls information regarding your forum's threads, or posts, and you wish to prevent threads/posts from users on a member's ignore list or users listed in your "Tachy Goes to Coventry" vBulletin setting from being displayed, this option must be turned on. |
|
| Clean File Output
If your are trying to include a PHP file that was not written specifically for vBulletin or vBadvanced, it may be necessary to "clean" the output of this file. If you add a module and the content prints out as the first thing on the top your page, this is a good indication that it needs to be cleaned. |
|