New admin template

Argos

Sorry, other work had priority, and then I kinda forgot I had to finish this module. I'll pick it up asap!
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

Stefek

#80
Hello Argos,
Hello Ruud!

Any further information about this?
Can this be tested somewhere/somehow?

Kind Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Argos

Quote from: Stefek on May 27, 2009, 11:44:15 PM
if I understand Chio right, he wants to take the options by himself for the customer - as a preparation.
This is something I would like for WB as a whole, and has more to do with extended and specific rights management of technical settings, than with this admin template. I wish for many modules to be able to set fixed settings as an admin, and give my clients foolproof administration rights for what's necessary and nothing more.
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

Argos

One remark: this is about an admin template, so all these technical extras and modifications must be part of the /admin/ folder somehow somewhere, must serve a general purpose, must not include changes in files outside the /admin/ folder, and should be possible to ignore or not use by people that don't want to use them. Otherwise it should be a module, snippet or droplet, outside of the admin template. Or part of the new WB version core.
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

doc

#77
Hi,

to avoid Cookies, put an optional settings.txt file to store the image information e.g. xxx|yyy. Then you can fetch the infos via PHP file_get_contents to read in the settings and e.g. regular expression to check if the setting is valid or not.

Regards Christian

Stefek

Dear Ruud,
if I understand Chio right, he wants to take the options by himself for the customer - as a preparation.
Cookies will help for those making all the work themselfes. But if I make the adjustements cookiebased, my customer won't have any advantage, unless I do it on his PC, I assume.

So, if I get Chio right, for him it will be enough while haveing the chance to upload those (changed) files via ftp or webbasededit-admintool?

Kind Regards,
Stefek

BTW: The Screenshot looks very promising. I am really curious.

[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Ruud

Quote from: chio on May 27, 2009, 04:40:43 PM
An example:
I have a folder /media/pics280x240/
In this folder is a file "settings.php" with content:
$maxwidth=280;
$maxheight = 240;

I can understand why you would want this.

It might be difficult for the "typical" webdesigner/user to get a valid settings.php in a media folder.
Upload will not allow php to be uploaded. Also the file should be a valid php file, or any upload will crash.

Now, the page will store the last used resize settings in a cookie. I could give it a try to make that work for each folder with separate cookies. That way the browser should remember what settings are used for each folder.

Would that help?

Ruud
[url=https://dev4me.com/modules-snippets/]Dev4me - WebsiteBaker modules[/url] - [url=https://wbhelp.org/]WBhelp.org[/url]

doc

Hi Argos and Ruud,

that are great news, looking forward to test your enhanced Admin backend. Keep up the good work guys.

Regards Christian

Argos

Quote from: chio on May 27, 2009, 04:40:43 PM
QuoteI'm not sure what you mean... Could you give an example of what you want to achieve?

Jo, sorry for my poor english...

An example:
I have a folder /media/pics280x240/
In this folder is a file "settings.php" with content:
$maxwidth=280;
$maxheight = 240;

So if I upload a picture into this folder, it is  resized to max 280px width (or 240 height), no matter what other setting say.
If this file doesnt exist, the common settings are used.

Hm... I'm not sure if this can be built in. Have to talk to Ruud about it :-)
The deafult settings is no filechange at all, and you can set image sizes when uploading, so I'm also not sure what will be gained with your idea. But maybe I'm too stupid to understand you well LOL
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

Argos

Quote from: ruebenwurzel on May 27, 2009, 04:22:15 PM
Hello,

QuoteI hope this feature will be a part of the upcoming WB Version.

Argos admin interface should be one of 3 basic themes from WB 2.8. Still waiting for a first version from Argos. As soon as i got it, it will be integrated in WB 2.8.

Matthias
I have taken the month of June off from commercial projects to do all kinds of things that have been postponed. The skinnable version of my admin template is one of the things to do!
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

chio

QuoteI'm not sure what you mean... Could you give an example of what you want to achieve?

Jo, sorry for my poor english...

An example:
I have a folder /media/pics280x240/
In this folder is a file "settings.php" with content:
$maxwidth=280;
$maxheight = 240;

So if I upload a picture into this folder, it is  resized to max 280px width (or 240 height), no matter what other setting say.
If this file doesnt exist, the common settings are used.


Stefek

That's OK.
But I meant the feautre itself (the media handling).

;-)
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

ruebenwurzel

Hello,

QuoteI hope this feature will be a part of the upcoming WB Version.

Argos admin interface should be one of 3 basic themes from WB 2.8. Still waiting for a first version from Argos. As soon as i got it, it will be integrated in WB 2.8.

Matthias

Argos

Quote from: chio on May 27, 2009, 04:10:22 PM
One thing I really would wish (if I dared..)

A simple php-file in any subdirectory  media directory, with a content like:
$maxwidth=50;
$maxheight = 200;
...

This file could - if exist - be included and override the other settings.
So it would be possible to resize per directory.


I'm not sure what you mean... Could you give an example of what you want to achieve?
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

Stefek

This Feautre seems to be a great advantage.
You're great guys.

I am very curious and I hope this feature will be a part of the upcoming WB Version.

Kind Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

chio

One thing I really would wish (if I dared..)

A simple php-file in any subdirectory  media directory, with a content like:
$maxwidth=50;
$maxheight = 200;
...

This file could - if exist - be included and override the other settings.
So it would be possible to resize per directory.

erpe0812

Hi Argos

looks very nice.

I am curious to see and test the new admin template.

rgds

erpe


Argos

#64
Well, I have some good news. Not about the skinnable version, but I do have a major update for my admin template in the making. One of these days I will publish the new version with a revamped Media section. New features:
- a new, more compact layout, that I think is more user friendly.
- the browser function is enhanced with mini thumbnails, file info, and mouse-overs with 200px width previews.
- option to automatically resize (resample) uploads. You can set the proportions in the backend. Ideal for clients without grpahics skills!

It's a cooperation with Ruud. The coding has been done by him (thanks Ruud!), and I did some minor tweaks and the new layout. Still some testing to do, and maybe some tweaks, but release will be within a week I think.

See the image attached, of the test instalation. It's Dutch, but of course the release will be default English.

[gelöscht durch Administrator]
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

Stefek

The same here.

Really interested in this skinable stuff and I will provide at least one Admin Backend Skin - but I do not have the time now and furthermore: I don't know what is going on in the Dev Team right now.

Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Argos

Quote from: Clara on May 11, 2009, 05:37:38 PM
Hello Argos,

will your backend design be part of WebsiteBaker 2.8? Seems it is not yet integrated into the latest version on the SVN project side.

Really would love to see your backend design as pre-installed layout for WB 2.8. It is by far the best backend design for WB I have seen so far and also my clients prefer this one about all other designs  :-)

