Back to vBulletin 3.7 Add-ons

Status of PHP 8.5 support: Possible. Open Contacts for details.

Smilie Space
Mod Version: 1.00, by Andy

This modification is in the archives.
vB Version: 3.7.0 Rating: (2 votes - 4.00 average) Installs: 17
Released: 05 May 2008 Last Update: Never Downloads: 5
Not Supported Code Changes  

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

vblts.ru supports vBulletin®, 2022-2025