Tabbed smileys

Started by emanuele, January 15, 2011, 02:32:43 PM

Previous topic - Next topic

MotRude

Does it work with all Themes? I Use prince of Darkness.

ACAMS

It works on my different themes .... 3 one one site, and 3 more one my other sites.

MotRude

Whats the Difference between the beta version and the reg version?

emanuele

It's written just below the red note. ;)


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

MotRude

I Did not install the Beta version but installed the Regular version..Works Great!

Is there a way to remove the More Link?

emanuele

I answered by PM and forgot to report here...
The option is in the same page of enable smileys: admin > forum > smiley and message icons > settings.


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

MotRude

Thanks Alot...Great Mod! :)

timetraveller

I tried to install the mod and it says it's not compatible with my version of smf - 2.0.1

Any advice as I could really do with getting my smileys under control  ;)

Adrek

Read this: http://wiki.simplemachines.org/smf/How_can_install_a_mod_that_doesn't_work_in_my_SMF_version
Mod is compatible with SMF 2.0 so there shouldn't be problems with latest SMF 2.0.1 ;)
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

timetraveller

Ah, OK - I've managed to do that before (shame it didn't log in the memory cells!!) I'll give it a go. Thank you :)

timetraveller

Successfully installed  ;D

Couple of questions about the look.

(1) Can I change the tabs so they have rounded edges and a font to match the SMF2.0 default theme (Curve?)

(2) To the right of the tabs there is a tiny scroll bar - presumably something in the height of the tab bar box needs adjusting. Can I do this somewhere?

emanuele

Quote from: timetraveller on December 09, 2011, 08:03:51 PM
(1) Can I change the tabs so they have rounded edges and a font to match the SMF2.0 default theme (Curve?)
Yes, unfortunately at the moment I cannot provide you an example...(time constrains)

Quote from: timetraveller on December 09, 2011, 08:03:51 PM
(2) To the right of the tabs there is a tiny scroll bar - presumably something in the height of the tab bar box needs adjusting. Can I do this somewhere?
Yes, you should be able to fix it increasing the margin or the padding in this css:
ul#tabs {
overflow:auto;
list-style-type: none;
margin: 30px 0 0 0;
padding: 1px 0 0 0;
}

I think... :-[


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

chinaren

OMG.  You are a true hero!  Thousands will scream your name.  I've been looking for a mod like this since Smiley Pops died, and here it is!!


Many, many thanks!!!!  Works fine on my forum.  Now I just have several hours worth of Smiley arranging to do.   :laugh:
The Opus Path - The Next Generation of the Written Word

timetraveller

I like mine too :)

You've reminded me it's time to remove the Christmas smileys :)

shin111

Anyone manage to get this working on 1.1.16?

If so, how did you do it?

emanuele

Please try using the Version Emulate mod and put 1.1.13 as version to emulate.
It installs as expected. ;)


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

MrCreatoR

Russian translation...

russian-utf-8:
Quote
	
<
file name="$languagedir/Modifications.russian-utf8.php" error="skip">
	
	
<
operation>
	
	
	
<
search position="end" />
	
	
	
<
add><![CDATA[
//Begin tabbed smileys
$txt['additional_smileys'] = 'Дополнительные смайлы';
$txt['basic_smileys'] = 'Базовые смайлы';
$txt['tabbed_smileys_tabsnames'] = 'Имена вкладок и отображение';
$txt['tabbed_smileys_tabsnames_description'] = 'Здесь вы можете указать имена вкладок, которые будут отображаться над формой ответа, при отправке нового сообщения в тему или личного сообщения.';
$txt['tabbed_smileys_row'] = 'ряд';
$txt['tabbed_smileys_tab'] = 'вкладка';
$txt['tabbed_smileys_style'] = 'Отображение вкладок';
$txt['hide_more_smiley'] = 'Прятать кнопку "Дополнительно"';
$txt['enable_tabbed_interface'] = 'Включить полный интерфейс вкладок';
$txt['tabbed_interface_off'] = 'Полностью отключено';
$txt['tabbed_interface_smiley'] = 'Только смайлы во вкладках';
$txt['tabbed_interface_fullon'] = 'Все элементы отправки сообщения во вкладках';
$txt['tabbed_smileys_two_lines'] = 'Показывать вкладки смайлов в отдельном ряду';
$txt['tabbed_formatting'] = 'Форматирование';
$txt['tabbed_attachments'] = 'Вложения';
// $txt['tabbed_attached'] = $txt['attached']; //reminder
$txt['tabbed_othersettings'] = 'Другие опции';
//End tabbed smileys
]]>
	
	
	
</
add>
	
	
</
operation>
	
</
file>

russian:
Quote
	
<
file name="$languagedir/Modifications.russian.php" error="skip">
	
	
<
operation>
	
	
	
<
search position="end" />
	
	
	
<
add><![CDATA[
//Begin tabbed smileys
$txt['additional_smileys'] = 'Дополнительные смайлы';
$txt['basic_smileys'] = 'Базовые смайлы';
$txt['tabbed_smileys_tabsnames'] = 'Имена вкладок и отображение';
$txt['tabbed_smileys_tabsnames_description'] = 'Здесь вы можете указать имена вкладок, которые будут отображаться над формой ответа, при отправке нового сообщения в тему или личного сообщения.';
$txt['tabbed_smileys_row'] = 'ряд';
$txt['tabbed_smileys_tab'] = 'вкладка';
$txt['tabbed_smileys_style'] = 'Отображение вкладок';
$txt['hide_more_smiley'] = 'Прятать кнопку "Дополнительно"';
$txt['enable_tabbed_interface'] = 'Включить полный интерфейс вкладок';
$txt['tabbed_interface_off'] = 'Полностью отключено';
$txt['tabbed_interface_smiley'] = 'Только смайлы во вкладках';
$txt['tabbed_interface_fullon'] = 'Все элементы отправки сообщения во вкладках';
$txt['tabbed_smileys_two_lines'] = 'Показывать вкладки смайлов в отдельном ряду';
$txt['tabbed_formatting'] = 'Форматирование';
$txt['tabbed_attachments'] = 'Вложения';
// $txt['tabbed_attached'] = $txt['attached']; //reminder
$txt['tabbed_othersettings'] = 'Другие опции';
//End tabbed smileys
]]>
	
	
	
</
add>
	
	
</
operation>
	
</
file>

FrizzleFried

Quote from: emanuele on December 10, 2011, 04:30:07 AM
Quote from: timetraveller on December 09, 2011, 08:03:51 PM
(1) Can I change the tabs so they have rounded edges and a font to match the SMF2.0 default theme (Curve?)
Yes, unfortunately at the moment I cannot provide you an example...(time constrains)

Could I trouble you to perhaps touch on this topic again?  Your mod is EXCELLENT... absolutely fantastic but it does stand out a slight bit from the curved theme of the forum I am running.  Any help is greatly appreciated.

THANKS!


emanuele

Now that I think about it: use the "beta" version.
That inherit the Curve aspect. You can set it to "Only smileys in tabs" and it will be exactly the same as the current one, but with nice rounded edges...I hope. :P


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

FrizzleFried

Figured it out (how to make rounded buttons)...

Add:

-moz-border-radius: 6px;

And

-webkit-border-radius: 6px;

to ul#tabs li a and you're golden.

Advertisement: