The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin 4 Request - Require a post icon on new thread creation (or on every post)
Require a post icon on new thread creation (or on every post), desperately need this for vb 4.2.5
|
#2
|
|||
|
|||
Create plugin at hook location 'newpost_process' and add the following code in it:
Code:
// check for post icon if ($post['iconid'] == 0) { eval(standard_error("Please select post icon.")); } |
Благодарность от: | ||
MarkFL |
#3
|
|||
|
|||
thanks you iA1, you own!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|