Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: Nibogo on February 08, 2009, 06:40:40 AM

Title: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on February 08, 2009, 06:40:40 AM
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.smfpacks.com%2Fimagenes%2Fnuevo_logo_mod.png&hash=2daa61076ed8f0f60f0c644dc6087aa62fb85c81) (http://www.smfpacks.com)

Enhanced Dropdowns v1.2 - NIBOGO
Add preview for each option in posting screen for selection options like font size, font color and font face.


Website (http://www.smfpacks.com) |  Donate (http://www.smfpacks.com/donate.php) | My Mods (http://custom.simplemachines.org/mods/index.php?action=search;author=126412) | Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=1624) | PRO Version - Advanced Editor (http://www.smfpacks.com/wysiwyg)



Important Info:
o This Mod was created by SMFPacks.com - The #1 Website for the Customization of your SMF.

SMFPacks.com Provides Other Great Packages:
- Reason for Editing Mod.
- Yet Another Global Announcements Mod.
- SMF Social Groups.
- SMF Links Directory.
- SMF Downloads Directory.
- SMF Dynamic Directory.
- Advanced Topic Prefix Mod.
- Advanced Invitations System.
- Move Topic Notification.
- PM to New Members.
- Permissions Info.
- Next Post Level.
- Karma Buttons.
- SMF Multi Quote.
- Attachments in Topics.
- and much more visit us on SMFPacks.com

Author:
- NIBOGO

Features:
o Add a preview of all the colors in the font color dropdown
o Add a preview of all the size in the font size dropdown
o Make the editor a little bit advance and user friendly
o Support SMF 2.0
o Support SMF 1.1.X also the Font and Size Dropdown Mod (http://custom.simplemachines.org/mods/index.php?mod=639)

Languages:
- All the languages

Compatibility:
- SMF 2.0 RC4
- SMF 1.1.12



Changelogs:

Version 1.2 - Jan 19, 2011
- Added support for SMF 2.0 RC4.

Version 1.2 - July 31, 2010
- Added support for SMF 2.0 RC3.

Version 1.1.2 - Oct 08, 2009
- Now supporting SMF 1.1.10

Version 1.1 - Feb 10, 2009
- Added support for SMF 1.1.X Font Color dropdown and Font size plus fon face if the Font and Size Dropdown Mod (http://custom.simplemachines.org/mods/index.php?mod=639) is installed

Version 1.0 - Feb 07, 2009
- Modification Release
Title: Re: Enhanced Dropdown
Post by: aldo on February 08, 2009, 11:33:33 AM
Very nice modification. I like :)
Title: Re: Enhanced Dropdown
Post by: alex30 on February 08, 2009, 02:10:15 PM
Let us know if 1.1.8 will get this.

Thanks.
Title: Re: Enhanced Dropdown
Post by: Pleek on February 08, 2009, 03:46:33 PM
yes, please convert this for 1.1.8. It looks like a awesome mod.
Title: Re: Enhanced Dropdown
Post by: Antechinus on February 08, 2009, 09:35:39 PM
What's 1.1.8?
Title: Re: Enhanced Dropdown
Post by: Realinfo on February 09, 2009, 12:42:47 AM
Quote from: Antechinus on February 08, 2009, 09:35:39 PM
What's 1.1.8?

1.1.8 is new version of SMF..............
Title: Re: Enhanced Dropdown
Post by: Realinfo on February 09, 2009, 12:43:16 AM
yes............... we need it in 1.1.8...................
Title: Re: Enhanced Dropdown
Post by: ɔɔɔɔɔɔuɥoɾ on February 09, 2009, 05:58:32 PM
I like Thanks
Good Job!

would it be really hard to make it preview the font too though?
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 10, 2009, 05:52:33 PM
1.1.8 Version???

I can't do that , SMF 1.1.8 dont have the Dropdown for the font size in the editor , I will add support for the "Font and Size Dropdown Menu" Mod ;)

Quote from: aldo on February 08, 2009, 11:33:33 AM
Very nice modification. I like :)

Glad to hear that ;)
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 10, 2009, 06:42:42 PM
Version 1.1 - Feb 10, 2009
- Added support for SMF 1.1.X Font Color dropdown and Font size plus fon face if the Font and Size Dropdown Mod (http://custom.simplemachines.org/mods/index.php?mod=639) is installed

Enjoy it!
Title: Re: Enhanced Dropdown
Post by: MaryLouW on February 10, 2009, 09:39:32 PM
I love this mod but... it comes out in reverse on my forum.  The font heading shows the sizes and the sizes heading shows the font faces.  I am attaching an example.  What can I do to fix this?  I am a novice so please don't use big words   :) 

Also, are there any other fonts that can be used?  Some of these aren't great.

Thanks
MaryLou
Title: Re: Enhanced Dropdown
Post by: Simplemachines Cowboy on February 10, 2009, 09:51:55 PM
Themes/default/post.template.php

Replace with this:

// Print a drop down list for all the fonts are available!
    if (!isset($context['disabled_tags']['font']))
echo ' <select onchange="surroundText(\'[font=\' + this.options[this.selectedIndex].value.toLowerCase() + \']\', \'[/font]\', document.forms.', $context['post_form'], '.', $context['post_box_name'], '); this.selectedIndex = 0; document.forms.', $context['post_form'], '.', $context['post_box_name'], '.focus(document.forms.', $context['post_form'], '.', $context['post_box_name'], '.caretPos);" style="margin-bottom: 1ex;">
    <option value="" selected="selected">', $txt['font_face'], '</option>
    <option value="Arial" style="font-family: Arial;">', $txt['font_arial'], '</option>
    <option value="Times New Roman" style="font-family: Times New Roman;">', $txt['font_times'], '</option>
    <option value="Comic Sans MS" style=font-family: Comic Sans MS";>', $txt['font_comic'], '</option>
    <option value="Verdana" style="font-family: Verdana;">', $txt['font_verd'], '</option>
    <option value="Haettenschweiler" style="font-family: Haettenschweiler;">', $txt['font_heatt'], '</option>
    <option value="Tahoma" style="font-family: Tahoma;">', $txt['font_taho'], '</option>
    </select>';

// Print a drop down list for all the fonts sizes are available!
    if (!isset($context['disabled_tags']['size']))
echo ' <select onchange="surroundText(\'[size=\' + this.options[this.selectedIndex].value.toLowerCase() + \']\', \'[/size]\', document.forms.', $context['post_form'], '.', $context['post_box_name'], '); this.selectedIndex = 0; document.forms.', $context['post_form'], '.', $context['post_box_name'], '.focus(document.forms.', $context['post_form'], '.', $context['post_box_name'], '.caretPos);" style="margin-bottom: 1ex;height: 20px;">
    <option value="" selected="selected">', $txt['font_size'], '</option>
    <option value="9pt" style="font-size: 9pt;">', $txt['size_9'], '</option>
    <option value="10pt" style="font-size: 10pt;">', $txt['size_10'], '</option>
    <option value="11pt" style="font-size: 11pt;">', $txt['size_11'], '</option>
    <option value="12pt" style="font-size: 12pt;">', $txt['size_12'], '</option>
    <option value="13pt" style="font-size: 13pt;">', $txt['size_13'], '</option>
    <option value="14pt" style="font-size: 14pt;">', $txt['size_14'], '</option>
    </select>';


He has each of these lines in the opposite place:

    <option value="" selected="selected">', $txt['font_size'], '</option>
    <option value="" selected="selected">', $txt['font_face'], '</option>


Can't help you with new / different fonts, sorry.
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 10, 2009, 09:54:04 PM
@MaryLouW: Open your Post.template:

FIND:

<option value="" selected="selected">', $txt['font_size'], '</option>

REPLACE:

<option value="" selected="selected">', $txt['font_face'], '</option>

and viceversa
Title: Re: Enhanced Dropdown
Post by: MaryLouW on February 10, 2009, 10:24:49 PM
Thank you so much!!!!  I'm uneasy about changing things but this one was so simple!! It worked, now I'm a happy camper!!

MaryLou
Title: Re: Enhanced Dropdown
Post by: Blinker on February 11, 2009, 03:29:24 AM
Nice mod, thanks Nibogo. Although I am using the new Hack's Park Colour Picker, this mod is great for size and face.

I installed the original size and face dropdown mod first and then yours and it works perfectly.

For those of you who find the dropdown titles are around the wrong way, open up your post.english.php file and change $txt['font_face'] = 'Font Size'; & $txt['font_size'] = 'Font Face'; to match up correctly and it should be fine.
Title: Re: Enhanced Dropdown
Post by: MaryLouW on February 11, 2009, 04:45:27 PM
I would LOVE to have that Hacks Park Color picker but it won't install for me.  It fails at one point.  Not sure if you can help with this or not.  I tried to post on their board but I can't find anywhere to post a message even after I've registered and logged in so I was going to just give it up. Here's what happens:
Title: Re: Enhanced Dropdown
Post by: Allen09 on February 11, 2009, 05:07:15 PM
Installing this package will perform the following actions:
      Type    Action    Description
*    1.    Execute Modification    ./index.php    Test successful
      1.    Replace    ./index.php    Test successful
*    2.    Execute Modification    ./Sources/ManagePermissions.php    Test failed
      1.    Replace    ./Sources/ManagePermissions.php    Test successful
      2.    Replace    ./Sources/ManagePermissions.php    Test failed
      3.    Replace    ./Sources/ManagePermissions.php    Test successful
*    3.    Execute Modification    ./Sources/MessageIndex.php    Test successful
      1.    Add After    ./Sources/MessageIndex.php    Test successful
*    4.    Execute Modification    ./Themes/default/MessageIndex.template.php    Test successful
      1.    Replace    ./Themes/default/MessageIndex.template.php    Test successful
      2.    Replace    ./Themes/default/MessageIndex.template.php    Test successful
*    5.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test successful
      1.    Add Before    ./Themes/default/languages/Modifications.english.php    Test successful
   6.    Execute Modification    ./Themes/default/languages/Modifications.english-utf8.php    Skipping file
*    7.    Execute Modification    ./Sources/Admin.php    Test successful
      1.    Add After    ./Sources/Admin.php    Test successful
   8.    Extract File    ./Sources/Announcements.php    
   9.    Extract File    ./Themes/default/Announcements.template.php    
   10.    Extract File    ./Themes/default/languages/Announcements.english.php    
   11.    Extract File    ./Themes/default/images/admin/yagam.gif    
   12.    Execute Code    install.php


im running 2.0 RC 1 and it comes up with that when i upload it
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 11, 2009, 05:53:53 PM
Quote from: MaryLouW on February 11, 2009, 04:45:27 PM
I would LOVE to have that Hacks Park Color picker but it won't install for me.  It fails at one point.  Not sure if you can help with this or not.  I tried to post on their board but I can't find anywhere to post a message even after I've registered and logged in so I was going to just give it up. Here's what happens:

Try the manual edit , I will not give support for that mod , because I dont have the time to do it

@Allen09: This is the Enhanced Dropdown Mod Support not yagam
Title: Re: Enhanced Dropdown
Post by: LG on February 13, 2009, 05:44:35 PM
I have installed this on 1.1.8.
But, it only shows Color pick, no Font type and size !

Any help ?

Lara
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 14, 2009, 09:32:51 PM
Quote from: LG on February 13, 2009, 05:44:35 PM
I have installed this on 1.1.8.
But, it only shows Color pick, no Font type and size !

Any help ?

Lara

You have to install the Font and Size Dropdown Mod after you have to install the Enhanced Dropdown Mod ;)
Title: Re: Enhanced Dropdown
Post by: ke4obt on February 16, 2009, 01:45:40 PM
Quote from: NIBOGO on February 14, 2009, 09:32:51 PM
Quote from: LG on February 13, 2009, 05:44:35 PM
I have installed this on 1.1.8.
But, it only shows Color pick, no Font type and size !

Any help ?

Lara


You have to install the Font and Size Dropdown Mod after you have to install the Enhanced Dropdown Mod ;)

