|
Smilie Space
This modification is in the archives.
This hack will add a space after a smilie.
By default when you click on many smilie emoticons they are put next to each other like this: ![]() ![]() ![]() After this hack each smilie would have a space between them like this: ![]() To make this modification, open the following file: clientscript/vbulletin_textedit.js Code:
/**
* Insert Smilie
*/
this.insert_smilie = function(e, smilietext)
{
this.check_focus();
add this --> smilietext = smilietext + ' ';
return this.insert_text(smilietext, smilietext.length, 0);
};
Download No files for download. |
|||||||||
Similar Mods
| Smilie Info: Smilie Usage in Posts | vBulletin 3.6 Add-ons |