The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|