Hey, Nibogo,
I have the same problem as LG. I tried what you had posted, but no success. The drop down lists are there, but the font type doesn't show what it's supposed to look like if you select it. The same for the font size. The color show the colors nice and pretty. :)
The mod installed nicely for me, one little "error" on post.template.php which I was able to edit manually.
Do you have any other suggestions for me?? Please! I really would like to use this mod.
Site is running SMF 1.1.8 with a modified default theme.

Thanks in advance,
Mickey (Flip's wife)
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 16, 2009, 04:34:40 PM
U have installed the 'Font and Size Dropdown' Mod??

After of the installation of that mod u have to install this one
Title: Re: Enhanced Dropdown
Post by: ke4obt on February 17, 2009, 05:58:06 AM
Hey ,
OK, got a question then,
we installed:
The first time,
font and size dropdown
then
enhanced dropdown,
that did not work.

The second time we installed in this order:
  enhanced dropdown
then
font and size dropdown.
Still does not work.

any other ideas, you're the wiz-kid, I'm just and old fart in conpairesson, who needs lots and I do mean LOTS of help.

TTYL Flip
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 17, 2009, 05:08:05 PM
ke4obt again an exception , please attach your Post.template.php ;)

Please understand of I will do it when I have the time to do it
Title: Re: Enhanced Dropdown
Post by: ke4obt on February 17, 2009, 05:49:34 PM
Hey NIBOGO,

Please find below said requested file.
and THANKS MILLIONS as I know you'll get to it when you have a chance, btw looks like your getting quite a little collection of mods built-up, Grate job.

TTYL Flip
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 17, 2009, 06:00:58 PM
Quote from: ke4obt on February 17, 2009, 05:49:34 PM
Hey NIBOGO,

Please find below said requested file.
and THANKS MILLIONS as I know you'll get to it when you have a chance, btw looks like your getting quite a little collection of mods built-up, Grate job.

TTYL Flip

