Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Favorite Smilies Details »»
Favorite Smilies
Version: 1.0.5, by Darwinist Darwinist is offline
Developer Last Online: May 2009 Show Printable Version Email this Page

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.

Comments
  #132  
Old 03-08-2007, 10:48 AM
Caddyman Caddyman is offline
 
Join Date: Mar 2006
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Darwinist View Post
Looks to me like the code was copied to your script without the line breaks, so everything was commented out. Try this...
worked perfect, i was using wordpad, i kinda figured that may be the issue, thats why i attached it

Thanks man!:up:
Reply With Quote
  #133  
Old 03-13-2007, 03:35 AM
jw00dy's Avatar
jw00dy jw00dy is offline
 
Join Date: Dec 2004
Location: Utah
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #134  
Old 03-13-2007, 07:52 AM
tawnygirl tawnygirl is offline
 
Join Date: Jan 2006
Location: I <3 NY
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #135  
Old 03-13-2007, 10:43 AM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #136  
Old 03-13-2007, 09:04 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tralala View Post
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
Reply With Quote
  #137  
Old 03-13-2007, 11:22 PM
Darwinist Darwinist is offline
 
Join Date: Apr 2002
Location: Richmond, Virginia
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tawnygirl View Post
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...

'http://www.mysite.com/forum/admincp/image.php?do=viewimages&table=smilie&imagecategory id=1'


...notice 'imagecategoryid=1'. Enter the IDs you want ingored into the options.
Reply With Quote
  #138  
Old 03-14-2007, 10:55 AM
tawnygirl tawnygirl is offline
 
Join Date: Jan 2006
Location: I <3 NY
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:up: Thank you SO much, that's exactly what it was! You have no idea how much I appreciate your help!
Reply With Quote
  #139  
Old 03-15-2007, 11:12 AM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES View Post
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.
Reply With Quote
  #140  
Old 03-16-2007, 12:54 AM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tralala View Post
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
Reply With Quote
  #141  
Old 03-27-2007, 07:06 AM
WebConnection WebConnection is offline
 
Join Date: Jun 2006
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

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?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06103 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete