(http://www.smfpacks.com/imagenes/nuevo_logo_mod.png) (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
Very nice modification. I like :)
Let us know if 1.1.8 will get this.
Thanks.
yes, please convert this for 1.1.8. It looks like a awesome mod.
What's 1.1.8?
yes............... we need it in 1.1.8...................
I like Thanks
Good Job!
would it be really hard to make it preview the font too though?
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 ;)
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!
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
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.
@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
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
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.
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:
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
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
I have installed this on 1.1.8.
But, it only shows Color pick, no Font type and size !
Any help ?
Lara
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 ;)
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)
U have installed the 'Font and Size Dropdown' Mod??
After of the installation of that mod u have to install this one
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
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
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
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 ;)
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
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 ;)
Hey NIBOGO,
check your PMs just sent one with info.
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
@ke4obt: Thank your for try my mods ;)
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
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
What a simple and usefull mod :) Thanks NIBOGO ;D
Quote from: DeviDarkL on March 18, 2009, 11:46:48 PM
What a simple and usefull mod :) Thanks NIBOGO ;D
You are welcome :)
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?
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?
anyone know?
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
Spammer.... You don't need to make 3 posts maybe you have an error in the installation just do the manual edit
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.
any ideas? I tried reinstalling had same problem
yes i have also the problem above it installs correctly but i dont see any changes it doesnt work for 2.0 RC1
Yea it doesnt seem to work for RC1 I have that too .... hope they change it so it does
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.
Weird I under if that would fix our problem :o
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.
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
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
yea I have done that ... I have read where others have had similar problems.
any help??
no :-\
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
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............
Other mods you have installed or the theme (if not default) is interfering. Try manual installing the package.
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?
This mod works propertly with SMF 2.0 RC1-1 clean installation, there is a problem with other mod, your browser or the edit
Um OK I will retry again installing manually for the 3rd time.
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
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
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.
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?
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.
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
(http://whereitestmystuff.com/images/3.jpg)
(http://whereitestmystuff.com/images/2.jpg)
(http://whereitestmystuff.com/images/1.jpg)
(http://whereikeepmystuff.com/smf/Smileys/classic/scratchhd.gif)
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.
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 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?
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.
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.
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 :'(
Just use emulate_version=1.1.9
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..
(http://i341.photobucket.com/albums/o377/pakistanihaider/26485.jpg)
Edit: also font size and font face dont work in IE ver6??
New version uploaded supporting SMF 1.1.10
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.
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
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.
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
please update smf 2.0 rc2 and internet explorer support.
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
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
Expecting a RC2 version soon
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.
any update for rc3 nibogo ?
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.
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
Mod updated for RC3
Thanks,
I know a few people here have been waiting for the update :)
yeyyyyyyyyyyyyyyyyyy ;D , thanks for upgrade
OMG my 76th mod.
Makes the post reply area more user friendly.
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 :)
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 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)
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!!
Thanks to you for your contribution :)
Glad to help where I can. ;D
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?
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
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.
Are you using a custom theme? If that is the case you must apply the same changes to /Themes/your_theme/Post.template.php
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.
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
Sure thing :) I appreciate the help, bud.
Code is there buddy so to be honest I don't know that is wrong, any errors in Error Log?
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.
Overwritte with file attached however that isn't going to make this mod work just fix the errors
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.
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']),
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.
great mod. thanks.
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.
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.
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.
(http://imbuzz.m.vu//44.PNG)
but when i install & modify it,after apply it shows me this error :
(http://imbuzz.m.vu//33.PNG)
what is the problem ?
help me :)tnx
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.
(http://imbuzz.m.vu//44.PNG)
but when i install & modify it,after apply it shows me this error :
(http://imbuzz.m.vu//33.PNG)
what is the problem ?
help me :)tnx
did you manually install or download package ??
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!
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.
bump this awesome mod.
Updated to SMF 2.0 RC4
Hmm...
New install on SMF v2 RC4. Only colours are working!
The idea looks nice.
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?
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.
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...
Thanks man, love this update, really awesome. Good work Nibogo.
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.
No changes, if it's already working don't update.
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?
I just installed it on my RC4 and also only the change color is working, the face and font size are not doing anything.
^^
The mod works fine in Firefox.
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?
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. :(
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???
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.
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.
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
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!
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!
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!
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: 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
argg didn't see that, thanks and nice mod
Updated for SMF 2.0 Final
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.
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
i installed this but i dont see any changes in the dropdown menus,.. im running 2.0.. someone help me
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
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&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
modification of Yet Another Global Announcements is not comfortable with smf 2.0.1
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?
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
arI'm confused are you using 2.0.1 or an older version forum?
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
THIS (http://wiki.simplemachines.org/smf/How_can_install_a_mod_that_doesn%27t_work_in_my_SMF_version) may help
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
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
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?
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
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
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
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
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?
In my SMF 2.0.4 it only changes the colors. Not the font size and font face.
How can I fix this?
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)
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 :)
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.
How can i unistall? I have installed it on 2.0.7
By clicking uninstall.
"The mod has not a uninstaller, please contact de mod author" ¬¬
Have a read of the mod emulate link in my signature.