I attach the Post.template.php , should be working now , please let me know that.

You are welcome ;)
Title: Re: Enhanced Dropdown
Post by: ke4obt on February 17, 2009, 06:18:57 PM
Hey Nibogo,

I'll let you know as soon as my wife or one of our moderators comes on-line tonight, now how many THANK-YOU'S do I need to say for getting it done a heck of a lot faster than I figured.

TTYL Flip
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 17, 2009, 06:41:25 PM
Quote from: ke4obt on February 17, 2009, 06:18:57 PM
Hey Nibogo,

I'll let you know as soon as my wife or one of our moderators comes on-line tonight, now how many THANK-YOU'S do I need to say for getting it done a heck of a lot faster than I figured.

TTYL Flip

What is your website??

I just need a User Account and I can check if is working ;)
Title: Re: Enhanced Dropdown
Post by: ke4obt on February 17, 2009, 07:09:04 PM
Hey NIBOGO,

check your PMs just sent one with info.
Title: Re: Enhanced Dropdown
Post by: ke4obt on February 17, 2009, 08:17:11 PM
Hey NIBOGO,

!! YOU DA MAN !!
just can't figure out how you and all the rest of the coders
here at SMF (http://www.simplemachines.org), are able to
do what you all do.
Great Job and
Thanks Again

TTYL Flip
Title: Re: Enhanced Dropdown
Post by: Nibogo on February 17, 2009, 09:01:41 PM
@ke4obt: Thank your for try my mods ;)
Title: Re: Enhanced Dropdown
Post by: ke4obt on February 17, 2009, 10:24:41 PM
Hey NIBOGO,

Just found one little boo boo in
the fix and think I can fix it,
i.e. earlier post told how to fix.
font shows size and size shows font.
keeping me on my toes are we?

Thanks Again
TTYL Flip
Title: Re: Enhanced Dropdown
Post by: ke4obt on February 18, 2009, 11:21:45 AM
Hey, NIBOGO,
This is Mickey - Flip's wife.
The mod works perfectly in FireFox. I can see the font faces and the sizes like I'm supposed to. However, in Internet Explorer, the only dropdown that shows right is the color. The font face and font size only show in the "default" font. Is this normal or is something set wrong in my IE?
Thanks for any help,
Mickey
Title: Re: Enhanced Dropdown
Post by: DeviDarkL on March 18, 2009, 11:46:48 PM
What a simple and usefull mod :) Thanks NIBOGO ;D
Title: Re: Enhanced Dropdown
Post by: Nibogo on March 19, 2009, 04:01:43 PM
Quote from: DeviDarkL on March 18, 2009, 11:46:48 PM
What a simple and usefull mod :) Thanks NIBOGO ;D

You are welcome :)
Title: Re: Enhanced Dropdown
Post by: General_Naga on March 21, 2009, 02:14:02 PM
This mod is great :)

One small issue I have though is that the Font Size drop-down is now clipping its title i.e. its now not as high as it used to be. How can I fix this/where should I be looking?
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on April 27, 2009, 07:45:46 PM
It installed everything great. Only problem is the font size and font face dont show a difference like the size isnt bigger/smaller (all same) and the font type doesnt show a difference in style (all the same). How can this be fixed?
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on April 28, 2009, 10:43:32 AM
anyone know?
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on April 29, 2009, 05:50:41 PM
Quote from: cafontaine on April 27, 2009, 07:45:46 PM
It installed everything great. Only problem is the font size and font face dont show a difference like the size isnt bigger/smaller (all same) and the font type doesnt show a difference in style (all the same). How can this be fixed?

bump
Title: Re: Enhanced Dropdown
Post by: Nibogo on April 29, 2009, 06:11:33 PM
Spammer.... You don't need to make 3 posts maybe you have an error in the installation just do the manual edit
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on April 29, 2009, 06:14:05 PM
I installed it through the package installer (running smf 2.0 RC1 and default theme) and it installed 100% perfect no errors first time. seen that problem so I uninstalled it through package it uninstalled perfect then I installed it manually 100% everything was the same worked fine just the font all is same and size is all same no apearance change.
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 04, 2009, 01:19:49 AM
any ideas? I tried reinstalling had same problem
Title: Re: Enhanced Dropdown
Post by: Twenty6 on May 08, 2009, 09:09:36 AM
yes i have also the problem above it installs correctly but i dont see any changes it doesnt work for 2.0 RC1
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 10, 2009, 03:16:02 PM
Yea it doesnt seem to work for RC1 I have that too .... hope they change it so it does
Title: Re: Enhanced Dropdown
Post by: LOVELORD on May 13, 2009, 08:43:38 PM
When I install this mod into post.template.php it work great.. But when I instal it into display.template.php for quick reply, it stop working. Show me only a choise drop menu, but wituot any function, Hot show anything into post box.
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 13, 2009, 10:52:36 PM
Weird I under if that would fix our problem  :o
Title: Re: Enhanced Dropdown
Post by: KameL on May 14, 2009, 10:50:05 AM
Great mod!
I have two requests for you:
1. Can you modified it to make the user must choose a prefix obligatory?
2. I want to implement this mod only on a few boards of my forum. There's a way to do that?
If you don't want to do that, please help me modding it to my forum.
Bye!

