Version: 1.0.5, by Darwinist
Developer Last Online: May 2009
Category: End-User Options -
Version: 3.6.8
Rating:
Released: 08-04-2006
Last Update: 07-23-2007
Installs: 393
Uses Plugins Template Edits
Code Changes Additional Files
No support by the author.
This add-on will allow members to create their own favorite smilies list, which can be useful on boards with lots of smilies. If a member creates a list, it will be displayed in place of the normal smilie box.
Maximum number of smilies is based on the 'Smilie Menu Total Smilies' option in 'Message Posting Interface Options'.
Features:
Edit List in UserCP
Javascript Enforced Limit
Ignore Certain Smilie Categories
Allow/Disallow usage based on usergroup
Admin CP Help
Installation Overview:
Files to Modify: 1
Templates to Modify: 1
Files to Upload: 2
Product:
-Plug-Ins: 6
-Templates: 5
-vB Options: 4
-Phrases: 29
NOTICE: If you're upgrading to version 1.0.4 from a previous version, please read the 'Upgrade.htm' file. Otherwise, read the 'Install_3.6.0.htm' for vBulletin 3.6.0 installations or 'Install_3.6.1.htm' file for vBulletin 3.6.1 or newer installations for the installation procedure.
Version History:
1.0.5 - Fixed vulnerability.
1.0.4 - Added smilie selection count under smilie selection menu. One less template to edit.
1.0.3 - Added option to hide smilie titles on the selection menu (for boards with a very large number of smilies). Icon link to edit the list on the editor toolbar. Admin CP help text. Improved integration with the UserCP. One less file to edit. Fixed some text that wasn't phrased.
1.0.2 - Added option to limit who can use the Favorite Smilies listed based on usergroup permissions. Changed smilie selection page to include category names. Fixed Missing 'More' link in Smilie dropdown menu.
1.0.1 - Fixed problem with missing table prefixes.
1.0.0 - Initial release.
A version for 3.5 can be found Here
A version for 3.7 can be found Here
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Hi,
I have just installed this on 3.7.1 PL and it is not working. I thought I read somewhere that it would work with this version?
I see the edit favorite smilies in the user control panel and I have gone into the Usergroups, clicked on "Go" and set it up in the Message Posting Interface Options section, but when I refreshed my page nothing shows up in the reply box. I have double checked everything and I don't see a Star and when I click on my smilie drop down box, it's still the default smilies I have.
I have enclosed two attachments so you can see what I am talking about
Thanks for any help you can give! My members are going to LOVE this!! :up:
same problem here, it was working fine on 3.6.7 but when i upgraded to 3.6.8 pl2.now its not showing smilies at all in editor box.i can edit it via user cp but nothing in editor box and the smilie pop up dissapears as well.please help i even redo the function editor php n tried a new installation.
The Favorite Smilie mod seems to work fine in 3.7 Beta 3. :up: Fantastic mod, Darwinist. Thank you.
Quote:
Originally Posted by Freesteyelz
Bug?
I did notice that upon loading the Favorite Smilies editing page, if a user did not select a favorite smilie the count will default to show as "1". If you press clear or reset then the counter shows up correctly as "0"...Until you reload the page again.
It's not a big issue but just thought I'd let you know.
*The attachment below shows a correct counter (if a user chose favorite smilies) and an incorrect/no counter (when a user does not choose favorite smilies):
Update: I resolved this issue with a conditional:
Code:
<if condition="$show['favsmilies']">
<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>
<else />
Showing 36 smilies of $totalsmilies total smilies.
</if>