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.
I must be nuts, but does this or is it supposed to add a smile button to the quick reply? I don't think it does... Just wanted to see if anyone could confirm.
I just updated to vB3.6.5, and then updated the Fav Smilies to the current version using the Update instructions and then the 3.1+ instructions.
Everything "looks" fine when we go to reply, but when we click to edit fav smilies:
Database error in vBulletin 3.6.5:
HTML Code:
/misc.php?do=editfavsmilies
we get this error, which I don't know how to fix...
Quote:
Invalid SQL:
SELECT smilieid, smilietext, smiliepath, smilie.title,
imagecategory.title AS category
FROM smilie AS smilie
LEFT JOIN imagecategory AS imagecategory USING(imagecategoryid)
WHERE smilie.imagecategoryid NOT IN (Admin, Use)
ORDER BY imagecategory.displayorder, imagecategory.title, smilie.displayorder;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Use)
ORDER BY imagecategory.displayorder, imagecategory.title, smilie.display' at line 5
Error Number : 1064
Date : Tuesday, March 13th 2007 @ 01:43:02 AM
Classname : vb_database
Does anyone know how I would go about fixing this?
Is anyone using this in conjunction with My Smilies VB? Seems like a perfect match, just wanted to make sure they work nicely together before diving in...
Is anyone using this in conjunction with My Smilies VB? Seems like a perfect match, just wanted to make sure they work nicely together before diving in...
I have both installed with no issues at all (vb3.6.5)..well apart from the ones already known lol
I just updated to vB3.6.5, and then updated the Fav Smilies to the current version using the Update instructions and then the 3.1+ instructions.
Everything "looks" fine when we go to reply, but when we click to edit fav smilies:
Database error in vBulletin 3.6.5:
HTML Code:
/misc.php?do=editfavsmilies
we get this error, which I don't know how to fix...
Does anyone know how I would go about fixing this?
In the favorite smilie options, when entering the 'Ignored Categories', you must enter the category ID, not the category title. A quick way to find the category ID is to go to the Smilie Manager in your admin CP and hover over the title name. Take note of the link... it should be something like...
I have both installed with no issues at all (vb3.6.5)..well apart from the ones already known lol
Thanks for the reply, hIBEES. I've just installed this one too, but I note that it's not recognizing any customized "My Smilies," so I can't set (or unset) any one of them as Favorites. Is that how it's working for you too?
That sort of defeats the purpose for me; I was hoping to use this add-on to help users clean up and prioritize their personalized smilie collection.
Thanks for the reply, hIBEES. I've just installed this one too, but I note that it's not recognizing any customized "My Smilies," so I can't set (or unset) any one of them as Favorites. Is that how it's working for you too?
That sort of defeats the purpose for me; I was hoping to use this add-on to help users clean up and prioritize their personalized smilie collection.
Tralala my humble apologises,it was this one I have installed
Installed the hack and followed all the instruction for vBulletin 3.6.1. Installation seems fine but when I go through userCP, this is the link fo the Edit Favorite Smilies: /misc.php?do=editfmilies
I looked at the USERCP_SHELL template but the url should be /misc.php?do=editfavsmilies.
What seems to be the problem with my installation?