EDIT: I just saw this topic is for 'Enhanced Dropdown' mod... I have redirected here from this mod: SMF Topic Prefix Mod - PostPrefix Mod (http://custom.simplemachines.org/mods/index.php?mod=1752). You have to edit the URL in that page.
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 14, 2009, 01:54:15 PM
Quote from: Chit-Chat ChatterBox Boss on April 27, 2009, 07:45:46 PM
It installed everything great. Only problem is the font size and font face dont show a difference like the size isnt bigger/smaller (all same) and the font type doesnt show a difference in style (all the same). How can this be fixed?

Still cant figure this out I even did manual install and I have the same problem
Title: Re: Enhanced Dropdown
Post by: Nibogo on May 14, 2009, 09:49:39 PM
Try doing a hard refresh (ctrl+F5) the mod has been tested on SMF 2.0 RC1 Clean Installation in more than one theme so the mod is fine works propertly
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 14, 2009, 09:51:28 PM
yea I have done that ... I have read where others have had similar problems.
Title: Re: Enhanced Dropdown
Post by: LOVELORD on May 15, 2009, 03:46:07 PM
any help??
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 15, 2009, 04:38:16 PM
no  :-\
Title: Re: Enhanced Dropdown
Post by: Cal O'Shaw on May 25, 2009, 02:08:08 AM
Hello NIBOGO,

Went and installed this tonight under 1.1.9.  First I installed the recommended Font Face and Font Size dropdown MOD for 1.1.X.  That MOD worked correctly.  When I added the Enhanced Dropdown MOD it reversed the Font Face and Font Size pulldowns: that is, click on the Font Face pulldown and a list of Font Sizes appears; click on the Font Size pulldown and a list of Font faces appears.

I uninstalled and reinstalled this MOD a couple of times to see if this was an abberation.  Happens the same way each time.

Cal

Title: Re: Enhanced Dropdown
Post by: Realinfo on May 26, 2009, 01:59:44 AM
1. Execute Modification .\Themes\default/Post.template.php Test failed
2. Execute Modification .\Themes\default/Post.template.php Test successful


i'm using 1.1.9............
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 26, 2009, 02:39:24 AM
Other mods you have installed or the theme (if not default) is interfering. Try manual installing the package.
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 28, 2009, 01:21:14 AM
Quote from: Chit-Chat ChatterBox Boss on April 29, 2009, 06:14:05 PM
I installed it through the package installer (running smf 2.0 RC1-1 and default theme) and it installed 100% perfect no errors first time. seen that problem so I uninstalled it through package it uninstalled perfect then I installed it manually 100% everything was the same worked fine just the font all is same and size is all same no apearance change.

Any ideas on this NIBOGO?
Title: Re: Enhanced Dropdown
Post by: Nibogo on May 28, 2009, 03:22:46 PM
This mod works propertly with SMF 2.0 RC1-1 clean installation, there is a problem with other mod, your browser or the edit
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on May 28, 2009, 04:14:20 PM
Um OK I will retry again installing manually for the 3rd time.
Title: Re: Enhanced Dropdown
Post by: Cal O'Shaw on May 28, 2009, 06:36:24 PM
I installed it on 1.1.9 with the Font and Size Dropdown Mod installed.  And the dropdown lists for fonts and faces got reversed.  Tried install/uninstall a couple of times and it was quite consistent.

Could you check that, please?

Grazie,

Cal
Title: Re: Enhanced Dropdown
Post by: Nibogo on May 28, 2009, 06:43:53 PM
Quote from: Cal O'Shaw on May 28, 2009, 06:36:24 PM
I installed it on 1.1.9 with the Font and Size Dropdown Mod installed.  And the dropdown lists for fonts and faces got reversed.  Tried install/uninstall a couple of times and it was quite consistent.

Could you check that, please?

Grazie,

Cal

Could you check the topic??

This was solved in the first or second page
Title: Re: Enhanced Dropdown
Post by: Cal O'Shaw on May 28, 2009, 07:02:48 PM
Yes I checked it.  And just checked it again.

Do I take that as an invitation to attach my Post.template.php file (Reply 23)?

Because that's the only 'solution' I've seen in the topic. 

If I missed the post could you identify which reply it is as it's not clear.  I have installed the MODs in both orders and it doesn't work as expected.
Title: Re: Enhanced Dropdown
Post by: Chit-Chat ChatterBox Boss on June 13, 2009, 05:37:52 PM
For 2.0 RC1-1 I got the size and color working.
For the font I want it to display what it will look like. Here is my code in GenericControls.template.php

// Show the font drop down...
if (!isset($context['disabled_tags']['font']))
echo '
<select name="sel_face" id="sel_face" style="margin-bottom: 1ex; font-size: x-small;">
<option value="" selected="selected">', $txt['font_face'], '</option>
<option value="courier">Courier</option>
</select>';

That is how it was in there when I found it. Any way this can be edited and show what the font will look like if you select it?
Title: Re: Enhanced Dropdown
Post by: BoomZKung on July 07, 2009, 02:26:50 PM
YAGAM 2.0

I've install completely!

but I have a problems that when I try to view announce...

There're only a blank page.
Title: Re: Enhanced Dropdown
Post by: MayorNewton on July 19, 2009, 10:13:09 PM
Damn...here's another one of NIBOGO's great mods that I tried to install tonight and got the 'corrupt or not compatible' message when I went to apply it.  I'm using 1.1.10, and it says that it 'should' be compatible with it.  What am I doing wrong...I'd really like to use a couple of your mods, NIBOGO!  Thank you!

Mayor
Title: Re: Enhanced Dropdown
Post by: gbsothere on July 19, 2009, 10:29:26 PM
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwhereitestmystuff.com%2Fimages%2F3.jpg&hash=292a58b5185735c32651c6fd2c759b0f59b3950b)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwhereitestmystuff.com%2Fimages%2F2.jpg&hash=ecc2b7aaefbfb974cb12294f65c1f4f66100972c)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwhereitestmystuff.com%2Fimages%2F1.jpg&hash=a9114a81446085a4b8a8167dd6b513c242308055)


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwhereikeepmystuff.com%2Fsmf%2FSmileys%2Fclassic%2Fscratchhd.gif&hash=5cf284d56b0cf7a8b3dbd236112c6476c2b52f3b)
Title: Re: Enhanced Dropdown
Post by: ralliart on July 22, 2009, 11:40:08 PM
Installed 2.0 to my RC 2.0 RC1.2 and setup an announcement. When I tested the announcement, it creates an error. So I uninstalled it right away.
Title: Re: Enhanced Dropdown
Post by: Shark-Time on August 03, 2009, 03:23:33 AM
Heyi tried it too... its not working with SMF 1.1.10???

Any idea how to make it work with SMF 1.1.10????
Title: Re: Enhanced Dropdown
Post by: flamechica on August 14, 2009, 06:08:50 PM
I just installed this mod on SM 2.0 RC1.2 and it seems to work find in Firefox, but the size does not work in IE. I have hard refreshed and looked through this topic for solutions. I noticed one other person had this problem as well, but I did not see any answer to his/her problem. Any suggestions?
Title: Re: Enhanced Dropdown
Post by: bbmtalk on September 01, 2009, 04:50:17 PM
Quote from: flamechica on August 14, 2009, 06:08:50 PM
I just installed this mod on SM 2.0 RC1.2 and it seems to work find in Firefox, but the size does not work in IE. I have hard refreshed and looked through this topic for solutions. I noticed one other person had this problem as well, but I did not see any answer to his/her problem. Any suggestions?

Same problem here with IE.
Title: Re: Enhanced Dropdown
Post by: bbmtalk on September 01, 2009, 04:53:19 PM
Quote from: Shark-Time on August 03, 2009, 03:23:33 AM
Heyi tried it too... its not working with SMF 1.1.10???

Any idea how to make it work with SMF 1.1.10????


I just parsed the package for 1.1.9 and installed manually to work for 1.1.10.
Title: Re: Enhanced Dropdown
Post by: Everis on September 07, 2009, 10:04:20 PM
Quote from: Shark-Time on August 03, 2009, 03:23:33 AM
Heyi tried it too... its not working with SMF 1.1.10???

Any idea how to make it work with SMF 1.1.10????


Same here, but it says it works for 1.1.10  :'(
Title: Re: Enhanced Dropdown
Post by: Nibogo on September 07, 2009, 10:31:20 PM
Just use emulate_version=1.1.9
Title: Re: Enhanced Dropdown
Post by: Shark-Time on September 18, 2009, 08:47:45 AM
its a great mod i liked it... but i want little bit more change...

i mean when some one try chose color ,color comes like written red but i want it show red block and same with others blueblock for blue color.. i dont know that some one has done it before but at least we can try.. can any one make it possible..

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi341.photobucket.com%2Falbums%2Fo377%2Fpakistanihaider%2F26485.jpg&hash=5a7605034c710de7f2f6d68b540fc12f01a5ff59)


