The Arcive of vBulletin Modifications Site. |
|
Tags Required Details »»
|
|||||||||||||||||||||||||||
This mod, show a alert box when someone try to create a thread without put tags.
Just search on clientscript/vbulletin_textedit.js Code:
vB_Text_Editor.prototype.prepare_submit = function(subjecttext, minchars)
{
var returnValue;
Code:
if (document.vbform.taglist.value == "") {
alert("Tags Required please add some tags");
return false;
}
![]() Screenshots
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I think installing the mod that automatically inserts the correct tags would be more suitable instead of forcing members to manually insert tags. It could get annoying for your members.
|
|
#3
|
||||
|
||||
|
Annoying is the word! My members would just quickly learn to type a space or a nonsense phrase in there, so what I would end up with would be worse than no tags at all.
|
|
#4
|
|||
|
|||
|
I need this
can I exclude some forums? |
|
#5
|
|||
|
|||
|
It's too bad that this no longer works. I believe the text editor was changed after this and works differently.
|
|
#6
|
|||
|
|||
|
vb 4.2.2?
|
|
#7
|
||||
|
||||
|
Doubtful, the editor changed, after this mod was posted.
|
|
#8
|
||||
|
||||
|
For anyone wishing to use this sort of mod, I did one here:
vB4.x https://vborg.vbsupport.ru/showthread.php?t=313456 vB3.8.x https://vborg.vbsupport.ru/showthread.php?t=313455 vB3.7.x https://vborg.vbsupport.ru/showthread.php?t=313454 vB3.6.x https://vborg.vbsupport.ru/showthread.php?t=313453 |
![]() |
|
|