Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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

Version: 3.5.4 Rating:
Released: 08-05-2006 Last Update: 08-05-2006 Installs: 25
Uses Plugins Template Edits
Code Changes  
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

Installation Overview:
Files to Modify: 2
Templates to Modify: 2
Product:
-Plug-Ins: 2
-Templates: 4
-vB Options: 3
-Phrases: 12

Version History:
1.0.1 - Fixed problem with missing table prefixes.
1.0.0 - Initial release.

*Screenshots below are from the 3.6 version, but they both look the same.

A version for 3.6 can be found Here.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 08-06-2006, 07:15 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the 3.6 version!
Reply With Quote
  #3  
Old 08-06-2006, 10:06 AM
apdcanari apdcanari is offline
 
Join Date: May 2005
Location: Belgique
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ERROR

XML File > Ligne 126

PHP Code:
        $db->query("UPDATE user SET favsmilies='' WHERE userid='" $vbulletin->userinfo['userid'] . "'"); 
Replace with :

PHP Code:
        $db->query("UPDATE " TABLE_PREFIX "user SET favsmilies='' WHERE userid='" $vbulletin->userinfo['userid'] . "'"); 
XML File > Ligne 143

PHP Code:
        $db->query("UPDATE user SET favsmilies='$favsmilies' WHERE userid='" $vbulletin->userinfo['userid'] . "'"); 
Replace with :

PHP Code:
        $db->query("UPDATE " TABLE_PREFIX "user SET favsmilies='$favsmilies' WHERE userid='" $vbulletin->userinfo['userid'] . "'"); 
C?dric
Reply With Quote
  #4  
Old 08-06-2006, 05:45 PM
Darwinist Darwinist is offline
 
Join Date: Apr 2002
Location: Richmond, Virginia
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed, thanks.
Reply With Quote
  #5  
Old 08-11-2006, 11:31 PM
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Location: WagnerTech.net
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank You!
Works fine so far.

Been looking all over for this.
Reply With Quote
  #6  
Old 10-02-2006, 08:39 PM
phovanxua phovanxua is offline
 
Join Date: Sep 2006
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Darwinist ,

Some how my smillies box does not show my Favorite Smilies , I did choose the one I liked , but when I open new threat , the Favorite Smilies doesn't show .

Can you help ? I used VB 3.5.4.

Thanks ,
Reply With Quote
  #7  
Old 10-03-2006, 12:46 AM
Darwinist Darwinist is offline
 
Join Date: Apr 2002
Location: Richmond, Virginia
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After saving your favorites list, if you click on 'edit favorite smilies' in your UserCP, do your favorites appear selected?
Reply With Quote
  #8  
Old 10-03-2006, 05:25 AM
phovanxua phovanxua is offline
 
Join Date: Sep 2006
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Darwinist
After saving your favorites list, if you click on 'edit favorite smilies' in your UserCP, do your favorites appear selected?
Yes it's does show the one I selected .

I though it will show on the smillies box when I open the new threat or post new reply .Inmy smillies box it's still show randomly ...instead favorites list .

Edit = I just found the problem and fix it ,I forgot to replace the script in STEP 1:
In includes/functions_editor.php .

Thanks for your help .

I enjoy this MOD now .
Reply With Quote
  #9  
Old 10-03-2006, 04:50 PM
PinkDaisy's Avatar
PinkDaisy PinkDaisy is offline
 
Join Date: Sep 2006
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and my members LOVE it!
Reply With Quote
  #10  
Old 10-07-2006, 06:08 AM
Baldy Baldy is offline
 
Join Date: Nov 2001
Location: Silicon Valley
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PinkDaisy
Installed and my members LOVE it!
+1

Reply With Quote
Reply

Thread Tools

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 06:48 PM.


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.04823 seconds
  • Memory Usage 2,298KB
  • 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
  • (4)bbcode_php
  • (2)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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