The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Require Tags to post ?
Any possible way to require Tags be added by the OP before a post is submitted when starting a thread ?
|
#2
|
||||
|
||||
In default vbulletin? No, there is no option to do this. I think you may have to write a plugin to check the field and if it is empty, give an error.
|
#3
|
|||
|
|||
Hook: newthread_start
PHP Code: PHP Code:
|
#4
|
|||
|
|||
Quote:
thank you ! how to do it with standard page layout ? |
#5
|
||||
|
||||
What do you mean? Did you try the plugin he wrote? What was the result?
|
#6
|
||||
|
||||
There should be a mod around here that adds tags to thread automatically.
|
#7
|
|||
|
|||
i mean, show error with forum template error page. when i add product i see information like that: I would like to change white background in such way: I think it's better |
#8
|
||||
|
||||
If you want it to show like in the second image, you would need to add the error to the $errors array. Do a search in your files for it (probably in functions_newpost.php) and you should find where the array gets built and pick a hook around there to use to add to it.
|
#9
|
|||
|
|||
i try to find out some solution but i affraid it's to difficult for me
could you show me how to replace the code in product to get any of error after do submit |
#10
|
||||
|
||||
If you need someone to write the code for you, you will have to post in the Modification Requests forum (either paid or unpaid).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|