Re: [ADDON] Tabbed smiley
Reply #40 –
Okay I have to ask this, but I installed this and I don't see any options about adding a tab or anything. All I see are the default settings for adding sets and smileys.
Re: [ADDON] Tabbed smiley
Reply #42 –
I needed a version that would work with ElkArte 1.1, so here it is for anyone else in need. I made a PR to the official repo as well. Note this version will only work with 1.1
As with the 1.0 version, you need to use CSS to provide custom names your tabs, otherwise you will get the default Tab 1 ... Tab X. See the css file for details, simply each defined smiley row in the popup window can be given a tab name.
Re: [ADDON] Tabbed smiley
Reply #43 –
I've made another update to fix a performance issue.
The previous version waited for the editor to trigger a signalReady event to build the tabs. For some reason there is a long delay on that happening. The delay is not unique to Elk 1.1, which does use a newer version of the editor, as I noticed a similar delay on Elk 1.0, just not as long and annoying.
The updated version instead adds a DOM element watch, and as soon as the editor creates the needed smiley div, this runs and the tabs are created. So really as soon as you see the editor window the tabs are created, vs the previous 5ish second delay.