modxcms / evolution

This repository was Frozen. Welcome to the new evolution of MODX Evolution!
https://github.com/evolution-cms/
178 stars 206 forks source link

Is removing mootools out of the tree on the list or is it oké? #321

Closed fourroses666 closed 10 years ago

fourroses666 commented 10 years ago

I don't know if this is important, I'm styling a new manager theme and looked into the tree because it isn't really easy to change that, it has weird paddings and stuff I can get quite nice. Also some other stuff isn't that easy to style because of missing classes etc. I see there is mootools used for the tree. Clipper managed to remove it and use jquery/javascript; https://github.com/ClipperCMS/ClipperCMS/blob/develop/manager/frames/tree.php

When I replace that file it kinda works and then gives an error after it but I'm not that good with code and dunno whats going on.

Would be nice if there was a good replacement script we can use?

My styling till now (RevoEvoStyle) screendump1

screendump2

screendump3

fourroses666 commented 10 years ago

maybe we can build a new tree for upcomming version and use this theme as default manager template? just my thoughts..

http://www.abeautifulsite.net/jquery-file-tree/ http://experiments.wemakesites.net/css3-treeview.html

Dmi3yy commented 10 years ago

see in my custom i move manager/frame into theme its give more freedom for build manager theme and first stet to remove mutools

https://github.com/dmi3yy/modx.evo.custom/tree/develop

7 авг. 2014, в 16:51, fourroses666 notifications@github.com написал(а):

maybe we can build a new tree for upcomming version and use this theme as default manager template? just my thoughts..

http://www.abeautifulsite.net/jquery-file-tree/ http://www.abeautifulsite.net/jquery-file-tree/ — Reply to this email directly or view it on GitHub https://github.com/modxcms/evolution/issues/321#issuecomment-51473713.

fourroses666 commented 10 years ago

you mean: media/style/< ? php echo $modx->config['manager_theme']; ? >/style.css

or when "tree.php" file is in theme then use that one?

another idea: we can add treetabs as default? so we have revolution kinda stuff going on in a "better" manager :o

Dmi3yy commented 10 years ago

see https://github.com/dmi3yy/modx.evo.custom/tree/develop/manager/media/style/D3X https://github.com/dmi3yy/modx.evo.custom/tree/develop/manager/media/style/D3X

7 авг. 2014, в 17:27, fourroses666 notifications@github.com написал(а):

you mean: media/style/< ? php echo $modx->config['manager_theme']; ? >/style.css

or when "tree.php" file is in theme then use that one?

another idea: we can add treetabs as default? so we have revolution kinda stuff going on in a "better" manager :o

— Reply to this email directly or view it on GitHub https://github.com/modxcms/evolution/issues/321#issuecomment-51478965.

Dmi3yy commented 10 years ago

https://github.com/dmi3yy/modx.evo.custom/tree/develop/manager/media/style/D3X/frames https://github.com/dmi3yy/modx.evo.custom/tree/develop/manager/media/style/D3X/frames

7 авг. 2014, в 17:27, fourroses666 notifications@github.com написал(а):

you mean: media/style/< ? php echo $modx->config['manager_theme']; ? >/style.css

or when "tree.php" file is in theme then use that one?

another idea: we can add treetabs as default? so we have revolution kinda stuff going on in a "better" manager :o

— Reply to this email directly or view it on GitHub https://github.com/modxcms/evolution/issues/321#issuecomment-51478965.

fourroses666 commented 10 years ago

ok I go install and check :)

fourroses666 commented 10 years ago

I have installed evo.custom, checked / used DX3 theme. I don't see how it is easier to customize the style. I don't like the mootools script used for the tree, it is not that nice to customize :(

It is good to use your own theme for the frames :+1: So you can choose your own frame heights and add other stuff or change the tree script :)

Any plans to use an other script for the tree Dmi3yy, kick out mootools (like clippercms does)?

Dmi3yy commented 10 years ago

I write about themefiles you can change tree but its no more in core

Îòïðàâëåííî ñ òåëåôîíà www.dmi3yy.com

8 àâã. 2014, â 13:39, fourroses666 notifications@github.com íàïèñàë(à):

I have installed evo.custom, checked / used DX3 theme. I don't see how it is easier to customize the style. I don't like the mootools script used for the tree, it is not that nice to customize :(

It is good to use your own theme for the frames So you can choose your own frame heights and add other stuff or change the tree script :)

Any plans to use an other script for the tree Dmi3yy, kick out mootools (like clippercms does)?

— Reply to this email directly or view it on GitHub.

fourroses666 commented 10 years ago

oké :)