Quote:
Wouldn't it be nice to make the whole theme (front and back end) responsive and with fluid layouts?
Thanks for the input, @Eyekeeper
Quote:
Eyekeeper wrote:
I was testing a little on the interface.
I'd like to ask two things...
Wouldn't it be nice to make the whole theme (front and back end) responsive and with fluid layouts?
Further I think the control panel blocks and module icons wouldn't actually need to be in a block using icons but all the functions could be inserted into a left column in an accordion menu to save space and to create a more modern approach to the admin...
For the remaining space we could have a dashboard with recent interactions or some useful stats as site access, pendind actions, quick posts or something similar...
Just my 2 cents
I was testing a little on the interface.
I'd like to ask two things...
Wouldn't it be nice to make the whole theme (front and back end) responsive and with fluid layouts?
Further I think the control panel blocks and module icons wouldn't actually need to be in a block using icons but all the functions could be inserted into a left column in an accordion menu to save space and to create a more modern approach to the admin...
For the remaining space we could have a dashboard with recent interactions or some useful stats as site access, pendind actions, quick posts or something similar...
Just my 2 cents
Quote:
* Admin panel - the top menu text is a bit too small for an old man like me to read.
Just started digging through it, looks great. A few suggestions:
* Found a problem in /libraries/icms/core/DataFilter.php that was inserting additional line breaks into legacy content (ticket 712).
* Admin panel - the top menu text is a bit too small for an old man like me to read.
* Module admin, would be good if the module logos were clickable in addition to the titles.
* Module info pop up, the 'close' link doesn't work and is also redundant as there is a close button.
* Module admin menus - I get a bullet list now, no tabs, not sure if this is intended or not.
Had a quick look at compatibility with Gone Native modules, they will need some adjustment to work but I don't think it will be a big deal. Some approaches I had relied on quite a bit like getting the object handler name using basename(dirname(__FILE__ etc don't seem to work anymore, as it is returning the system module even when it looks like I am in some other module directory.
More to come.
Found the issue with IPF table in Firefox as mentioned above.
In the form of imLinks (admin/links.php) there's this line:
I have done some test using themes for 1.3.x in alpha 2.
All works fine; just two minor issues:
1.- Admin menu: in "classic" themes I get two admin menus: "normal" and for mobile devices.
CSS to add for fix it:
What is the specific application you have that requires multiple pages for the form?
Formulize has the ability to create multi-page forms. So does the Profile module.
Hi Thomas,
updating the libraries is in the ticket list, so that will be taken care of, sooner rather than later.
What do you mean exactly with a 'multistep form set'?
## Version 5.2.6 (April 11th 2013)
I wish there was a way to include a multistep form set up in core.
merge request was applied.
Thanks for the report and quick fix.
Committed fix and requested merge into 2.0: https://www.assembla.com/code/impresscms/git/merge_requests/280093
Found that the issue with the imLinks submit forms is caused by the insertBreak().
insertBreak() causes the Fatal error: Call to a member function isRequired() on a non-object in ...\libraries\icms\form\Theme.php on line 58.
About how work previous themes in this release, I am making some tests and later I will post the results.
Just an issue: in style_icms.css file there are code for #mainmenu and
#usermenu (classics in iCMS), but in system_block_mainmenu.html
We need to figure out how to migrate to langcode if you ask me. There are too many inconsistencies in the current way it is handled.
for example : one module is translated in 'dutch', the other one is translated in 'nederlands'. It's the same language, but described in english and the other in dutch.
However, how far do we go. Just 'en', or 'en-gb' as well, considering 'en' a generic replacement for all 'en-xx' languages as we go along?
The translation table isn't a bad idea at all.
I have used in elFinder this:
There is an error in mentions, but I'll fix today. Hashtags works, without any changes. Just had to enable them both in the control panel
Ticket 709
The reason for this is that ui uses the langcode - and icms does not. This makes !i8n difficult as langcode is the accepted format for most everything.
I was considering making a mapping to convert the icms langterm to the accepted langcode format.
Something like:
var lang = {
'english': 'en'
, 'spanish': 'es'
}
Then we would have both at our disposal - and this should help solve the calendar issue.
All that old calendar code is going to be ripped out - as the ui version now handles jalali.