The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Smilie popup
How do you set up posting so that when someone clicks on the editor smilie icon, it opens the bigger smilie box instead of the smaller one?
Right now you have to click on the 'more' button every time and trying to skip that step. Thanks. |
#2
|
|||
|
|||
This works for me.
Set the right side "smiliebox" off. admincp->options->Message Posting Interface Options -> Smilebox Total Smiles = 0 Now when I click on the ckeditor smilie icon it opens up the smilie popup-box directly. Hope it works for you |
#3
|
|||
|
|||
Sorry, tbworld, that's the wrong smilie box. On the bottom of that smilie box it says "More". When you click it another (bigger) smilie box opens up.
That's the one I'm talking about I need it to go directly there. |
#4
|
|||
|
|||
That is a bit more difficult. One is a plugin for the Ckeditor the other is not. I have a feeling vbulletin had a problem implementing the smiliebox code in the container div -- what you are referring to as the "more" popup box -- as an internal plugin.
I will mess around with it a bit and see what I can see. --------------- Added 27 Sep 2013 at 18:02 --------------- I just worked this up for another user on vbulletin. Simple hack but it might help you for now, until I look at your proposal -- which is interesting. Hack: Set the minimum height and width of the Ckeditor plugin smiliebox Edit: Use a good editor (Do not use Notepad or Wordpad or something similar. You can use the vbulletin uncompressed source or just edit the compressed since it is just a few parameter changes. Edit in vbulletin file area: "/clientscript/ckeplugins/vbsmiley/dialogs/smiley.js" Search for "270," <-- Do not include the quotes The code you are searching for is the following. Code:
minWidth : 270, minHeight : 120, NOTE: This should be less than the smallest device resolution you support. Examples: minWidth : 450, minHeight : 290, minWidth : 610, minHeight : 450, It is your environment so experiment. Save and Recompress: For final production version always recompress. YUI compressor is easy to use and does a good job most of the time. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|