Version: 1.00, by Kentaurus
Developer Last Online: Jul 2014
Category: Major Additions -
Version: 3.6.8
Rating:
Released: 01-01-2007
Last Update: 01-04-2007
Installs: 141
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
Tested with vb 3.6.8
This hack puts the control of the smilies on the users. It lets any user (that you give permission to) upload or modify the smilies that he can use.
These are not the smilies that vb uses, these are user-customized smilies. The smilies that you already have in place are preserved and are still used. But users may upload their own smilies for their use, and they are kept separate from the forum smilies.
For users:
Users can keep a library of smilies (they can upload them from their computer or web)
Users enter their replacement text, for example, :iamhappy: would be changed for his user-happy smilie
The custom smilies are parsed in any post, signature, or pm
If they have enabled the WYSIWYG editor, smilies are shown there
For administrators:
Usergroup control of who may upload custom smilies
Usergroup control of the size (width, height, size in bytes) of the smilie
Smilie quota, both for max number of smilies and max number of bytes or hard disk space
The administrator can choose where to save the smilies (the directory, default: mysmiliesvb)
Installation instructions
See the included readme.txt
Info for hackers:
You may modify, improve, upgrade, redistribute this hack, include it
in another hack or yours or translate it provided you do it free of
charge and you distribute it in www.vbulletin.org at least, there is no
need to pm me asking for permission
Some portions of the code are (c) Jelsoft Enterprises Ltd.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
1.03
Upgrade instructions: upgrade the xml product at the admincp
- Added support for MySmilies when previewing a post/thread (newpost/newthread)
- Bug fix: a javascript problem, not on a blank installation but when used along with other hacks (ej. vbPager). Made them coexist.
- Bug fix: When viewing a pm, your smilies were parsed, instead of the pm sender's smilies
- Bug fix: In some WYSIWYG scenarios, a class="inlineimg" appears because of a double parsing. This was fixed.
- Added a hint for adding compatibility for vbShout (check the Extra resources section)
1.02
Upgrade instructions: upgrade the xml product at the admincp
- Bug fix: in the usercp navigation panel the link was showing with no background
- Added an index.html to the mysmiliesvb directory for security
1.01
Upgrade instructions: reupload mysmiliesvb.php
- Bug fix: If a * was found in the replacement text, it was incorrectly parsed
- Added spanish translation in the zip
This is a great concept but it gives me a couple questions.
Can you add permissions for a per-user basis?
When the user inputs a new keyword will all posts with that keyword use their smilie? or does the new smilie only show in the users posts? Is the new smilie parsed so it will not interfere with current keywords? (if not might I suggest AJAX to make this check on-the-fly?
Are there restrictions on type of images? Can you add an option to limit file types?
Are there instructions for adding the MySmilies dropdown for the Quick Reply box too?
edit...I would like to recommend adding a blank index.html to the zip for the mysmiliesvb directory for security