« Project home page
my little forum
Log in
Register
Search:
Back to the entry by Auge
Post reply
Reply to the message by
Auge
Name:
E-mail:
(optional, won't be displayed directly)
Leave this field empty:
Homepage:
(optional)
Leave this field empty:
Location:
(optional)
Remember me (cookie)
Category:
General
Project organisation
Technics
Design/Themes
Features
Development
Todo
Bugs
German / Deutsch
Spanish / Español
French / Français
Accessibility/UX
Subject:
Formatting help
skip to input
format text bold
[b]bold text[/b]
format text italic
[i]italic text[/i]
insert hyperlink
[link=http://example.com/]link text[/link] / [link]http://example.com/[/link]
set text color
[color=#rgb]colored text[/color]
font size
[size=small]small text[/size]
[size=large]large text[/size]
insert list
[list][*]list item[/list]
insert image
[img]http://example.com/image.jpg[/img]
left: [img=left]http://example.com/image.jpg[/img]
right: [img=right]http://example.com/image.jpg[/img]
thumbnail: [img=thumbnail]http://example.com/image.jpg[/img]
thumbnail left: [img=thumbnail-left]http://example.com/image.jpg[/img]
thumbnail right: [img=thumbnail-right]http://example.com/image.jpg[/img]
upload image
upload image ...
insert TeX code
[tex]TeX code[/tex]
insert code
[inlinecode]code[/inlinecode]
[code]code[/code]
[code=css]code[/code]
[code=html]code[/code]
[code=javascript]code[/code]
[code=perl]code[/code]
[code=php]code[/code]
[code=sql]code[/code]
[code=xml]code[/code]
:-)
;-)
:-P
:-D
:-|
:-(
:yes:
:no:
:ok:
:lol:
:lol2:
:lol3:
:cool:
:surprised:
:angry:
:crying:
:waving:
:confused:
:lookaround:
:clap:
:love:
:tick:
Message:
> Hello > > [b]idea number 8: [i]tabbed settings page[/i][/b] > > Since the selection of settings, that are accessible on the main-settings-page, is a bit arbitrary and further settings are more or less hidden on the enhanced-settings-page (even many administrators doesn't take notice of the link to the enhanced-settings) my idea is to display all settings in a tabbed page grouped by their meaning. > > I implemented this anciently for MLF1 but it was never released. As example a screenshot of the MLF1-settings-page, tab "postings" (reduced colour table). > > [img]images/uploaded/201803201019595ab0e04f9f49a.png[/img] > > I am willing to implement it again for MLF2. It will need enhancements to the structure of the settings table and will result in massive enlargement of the language files because of the need of strings (name and description) for every possible setting. > > Current structure of the settings table with only two fields: > > [code=sql]CREATE TABLE `mlf2_settings` ( > `name` varchar(255) NOT NULL, > `value` varchar(255) NOT NULL default '', > PRIMARY KEY (`name`)) > ENGINE=InnoDB CHARSET=utf8 COLLATE=utf8_general_ci;[/code] > > As a comparision the settings table form the rework of MLF1 from the repository (latest touched three years ago): > > [code=sql]CREATE TABLE `mlf1_settings` ( > `name` varchar(255) NOT NULL, -- same as in MLF2, name of the setting > `value` varchar(255) NOT NULL default '', -- same as in MLF2, value of the setting > `type` varchar(30) NOT NULL default '', -- form field type name > `poss_values` varchar(160) NOT NULL default '', -- NULL, or list of allowed values > `standard` varchar(80) NOT NULL default '', -- default value > `cat` varchar(20) NOT NULL default '', -- category of setting (determines tab of the setting) > UNIQUE KEY `setting` (`name`)) > ENGINE=InnoDB DEFAULT CHARSET=utf8;[/code] > > I introduced this idea once two years ago and Milo gave me then his o.k. @Alex: would it be ok to change the settings that way? > > Tschö, Auge
E-mail notification on reply of this posting
OK - Submit
Preview