The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Favorite Smilies Details »» | |||||||||||||||||||||||||
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:
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
|
Comments |
#22
|
|||
|
|||
No, this is not related to this add-on. Sounds like it's a problem with the 'Custom User Smileys' product you installed.
|
#23
|
|||
|
|||
ahh, its no longer installed, it was removed with the upgrade, it must have left that file after the uninstall then.. great news as they have all been crying for there fav smilies back
thanks for clearing it up for me, i shall reinstall after work |
#24
|
|||
|
|||
installed and working
|
#25
|
||||
|
||||
Ok can you please tell what misc.php file do we edit for step 2. Where is it located as there are quite a few misc.php files.
Never mind, after checking three misc.php files I found it. And Im having an error now that its all installed.. I get the error when clicking the popup smilie box on the quick reply and in the user cp when trying clicking the link for the edit favorite smilies. But I dont get it when clicking the smilies on my signature box in the user cp or in the advanced reply. Parse error: parse error, unexpected ',' in /usr/local/psa/home/vhosts/sitename/httpdocs/forum/misc.php on line 77 Heres the section of that file: 'getsmilies' => array( 'smiliepopup', 'smiliepopup_category', 'smiliepopup_row', 'smiliepopup_smilie', 'smiliepopup_straggler' ), ############### FAVORITE SMILIES ################# 'editfavsmilies' => array( 'favoritesmilies', 'favoritesmilies_bit', 'favoritesmilies_bit_blank', 'favoritesmilies_row' ), ############### /FAVORITE SMILIES ################ ), 'showsmilies' => array( 'help_smilies', 'help_smilies_smilie', 'help_smilies_category', ) ); $actiontemplates['none'] =& $actiontemplates['showsmilies']; // allows proper template caching for the default action (showsmilies) if no valid action is specified if (!empty($_REQUEST['do']) AND !isset($actiontemplates["$_REQUEST[do]"])) { $actiontemplates["$_REQUEST[do]"] =& $actiontemplates['showsmilies']; } |
#26
|
|||
|
|||
You have two closing parentheses... delete the line that I highlighted below:
'getsmilies' => array( 'smiliepopup', 'smiliepopup_category', 'smiliepopup_row', 'smiliepopup_smilie', 'smiliepopup_straggler' ), ############### FAVORITE SMILIES ################# 'editfavsmilies' => array( 'favoritesmilies', 'favoritesmilies_bit', 'favoritesmilies_bit_blank', 'favoritesmilies_row' ), ############### /FAVORITE SMILIES ################ ), 'showsmilies' => array( 'help_smilies', 'help_smilies_smilie', 'help_smilies_category', ) ); $actiontemplates['none'] =& $actiontemplates['showsmilies']; // allows proper template caching for the default action (showsmilies) if no valid action is specified if (!empty($_REQUEST['do']) AND !isset($actiontemplates["$_REQUEST[do]"])) { $actiontemplates["$_REQUEST[do]"] =& $actiontemplates['showsmilies']; } |
#27
|
||||
|
||||
thank you. Works perfectly.
But I noticed the favorite smilies only show up in the tool box in the advanced post and the advanced post drop down, not in the quick reply drop down. Anyway to put them into the quick reply drop down too? |
#28
|
||||
|
||||
Now my Users can choose them favorite Smilies.
I have so many Smilies in my Board, that everyone had to search long time to find his favorite ones. Thankies |
#29
|
|||
|
|||
Wonder if you can help me
I Installed Catagory smilies. And would also like the Favorite smiley Heres my problem In template 'editor_smiliebox', find: Code:
title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>" Code:
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(430, smiliewindow_y); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</td> Code:
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(430, smiliewindow_y); return false" title="<if condition="$vbulletin->userinfo['favsmilies']"><phrase 1="$favsmtotal" 2="$totalsmilies">$vbphrase[showing_x_favsmilies_of_y_total]</phrase><else /><phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase></if>">$vbphrase[more]</a>]</td> Never mind.... Guess it would work if I were to upload the 2 edited files.. Hehe... Well atleast you can use the above if somone has Catagory Smilies installed. Works great!! |
#30
|
||||
|
||||
Great hack, thank you!!!
*installed* |
#31
|
||||
|
||||
installed and working
thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|