Edit: also font size and font face dont work in IE ver6??
Title: Re: Enhanced Dropdown
Post by: Nibogo on October 08, 2009, 03:19:19 PM
New version uploaded supporting SMF 1.1.10
Title: Re: Enhanced Dropdown
Post by: c-ron on October 14, 2009, 02:05:01 PM
The text: $txt['font_face'] and $txt['font_size'] need to be swapped. It's an easy fix, but if you don't fix it, the 'Font Size' drop-down shows the font faces, and the 'Font Face' drop-down shows the font sizes.
Title: Re: Enhanced Dropdown
Post by: portugal.mtb on October 25, 2009, 06:59:29 PM
I've installed this mod on my smf v1.1.10 and that doesn't work. Don't appear anything...

I need help..

Sorry about my english
Title: Re: Enhanced Dropdown
Post by: searchgr on October 26, 2009, 12:12:06 AM
SMF 1.1.X: Enhanced Dropdown in the editor , adding a preview of the Font Color and Font Size plus Font Face only if the "Font and Size Dropdown Mod" is installed.
Title: Re: Enhanced Dropdown
Post by: wladymeer on November 11, 2009, 10:50:09 PM
I've copied installed this mod manually (as I have my own colors specified) and it works - however font size doesn't - any ideas?

I'm using RC1.2 btw.

Thanks
Title: Re: Enhanced Dropdown
Post by: Arveles on November 14, 2009, 04:43:47 PM
please update smf 2.0 rc2 and internet explorer support.
Title: Re: Enhanced Dropdown
Post by: Nibogo on November 22, 2009, 09:04:27 PM
Quote from: Arveles on November 14, 2009, 04:43:47 PM
please update smf 2.0 rc2 and internet explorer support.

I'm working on my favorites mods today updating this mods to SMF 2.0 RC2 but this one is a little bit tricky, the editor on the SMF 2.0 RC2 has been totally modded so I´m looking how make it work, so maybe this can take a little bit
Title: Re: Enhanced Dropdown
Post by: N.E.Media on November 28, 2009, 09:17:05 PM
I uploaded this mod to 1.1.10.  Very stable forum running for months.

I received no errors of any kind - package installer encountered no problems and deemed the install successful.

Absolutely nothing changed - post page looks exactly the same as it always did.

What happened?

Thanks!

Dan
Title: Re: Enhanced Dropdown
Post by: infyquest on December 07, 2009, 02:04:04 PM
Expecting a RC2 version soon
Title: Re: Enhanced Dropdown
Post by: Nibogo on January 03, 2010, 08:03:34 PM
Quote from: infyquest on December 07, 2009, 02:04:04 PM
Expecting a RC2 version soon

You should read before ask:

Quote from: NIBOGO on November 22, 2009, 09:04:27 PM
I'm working on my favorites mods today updating this mods to SMF 2.0 RC2 but this one is a little bit tricky, the editor on the SMF 2.0 RC2 has been totally modded so I´m looking how make it work, so maybe this can take a little bit

As you can read the WYSIWYG Editor has been totally modded on SMF 2.0 RC2, I already sent a PM to CompuArt but I ask him to not reply in case that he doesn't have time to help me with this mod so he didn't replied, I won't expend more time looking how to make it work with the new editor, I'll update it if I found how to do it but I don't think of this can be easily done without a help of one of the developers.
Title: Re: Enhanced Dropdown
Post by: Am' on March 24, 2010, 12:44:26 PM
any update for rc3 nibogo ?
Title: Re: Enhanced Dropdown
Post by: Nibogo on March 24, 2010, 06:09:09 PM
Quote from: Am' on March 24, 2010, 12:44:26 PM
any update for rc3 nibogo ?

Quote from: NIBOGO on November 22, 2009, 09:04:27 PM
I'm working on my favorites mods today updating this mods to SMF 2.0 RC2 but this one is a little bit tricky, the editor on the SMF 2.0 RC2 has been totally modded so I´m looking how make it work, so maybe this can take a little bit

Quote from: NIBOGO on November 22, 2009, 09:04:27 PM
As you can read the WYSIWYG Editor has been totally modded on SMF 2.0 RC2, I already sent a PM to CompuArt but I ask him to not reply in case that he doesn't have time to help me with this mod so he didn't replied, I won't expend more time looking how to make it work with the new editor, I'll update it if I found how to do it but I don't think of this can be easily done without a help of one of the developers.
Title: Re: Enhanced Dropdown
Post by: maihannijat on July 01, 2010, 04:09:20 AM
I installed Enhanced Font Mod  but the under Font Size the font face list was located and under Font Face the font size was located:

Font Face Button: Font Size List
Font Size Button: Font Face List

I have manually fixed this but now I have following error in my Forum Log.


   
Apply Filter: Only show the error messages of this member Guest    June 30, 2010, 07:25:20 PM
Apply Filter: Only show the error messages of this IP address 208.115.111.247      Apply Filter: Only show the error messages of this session 0ab69658dedb666a6016f5742dc354c4
Apply Filter: Only show the error messages of this URL http://www.afghanistanforums.com/index.php?action=help;page=post
Apply Filter: Only show the errors with the same message
8: Undefined index: manual_posting_Change_size
File: /home2/maihanin/public_html/forum/Themes/default/Help.template.php
Line: 1652


smf 1.1.11
Title: Re: Enhanced Dropdown
Post by: Nibogo on July 31, 2010, 02:59:54 PM
Mod updated for RC3
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: ɔɔɔɔɔɔuɥoɾ on July 31, 2010, 03:01:21 PM
Thanks,

I know a few people here have been waiting for the update :)
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Joker™ on July 31, 2010, 03:04:06 PM
yeyyyyyyyyyyyyyyyyyy ;D , thanks for upgrade
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: TheListener on July 31, 2010, 05:18:10 PM
OMG my 76th mod.

Makes the post reply area more user friendly.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nibogo on July 31, 2010, 06:29:26 PM
Quote from: Brack1 on July 31, 2010, 05:18:10 PM
OMG my 76th mod.

Makes the post reply area more user friendly.

Yes it does :)
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: oOo--STAR--oOo on August 15, 2010, 06:00:38 AM
Works good in FF but for some reason in IE8 it only displays the colors and not the font size or style..

