|
Tags Required
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;
}
![]() Download No files for download. Screenshots |
|||||||||
Similar Mods
| Administrative and Maintenance Tools [Tags Killer] Delete all tags mod ( mass tags delete ) | vBulletin 3.8 Add-ons |