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 |
#72
|
|||
|
|||
Quote:
|
#73
|
|||
|
|||
At the very bottom of the usergroup permissions page, in the 'Usergroup Options' section, there should be the option 'Allow Users to Select Favorite Smilies'. If it's not there, then you'll have to make sure the 'bitfield_favoritesmilies.xml' file has been uploaded to the includes/xml directory.
|
#74
|
||||
|
||||
I installed this and it was working perfectly fine until several members who upgraded to Internet Explorer 7 started complaining that their smilie box was cut off. I didn't have problems with mine because I was using the previous version of IE but now that I just upgraded, the box is being cut off on mine also. It doesn't matter what I set the number of rows to, it still cuts them off. If I set it to 5 rows, it only shows 4 of them. If I set it to 4 rows, it only shows 3 of them. But it only does this for a new reply and new thread. When PMing, it seems to be okay :ermm:
Here are the two screen shots so you can see what I'm talking about. One is of the smilies being cut off and the other is with them showing fine when I'm PMing someone. This seems to only be an error with IE 7 because it works fine on the other browsers. Any idea how to correct this? |
#75
|
||||
|
||||
no ideas? :/
|
#76
|
|||
|
|||
First: I love the mod ! I am using it ! Second: Is there a way to go one step further and add the Favorites to a Quick-Reply post form ? That would be great !!! There is a mod already for Quick-Reply smilies, but I would like to use the favorite ones there ! Thanks ...
|
#77
|
|||
|
|||
BrandiDup:
This add-on simply alters the list of smilies that is shown (the data). It does not change the way the data is displayed. Apparently the problem is browser-related and is a result of vBulletin's template not being displayed properly. I tried looking up information on this problem, but seem to come up empty handed. I'll keep my eye out and when I upgrade to IE7 myself, I'll see if I encounter the same problem. Sorry I can't be more of a help. Ricardo: I'll certainly look into that option when I get a chance. |
#78
|
||||
|
||||
Quote:
OK, thanks for checking into it for me. I figured it was just browser specific since I didn't have any problems on the old version of IE and I'm getting no complaints from anyone except those on the new version. Its not a huge deal, but please do let me know if you find a fix for it! I've tried just about everything I can as far as changing the number of smilies and rows to turning off the tabbed browsing in IE and nothing seems to be working. So, any info you can find would be wonderful! Thank you. :classic: |
#79
|
||||
|
||||
Oh, I did want to let you know... when I clear my list of fav smilies and just use the default ones I have set for the board, there are no problems with displaying them, even with the same number of smilies and rows. So, it seems to be only when you select your fav smilies that the error happens.
|
#80
|
||||
|
||||
Uh, guests can visit the smilies page. Is this intended? Does it save it to a cookie or something?
|
#81
|
|||
|
|||
Quote:
On functions_editor.php I commented this lines: // if ($editor_type == 'qr') // { // // no smilies // } // else On the Templates at showthread_quickreply I found: <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td> And added after it: <!-- wysiwyg smilies --> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="$stylevar[imgdir_editor]/smilie.gif" alt="" width="21" height="20" /></td> <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td> </tr> </table> </div></td> <!-- / wysiwyg smilies --> Please check it out ! The website is: http:\\www.floridasportbikers.com Thanks again for your awesome add-on !!!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|