Anyway to get this to show in IE8?
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nibogo on August 15, 2010, 10:41:31 AM
I use Mac so I don't have the chance to test IE8, the only place where I can access to it would be in ny college but there I don't have any localhost so I can test it property so the IE8 issue could take a long time (if you count the fact that I'm really busy with other things)
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: LHW on August 19, 2010, 06:43:24 AM
Nibogo: Thank you very much for this mod!  It's makes things SO much easier.  ;D

A while back, we added 125 additional colors to our SMF1 site, and people are happy that they're back again in SMF2 RC3...all thanks to your Mod!  If anyone wants to add all those colors to their board by manually editing the files (after installing this great Mod), I've attached what I did to get all the colors to properly show.  Some display better than others on various templates, so...

Anyway, I just wanted to "share the wealth" so to speak.   :D

For SMF1, see the file: For Post.template.php.txt.

For SMF2 RC3, see the other three.

I've included a few lines before and after so people should be able to tell where to place 'em.

Thank again, Nibogo!!
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nibogo on August 19, 2010, 12:14:01 PM
Thanks to you for your contribution :)
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: LHW on August 19, 2010, 07:01:55 PM
Glad to help where I can. ;D
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: hcfwesker on August 20, 2010, 04:33:50 PM
I've installed on SMF 1.1.11  , no errors, everything installed successfully, but the post reply box never changed, even on the default theme.  Couldn't find any options to change in the AdminCP.

the original Drop down MOd doesn't have the previews in them.


Any suggestions?
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nibogo on August 21, 2010, 12:38:44 PM
Quote from: hcfwesker on August 20, 2010, 04:33:50 PM
I've installed on SMF 1.1.11  , no errors, everything installed successfully, but the post reply box never changed, even on the default theme.  Couldn't find any options to change in the AdminCP.

the original Drop down MOd doesn't have the previews in them.


Any suggestions?


Please check if the code that this mod should add is there, I think that for SMF 1.1.11 mod only modify Post.template.php
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: hcfwesker on August 21, 2010, 02:35:20 PM
Yes, it did make the changes in the themes/default/Post.template.php file.  I check under post new topic and new post reply boxes, and still the standard drop down boxes.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nibogo on August 21, 2010, 02:38:33 PM
Are you using a custom theme? If that is the case you must apply the same changes to /Themes/your_theme/Post.template.php
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: hcfwesker on August 21, 2010, 02:44:53 PM
All my custom themes revert to the default Post.template.php from the default theme.  Plus I alway check the SMF Default Core theme when adding new MODs.   As I said, the package added successfully, the changes were made to the  Post.template.php file, I'm just not getting the changes.  Like the code is not even being read.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nibogo on August 21, 2010, 02:49:26 PM
Quote from: hcfwesker on August 21, 2010, 02:44:53 PM
All my custom themes revert to the default Post.template.php from the default theme.  Plus I alway check the SMF Default Core theme when adding new MODs.   As I said, the package added successfully, the changes were made to the  Post.template.php file, I'm just not getting the changes.  Like the code is not even being read.

Attach your file and I'll see what I can do
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: hcfwesker on August 21, 2010, 02:59:18 PM
Sure thing :)  I appreciate the help, bud.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nibogo on August 21, 2010, 03:17:09 PM
Code is there buddy so to be honest I don't know that is wrong, any errors in Error Log?
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: hcfwesker on August 21, 2010, 03:49:30 PM
Whoa!   Matter a fact, there's 2 new errors, and about 60 pages already with just these 2 errors.


8: Undefined offset: 533
File: /home/brawldom/public_html/Themes/default/Display.template.php
Line: 1219


8: Undefined offset: 532
File: /home/brawldom/public_html/Themes/default/Display.template.php
Line: 1218

I Uninstalled  both Drop down codes, and the errors went away.  I've attached my Display.template.php file as well.

Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nibogo on August 21, 2010, 04:14:34 PM
Overwritte with file attached however that isn't going to make this mod work just fix the errors
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: hcfwesker on August 21, 2010, 04:24:28 PM
Well, I added that, and this came up

Parse error: syntax error, unexpected ')', expecting ']' in /home/brawldom/public_html/Themes/default/Display.template.php on line 1219

So I had to readd my original.  I'm assuming it was cause because I didn't reinstall the 2 MODs.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: ɔɔɔɔɔɔuɥoɾ on August 21, 2010, 06:57:37 PM
I checked it, a simple typo

Line 1219 is

'face' => array('code' => 'font', 'before' => '[font=Verdana]', 'after' => '[/font]', 'description' => $txt['font_face'),


It should be

'face' => array('code' => 'font', 'before' => '[font=Verdana]', 'after' => '[/font]', 'description' => $txt['font_face']),
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Bugo on August 27, 2010, 12:56:34 AM
Quote from: aljo1985 on August 15, 2010, 06:00:38 AM
Works good in FF but for some reason in IE8 it only displays the colors and not the font size or style..

Anyway to get this to show in IE8?
The same problem in Google Chrome.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Neo_TE on September 10, 2010, 01:36:20 AM
great mod. thanks.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Zirc on September 18, 2010, 12:24:55 AM
Any idea if this could easily be made to work with Google Chrome?  That browser doesn't show the size, color or font style in the dropdowns with the mod installed.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: B.SkiLLs on September 28, 2010, 04:58:13 PM
Help please.
Noticed awhile back and forgot to post but... When installed this behind Font and Size Dropdown Mod (http://custom.simplemachines.org/mods/index.php?mod=639) is makes the text in the default drop downs wrong. So size text label is actually the face and the face is actually wrote out to be the size when it swaps them around and adds the enhanced. So when it adds the 12 13 14 etc and the colors for each color etc..

How can this be fixed without effecting this mod of the Font and Size Dropdown Mod (http://custom.simplemachines.org/mods/index.php?mod=639)

Figure it's just a typo but wanted to ask first. Cause since it's an actual function that flips and not just wording.

oh not to mention the box sizes get a little messed up looking and smaller on the one for size i think it was.

Thxs.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: imbuzz on October 11, 2010, 03:37:04 PM
hi
i use smf 1.1.11  with "goldmoon"theme as a custom .i want to install Enhanced Dropdown mod . this mod support 1.1.11 like picture.
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimbuzz.m.vu%2F%2F44.PNG&hash=c1d5b54dcd5c051bfff04f0562fadd1682435aa3)

but when i install & modify it,after apply it shows me this error :

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimbuzz.m.vu%2F%2F33.PNG&hash=c6f8565937029136354b0845d676049d4f474af4)

what is the problem ?
help me :)tnx
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: B.SkiLLs on October 16, 2010, 07:34:10 AM
Quote from: imbuzz on October 11, 2010, 03:37:04 PM
hi
i use smf 1.1.11  with "goldmoon"theme as a custom .i want to install Enhanced Dropdown mod . this mod support 1.1.11 like picture.
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimbuzz.m.vu%2F%2F44.PNG&hash=c1d5b54dcd5c051bfff04f0562fadd1682435aa3)

but when i install & modify it,after apply it shows me this error :

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimbuzz.m.vu%2F%2F33.PNG&hash=c6f8565937029136354b0845d676049d4f474af4)

what is the problem ?
help me :)tnx


did you manually install or download package ??
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Aoife on November 20, 2010, 08:19:18 AM
I recently upgraded from 2.0 RC3 to 2.0 RC4 and when I tried to reinstall this mod, it fails both tests in the installation. I've tried using the emulation for RC3 and also RC4 and neither work.

Just thought I'd let you know - I miss this mod alot.

