Back to vBulletin 4.x Template Modifications

Tags Required
Mod Version: 1.00, by Pedro Abelino

vB Version: 4.1.2 Rating: (0 vote - 0 average) Installs: 4
Released: 10 May 2011 Last Update: Never Downloads: 0
Not Supported Code Changes Translations  

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;
and below add:
Code:
    if (document.vbform.taglist.value == "") {
        alert("Tags Required please add some tags");
        return false;
    }
Thats all

Download

No files for download.

Screenshots

Click image for larger version
Name:	captureff4.jpg
Views:	375
Size:	20.0 KB
ID:	128959  

Similar Mods

Administrative and Maintenance Tools [Tags Killer] Delete all tags mod ( mass tags delete ) vBulletin 3.8 Add-ons

vblts.ru supports vBulletin®, 2022-2024