New admin template

Ruud

Quote from: ircsurfer on August 10, 2010, 05:26:27 AM
i am finding myself tossing the wrong page more often than not.
Did you know about the page-trash option in WB:
http://www.websitebaker2.org/en/help/user-guide/working-with-wb/settings/general-settings.php

It allows you to restore pages you have deleted by accident.
[url=https://dev4me.com/modules-snippets/]Dev4me - WebsiteBaker modules[/url] - [url=https://wbhelp.org/]WBhelp.org[/url]

dbs

hi, change this:
templates/argos_theme/theme.css

line 93:
table.pages_view tr:hover, tr.sectionrow:hover {background:#D4E8FF;}

dbs
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

ircsurfer

running WB 2.8 latest version Using Argos theme.

When logged into the admin on the pages tab, If i hover over a page listed the background changes to a color of f1f8fd. I want to darken this as when i am deleting pages, i am finding myself tossing the wrong page more often than not.

What css file, and what line do i need to change? I can figure the optimal color for my eyes then.

geirilja


Argos

Thanks Geir! Is this for WB2.7 or 2.8?
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

geirilja

Thanx for a great template. This is a great design, and I feel you managed til combine the admin interface to be both user friendly and visual appealing.

I've translated the languagefile til norwegian for those who need it.


regards
Geir

[gelöscht durch Administrator]

crnogorac081

Hi Argos,

In further version could you just update login_forgot.htt file, and replace


<title>Retrieve Login Details</title>


with


<title>{SECTION_FORGOT}</title>


:)

cheers
Web developer

Hans

Thanks Jurgen, and congratulations!  :-D
Hans - Nijmegen - The Netherlands

Argos

#123
Just wanted to inform that the Argos admin theme is one of the 3 default themes available in the newly published WB2.8 Final, released today. The theme is (of course) not only adapted to the skinable backend system of WB2.8, it has been developed further and improved as well. It has an even better advanced Media section than the 2.7 version (while the other admin themes still even have the simple old one), it offers more information than the other themes, and it has brand new icons and images as well. It's also the only much wider than the others. I am very happy with it and proud that it's part of the default package now :-D

So upgrade your sites to WB2.8 now!
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

dbs

aaaaaaaah 2 very cool links. thanks.

tioz4ever ;-)

[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

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


maverik


dbs

very good backend!

i want replace the icons in the folder /images.
16x16 is a little bit to small. resize with css looks not so good.
has anybody bigger icons?

gruß dbs
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

Argos

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

Ruud

Quote from: tiesy on July 28, 2009, 04:24:35 PM
Hi,

I tested Argos Admin Template in Wb2.8 RC2. The empty-spaces-problem (see last post) is still there. No solutions yet?
It is fixed in SVN changeset 1102.

It was not the Argos Theme, it was a small bug in the admin code below that.

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

Argos

I'm working on the template!
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

tiesy

Hi,

I tested Argos Admin Template in Wb2.8 RC2. The empty-spaces-problem (see last post) is still there. No solutions yet?

tiesy

Hi Argos, Ruud,

Your Admin-Template is a great enhancement, very nice and useful. I´ve found a little bug media-section: the resize-function does not work on folders width empty-spaces in foldernames. 

For the future i have some wishes for the media-section:
-have a global resize-function, so that the admin can set a maximun-size for all folders and images
-replace the old upload-function with something like fancy-uploader. I tried to build it in, but on first attempts I failed to bring it together width the must-have resize-function.

All in all a great and very useful template!

Argos

Hm... I used 1022 which was the latest when I started. I didn't check for new versions after starting  :roll:
Thanks for the info!
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

ruebenwurzel

Hello,

QuoteI didn't know that... Is there info on (new) functions we can call that way? And how to do that?

unfortunately you made use of an old wb_theme version as basis for your argos_theme integration. To add this feature you look at media.htt from wb_theme. Basically you only need to add the following lines:

<td valign="top">
        <input type="checkbox" name="unzip" id="unzip"  onclick="toggle();" />
        <label for="unzip">{TEXT_UNZIP_FILE}</label>
        <span id="delzip" style="display: none;"><br /><input type="checkbox" name="delzip" id="deletezip" />
        <label for="deletezip">{TEXT_DELETE_ZIP}</label></span>
</td>


Matthias

Argos

Quote from: ruebenwurzel on July 07, 2009, 12:04:29 PM
Yes, uploader is already in the core files and can be used from all backend themes. It is used from wb_theme per default but can easily integrated in other themes too by simply adding a few lines to the media templates.

On this example the flexibility of the new skinable admin interfaces can be shown in a perfect way. All needed code is admin dir. Wether a backend theme makes use of the different features (e.g. zip-upload, image-resizing ...) or not decides the theme creator by simply add or remove a few lines in his template files without the need of making changes on any core files.

I didn't know that... Is there info on (new) functions we can call that way? And how to do that?
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

ruebenwurzel

Hello,

Quotethe uploader is part of the default wb_theme if I remember right

Yes, uploader is already in the core files and can be used from all backend themes. It is used from wb_theme per default but can easily integrated in other themes too by simply adding a few lines to the media templates.

On this example the flexibility of the new skinable admin interfaces can be shown in a perfect way. All needed code is admin dir. Wether a backend theme makes use of the different features (e.g. zip-upload, image-resizing ...) or not decides the theme creator by simply add or remove a few lines in his template files without the need of making changes on any core files.

Matthias

doc

Hi,

the uploader is part of the default wb_theme if I remember right, so maybe ruebenwurzel or another developer can add this functionality to the Admin theme from Argos.

Regards Doc

Argos

Hi Boudi,

the uploader sounds nice. But I don't have time right now to figure it al out. Have client work to do. Maybe a next version? Or maybe Ruud or Matthias will pick it up? I think it will be WB2.8 only, if this is going to be used.
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!