Thanks!

Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Kimmen on January 12, 2011, 07:44:53 AM
Hey,
I really want this mod aswell, i was to open a support topic on how to get this, and searched, found this mod, and i need it for SMF2 RC4, anyone? Need som help please.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Kimmen on January 16, 2011, 06:41:08 AM
bump this awesome mod.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on January 19, 2011, 06:35:21 PM
Updated to SMF 2.0 RC4
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: henrik1782 on January 19, 2011, 07:52:44 PM
Hmm...

New install on SMF v2 RC4. Only colours are working!

The idea looks nice.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on January 19, 2011, 09:01:39 PM
Quote from: henrik1782 on January 19, 2011, 07:52:44 PM
Hmm...

New install on SMF v2 RC4. Only colours are working!

The idea looks nice.

Any errors on install?
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on January 19, 2011, 09:58:39 PM
Went to update the mod and had an error on the scripts/js file.

Went to edit the file and the required text which requires the edit is not there.

Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: henrik1782 on January 20, 2011, 02:51:46 AM
Quote from: Brack1 on January 19, 2011, 09:01:39 PM
Quote from: henrik1782 on January 19, 2011, 07:52:44 PM
Hmm...

New install on SMF v2 RC4. Only colours are working!

The idea looks nice.

Any errors on install?


No errors...
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Kimmen on January 20, 2011, 12:18:04 PM
Thanks man, love this update, really awesome. Good work Nibogo.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Neo_TE on January 21, 2011, 04:06:56 AM
Quote from: Nibogo on January 19, 2011, 06:35:21 PM
Updated to SMF 2.0 RC4
Any change in the code ? coz I already have this installed in SMF 2 RC4 by editing the info.xml to support SMF 2 RC4.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on January 21, 2011, 11:11:49 AM
No changes, if it's already working don't update.
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: Nuttcaze on January 24, 2011, 03:48:06 AM
Quote from: aljo1985 on August 15, 2010, 06:00:38 AM
Works good in FF but for some reason in IE8 it only displays the colors and not the font size or style..

Anyway to get this to show in IE8?

I installed this on my 1.1.12 forum and I too have no change in the dropdowns. Anyone know if there is a fix to this yet?
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: City Builder on February 12, 2011, 10:41:13 PM
I just installed it on my RC4 and also only the change color is working, the face and font size are not doing anything.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Neo_TE on February 16, 2011, 09:16:02 AM
^^

The mod works fine in Firefox.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: City Builder on February 16, 2011, 09:18:55 AM
Quote from: Neo_TE on February 16, 2011, 09:16:02 AM
^^

