Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: Anguz on November 12, 2004, 05:32:42 AM

Title: ModSettings Textarea
Post by: Anguz on November 12, 2004, 05:32:42 AM
Link to Mod (http://mods.simplemachines.org/index.php?mod=47)

This mod will add the type "textarea" to the ones available for settings in ModSettings.php. This was written for one of my mods, but other mod writers may find it useful as well.
      
Copyright 2004 by Cristian Lavaque. http://anguz.net
Title: Re: ModSettings Textarea
Post by: ANARCHÂ¥ on November 17, 2004, 03:23:23 AM
can u describe me a little more this mod please... i dont get it. i tried to install for see what was the change for me, but .... hmmm. dont see nothing
Title: Re: ModSettings Textarea
Post by: Anguz on November 17, 2004, 03:52:19 AM
It lets a setting have a textarea for input, like the one in the first screenshot attached to this message.

http://www.simplemachines.org/community/index.php?topic=19738.msg159744#msg159744
Title: Re: ModSettings Textarea
Post by: diplomat. on January 07, 2005, 10:48:01 PM
is this mod 1.0 compatible?
cuz i cant seem to install it via package manager
Title: Re: ModSettings Textarea
Post by: Anguz on January 29, 2005, 08:18:27 AM
1.01

Title: Re: ModSettings Textarea
Post by: Retell on February 19, 2005, 10:05:51 AM
no install button in packager???
Title: Re: ModSettings Textarea
Post by: Anguz on February 19, 2005, 04:58:50 PM
Cause the last version I released of the mod was for 1.0.1. I have to update them for 1.0.2 now. :P
Title: Re: ModSettings Textarea
Post by: Anguz on February 22, 2005, 09:33:56 PM
1.02

Title: Re: ModSettings Textarea
Post by: Anguz on April 20, 2005, 12:01:19 AM
1.03

Title: Re: ModSettings Textarea
Post by: maxell on June 26, 2005, 05:52:19 PM
...okay how about SMF 1.0.5?  ::)  When would it be expected to be compatible with that version? I have tried applying it, but no sucsess...  :'(
Title: Re: ModSettings Textarea
Post by: –Michael on July 02, 2005, 10:51:25 AM
@Maxell:
I've implemented this ModSettings Textarea mod in my Static Page Mod (http://mods.simplemachines.org/index.php?mod=130) since I need textareas but did not want to be dependent on ModSettings Textarea development; in this way, I can quickly upgrade my mod to the latest SMF version.
Currently, my mod works with SMF 1.0.4 and 1.0.5.

Michael
Title: Re: ModSettings Textarea
Post by: Anguz on July 03, 2005, 06:41:45 AM
1.04

Title: Re: ModSettings Textarea
Post by: rojamaia on August 27, 2005, 11:56:20 AM

thanks for this, Anguz!
Title: Re: ModSettings Textarea
Post by: Anguz on August 27, 2005, 04:16:43 PM
:)
Title: Re: ModSettings Textarea
Post by: hel8itch on March 22, 2006, 08:09:44 AM
any update for 1.06 yet?
Title: Re: ModSettings Textarea
Post by: Madley on May 24, 2006, 05:43:13 PM
How can we obtain a similar textarea in modsettings of SMF 1.1rc2 ? Is there a way of getting this? Thanks...
Title: Re: ModSettings Textarea
Post by: winrules on May 24, 2006, 08:49:54 PM
Quote from: Madley on May 24, 2006, 05:43:13 PM
How can we obtain a similar textarea in modsettings of SMF 1.1rc2 ? Is there a way of getting this? Thanks...
It's there by default in RC2, just use 'large_text' for the type (not documented in the top of ModSettings.php though).
Title: Re: ModSettings Textarea
Post by: Madley on May 27, 2006, 06:44:00 AM
Quote from: winrules on May 24, 2006, 08:49:54 PM
Quote from: Madley on May 24, 2006, 05:43:13 PM
How can we obtain a similar textarea in modsettings of SMF 1.1rc2 ? Is there a way of getting this? Thanks...
It's there by default in RC2, just use 'large_text' for the type (not documented in the top of ModSettings.php though).

Thanks, now i get my personal textarea.... but.... how can I modify the textarea width? I can only modify the number of lines.... Help me!