Cheers Clara

Thanks Clara, I appreciate that! I'm not really part of the development team or something, so I don't know. When I will find the time I will create a skinnable version for 2.8, but I'm not sure if that will make it into the first version of WB2.8.
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

Argos

Thank you very much Lugae, I really appreciate your comment!
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

LuuQ

I like it very much, this admin template. Looks very professional and for me the overview over the whole page has also improved!

Congratulations and thank you for your work!

Regards,
Lugae

Argos

Sorry, I don't think both suggestions will be of much use for the average administrator, so I won't try to add this as a feature to the admin template. If someone else wants to add it, and share the result I am willing to add it to the download file. But it should be completely within the admin folder, and should not need any modifications to files outside the admin folder.
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

mr-fan

hi,

i will try to translate for argos/others....

friedemann want's a solution for more admin informations... such the display of the last edit-date in the siteoverview....and a control if there is content on that site...(in his case he set up pages and fill them later...)

@friedemann:   there is a snippet for getting that information you get it there
                        http://www.websitebakers.com/pages/code-snippets/listings/last-mod-pages-adv..php
                        open the zip-file and the containing php-file and put the code in a code or code² page (typ) and then you've got a   
                        control of the modifyed pages! for the first

if someone have this in need who are able to make it real - it will be done - if not take this solution with this script and.....

.....have fun

regards martin

friedemann

Hallo an alle,

ich muß in Deutsch schreiben, weil's im Englischen eher schlecht geht:
Ich finde dieses Template einfach gut, habe noch ein wenig am Äußeren geändert (CI-mäßig) und würde dabei bleiben wollen.
Falls noch jemand dran arbeitet und Ideen zur Erweiterung braucht:
Ich fände es sehr praktisch, wenn in der Seitenübersicht noch eine Spalte mit dem letzten Änderungsdatum wäre und vielleicht eine Anzeige, ob überhaupt schon Inhalt eingestellt wurde. (Ich baue grade meine erste WB-Seite, habe Seiten erstmal angelegt, aber fülle sie nicht unbedingt gleich. Das Immer-wieder-Reinsehen oder den Zettel könnte man sich mit einer solchen Änderung sparen...) Ich bin allerdings nicht fit genug in php, mysql usw., um selbst Hand anlegen zu können.
Vielleicht gibt es ja sowas auch schon, und ich habe es nur nicht gefunden.

Gruß Friedemann