The mod works fine in Firefox.
Oh, okay I had no idea it was a firefox only mod.  Maybe there is one for the other browsers too?
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Neo_TE on February 19, 2011, 09:09:47 AM
Quote from: City Builder on February 16, 2011, 09:18:55 AM
Oh, okay I had no idea it was a firefox only mod.  Maybe there is one for the other browsers too?
Unfortunately there is no other similar mod. :(
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: hcfwesker on March 03, 2011, 08:51:19 PM
Package doesn't say anything about FireFox only.  But that would explain why I couldn't get this to work on 5 different fresh test sites, smf 1 & smf2 forums.

I tested in opera, IE, and chrome.  And could never see these options. 

Is this  REALLY a Firefox Browser only MOD???
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on March 03, 2011, 09:37:20 PM
Quote from: hcfwesker on March 03, 2011, 08:51:19 PM
Package doesn't say anything about FireFox only.  But that would explain why I couldn't get this to work on 5 different fresh test sites, smf 1 & smf2 forums.

I tested in opera, IE, and chrome.  And could never see these options. 

Is this  REALLY a Firefox Browser only MOD???

I have managed to live with the same problems and I use Firefox.

In fact I will only ever use FF.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: City Builder on March 03, 2011, 09:39:25 PM
No, it mysteriously started to work for me in chrome one day, don't remember changing anything it just started to function one day and has been reliable ever since.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on March 03, 2011, 10:01:33 PM
Basically, this only works with Firefox, as I'm using a pretty simple way to customize dropdowns, it'd be done for other browsers, but I won't
Title: Re: [Updated for SMF 2.0 RC3!!] Enhanced Dropdown
Post by: AMoon on March 31, 2011, 05:34:57 PM
Quote from: Nuttcaze on January 24, 2011, 03:48:06 AM
I installed this on my 1.1.12 forum and I too have no change in the dropdowns. Anyone know if there is a fix to this yet?
I have 1.1.13
Once I installed this mod http://custom.simplemachines.org/mods/index.php?mod=639 is worked like its supposed to but doesn't preview the font in the dropdown (ie says the font face in reg font, says the color in black, shows the font size as regular).  Once I figure out that issue I will be styling!
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Teerapat on April 12, 2011, 07:12:29 AM
It will be better if you add support for Font Color, Font size and fon face dropdown in the Signature Dropdown Choices Mod http://custom.simplemachines.org/mods/index.php?mod=810 (http://custom.simplemachines.org/mods/index.php?mod=810) when it installed  ;)

Thank you for the great mod!
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: dougiefresh on June 15, 2011, 12:35:30 PM
Thank you for the wonderful mod!  I thought I'd let everybody know that when I updated my forum from 2.0 RC5 to 2.0 Gold, I had to reinstall all my mods.  This mod installed without issues and without emulation.  Hope this info helps someone!
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: snooks on June 17, 2011, 05:20:29 PM
I have just tried this mod installed without problems but the font size/change colour was no different to before i installed the mod, i am running 2.0 Gold any idea please
its very annoying is the default font size options i have no idea how big 12px is ect so a very good mod and would like to use it

Thnx
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on June 17, 2011, 10:47:44 PM
Quote from: snooks on June 17, 2011, 05:20:29 PM
I have just tried this mod installed without problems but the font size/change colour was no different to before i installed the mod, i am running 2.0 Gold any idea please
its very annoying is the default font size options i have no idea how big 12px is ect so a very good mod and would like to use it

Thnx

Quote from: Nibogo on March 03, 2011, 10:01:33 PM
Basically, this only works with Firefox, as I'm using a pretty simple way to customize dropdowns, it'd be done for other browsers, but I won't
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: snooks on June 18, 2011, 01:45:17 AM
argg didn't see that, thanks and nice mod
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on June 29, 2011, 03:47:02 PM
Updated for SMF 2.0 Final
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on July 12, 2011, 07:30:50 PM
Quote from: Brack1 on January 19, 2011, 09:58:39 PM
Went to update the mod and had an error on the scripts/js file.

Went to edit the file and the required text which requires the edit is not there.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: moguns on August 10, 2011, 11:53:32 PM
I have been waiting for this update on Yet Another Global Announcements . I use your links mod. (paid) I was wondering if you could help me make the right edits to my them/messageindext.template.  I purchased a theme a while back from bloc. Blue light and sometime you need to edit it. I tried to but the code is way different.

Thank you!

Here it is

Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: andyac on August 11, 2011, 11:35:50 PM
i installed this but i dont see any changes in the dropdown menus,.. im running 2.0.. someone help me
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: snooks on August 15, 2011, 02:03:08 PM
Quote from: andyac on August 11, 2011, 11:35:50 PM
i installed this but i dont see any changes in the dropdown menus,.. im running 2.0.. someone help me

You didn't do the same mistake as me did you http://www.simplemachines.org/community/index.php?topic=291553.msg3079732#msg3079732
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: mlsred on September 19, 2011, 02:14:38 PM
Hi

When I try to install on version 2.0 I get the following issues - (please see screen shot attached) - see all the text at the top of the screen and the font size increases on the board.

I also get lots of errors in my error log as follows:

http://www.psoriasis-help.org.uk/forum/index.php?/topic,44479.msg686068.html#msg686068?utm_medium=twitter&amp;utm_source=twitterfeed8: Undefined index: yagam_confirm_convertFile: /home/pho/public_html/pho/forum/Themes/default/Display.template.php (main sub template - eval?)
Line: 168

and

http://www.psoriasis-help.org.uk/forum/index.php?action=admin;area=packages;sa=uninstall2;package=YAGAM.zip;pid=108: Undefined index: yagam_versionFile: /home/pho/public_html/pho/forum/Sources/Admin.php
Line: 263

Any ideas?

Thanks
M
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: iPhoneDestek on October 24, 2011, 07:14:07 PM
modification of Yet Another Global Announcements is not comfortable with smf 2.0.1
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on October 24, 2011, 07:42:08 PM
Quote from: iPhoneDestek on October 24, 2011, 07:14:07 PM
modification of Yet Another Global Announcements is not comfortable with smf 2.0.1

Have you tried to emulate the mod?
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: iPhoneDestek on October 24, 2011, 07:50:33 PM
Quote from: Brack1 on October 24, 2011, 07:42:08 PM
Quote from: iPhoneDestek on October 24, 2011, 07:14:07 PM
modification of Yet Another Global Announcements is not comfortable with smf 2.0.1

Have you tried to emulate the mod?


I installed with SMF 2.0 RC2 and so had no problem. with smf 2.0.1 I get the message that it is not comfortable
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on October 24, 2011, 07:53:51 PM
arI'm confused are you using 2.0.1 or an older version forum?
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: iPhoneDestek on October 24, 2011, 08:04:23 PM
Quote from: Brack1 on October 24, 2011, 07:53:51 PM
arI'm confused are you using 2.0.1 or an older version forum?

I had the old version smf 2.0 rc2 and no problems. With SMF 2.0.1 I can not install the MOD. Not comfortable with SMF 2.0.1 message
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on October 24, 2011, 08:10:27 PM
THIS (http://wiki.simplemachines.org/smf/How_can_install_a_mod_that_doesn%27t_work_in_my_SMF_version) may help
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: iPhoneDestek on October 24, 2011, 08:25:39 PM
Quote from: Brack1 on October 24, 2011, 08:10:27 PM
THIS (http://wiki.simplemachines.org/smf/How_can_install_a_mod_that_doesn%27t_work_in_my_SMF_version) may help

thank you
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Don Houston on November 04, 2011, 06:48:24 PM
Is there a way to make it to where Global Moderators are able to post Global Announcements?  I looked in Permission and there was not a setting for it
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: wynnyelle on January 12, 2012, 11:08:18 PM
This mod never worked for me, now I tried removing it, it's giving my forum ALL kinds of errors, it's half on, half off, when I try to totally remove it the entire forum breaks. Need help ASAP straightening this out. Error:


Apply Filter: Only show the error messages of this member Un-Boredom Ninja
Apply Filter: Only show the error messages of this IP address   
  Reverse chronological order of list Today at 11:06:05 PM
Apply Filter: Only show the error messages of this session
Apply Filter: Only show the errors of this type Type of error: Undefined
Apply Filter: Only show the error messages of this URL
http://warriorcatsrpg.com/topicseen/warriors-roleplay-13/shecat-looking-someone-play-331041.0.html
Apply Filter: Only show the errors with the same message
8: Undefined index: yagam_confirm_convert
Apply Filter: Only show the errors from this file
File: /home/warrior/public_html/Themes/default/Display.template.php
Line: 152


I don't want the mod on my forum, we never use it. I just want all the code off and the errors to stop. How can I fix this?
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: rambomambo on December 13, 2012, 03:22:42 PM
Please can you update it to work on 2.0.2 becouse shows its not compatible with 2.0.2

http://custom.simplemachines.org/mods/index.php?mod=1617
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on December 15, 2012, 09:39:24 AM
I don't have time at the moment. I'm pushing my time into a much better solution:

http://www.smfpacks.com/page/sa=wysiwyg
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: pierrelogic on December 15, 2012, 01:02:35 PM
Quote from: Nibogo on December 15, 2012, 09:39:24 AM
I don't have time at the moment. I'm pushing my time into a much better solution:

http://www.smfpacks.com/page/sa=wysiwyg

Nothing wrong with that...good to see your still working on something good.

But out of courtesy can you have the blurb in the mod announcement here changed to show the right thing?  It's not compatible with 2.0.2 but it does work fine with 2.0 at least that's what the parser indicates.

Just saying....  ;D
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Cleansing on January 28, 2013, 11:42:30 AM
Hello,

I really wanted this mod as it would seem this was the only real decent mod that created announcements.

It is not compatible with my SMF forum. It's version 2.0.3.

How can I fix this?


Please help
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Kimmen on April 12, 2013, 04:40:18 AM
Hello :)

Could anyone show me how i can manually add a color to the dropdown list? I find myself puting in #whatevercolor into the code too often. Is it possible for me to decide how maby colors i want to display in the dropdown?
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: NekoJonez on April 29, 2013, 01:29:03 PM
In my SMF 2.0.4 it only changes the colors. Not the font size and font face.
How can I fix this?
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on April 29, 2013, 01:31:25 PM
You can't in this version, the thing is I released a much better mod that includes this feature. Here you can see it (http://www.smfpacks.com/page/sa=wysiwyg)
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Kimmen on April 29, 2013, 08:25:48 PM
Quote from: Nibogo on April 29, 2013, 01:31:25 PM
You can't in this version, the thing is I released a much better mod that includes this feature. Here you can see it (http://www.smfpacks.com/page/sa=wysiwyg)

Well, that one is not for free ehh :)
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: Nibogo on April 30, 2013, 07:43:48 PM
I won't port it here as I don't have time for it. Maybe you can hire someone who makes the changes for your forum.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: dany_danay on March 10, 2014, 09:18:26 PM
How can i unistall? I have installed it on 2.0.7
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on March 10, 2014, 09:20:00 PM
By clicking uninstall.
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: dany_danay on March 10, 2014, 09:21:45 PM
"The mod has not a uninstaller, please contact de mod author" ¬¬
Title: Re: [Updated for SMF 2.0 RC4!] Enhanced Dropdown
Post by: TheListener on March 10, 2014, 09:23:48 PM
Have a read of the mod emulate link in my signature.