Authentic is Webmin/Usermin theme based on Bootstrap and Font Awesome that you just longed to get.

Hello Ilia. And a (late) Happy New Year to everyone! Updated to vs8, first thing I noticed is that in the search field I got something like:

Search in Webmin (⌥S)

Also the Alt+S brings up nothing. What is supposed to happen in fact?

Alt+S suppose to focus you on search field. You are seeing this (⌥S) because you don’t have UTF-8 encoding set in Webmin configuration. It will be fixed soon in few days.

Alt+S - is a toggle actually for search field. If console is closed, that you get main focus on the document and that’s when it always work. If it doesn’t just click somewhere on the empty space on inside of the document.

By the way, did you see after update/install a modal popup window when going to system information?

Hi,

It took a little to wrap my head around the theme, but in the end I really do like it :slight_smile:

Any chance of implementing some “branding” options, like for instance a logo and/or custom color schema?

Best Regards, Peter Knowles TPN Solutions

Email: pknowles@tpnsolutions.com
Phone: 604-782-9342
Skype: tpnsupport
Website: http://www.tpnsolutions.com

Peter, hi! I could try to do it but I would want you to try to think, what would you want this custom branding look like? Try making some screenshot and placing a logo whenever you think/want it to be?

Hi,

Check out the screenshot at:

http://cdn.tpnimg.com/vmin/authentic-branding.png

This is what I was thinking about for the main UI, just a simple logo above the left menu. It’d make sense that if someone didn’t want branding that the UI would appear as it currently does.

Best Regards, Peter Knowles TPN Solutions

Email: pknowles@tpnsolutions.com
Phone: 604-782-9342
Skype: tpnsupport
Website: http://www.tpnsolutions.com

Looks interesting! Let me think of it. I might add it in the next or the next after release!

Hi,

Check out the screenshot at:

http://cdn.tpnimg.com/vmin/authentic-login-branding.png

This is what I think about for the login screen, just a simple logo above the login form replacing the “Webmin” text. Again, if someone didn’t want this, it would be best to default to what you already have.

Best Regards, Peter Knowles TPN Solutions

Email: pknowles@tpnsolutions.com
Phone: 604-782-9342
Skype: tpnsupport
Website: http://www.tpnsolutions.com

Hi,

For the immediate future, I was able to update “index.cgi” and “session_login.cgi” adding my logo, and commenting out the “Webmin” text on the login screen.

Best Regards, Peter Knowles TPN Solutions

Email: pknowles@tpnsolutions.com
Phone: 604-782-9342
Skype: tpnsupport
Website: http://www.tpnsolutions.com

Yes Ilia, there was a modal pop-up with a short changelog.

+1 for a custom logo, always had that, both in the login field and the left column.

Ohh. If it was there already it will be very doable. Thanks for advising! :smiley:

Hi Ilia :slight_smile:
as you certainly know Virtualmin 4.13 is out…

can you do something for the new “Change language” link on the left, please?
that solves the lang cache issues and auto reloads the page with the correct language without the user interaction…

thank you

You want You**** :)) like style dropdown for changing language?

:-))) Iliaaaaa :stuck_out_tongue:

well, Jamie did an awesome work for sure with the link on the left… even if… maybe you could do it different,
eg. transform that page which is linked once you click the link, in a direct dropdown… if you can!
i don’t know if the API allows you to do that… you could try
OR
leave it as it is now with the “Change Language” link which takes you to the second page…
that is, Jamie understood the functions to be implemented and it works as it should, but OR he didn’t think to the direct dropdown or he wanted by purpose to do it in this way… I don’t know

regards :wink:

Alright, I will try doing it in next couple releases. Thanks for advising!

Hi,

Is there a way to set the default right panel to show the “system information” as it currently defaults to a list of Virtual Servers but IMHO the system information page is a great starting point as an admin and well, looks pretty :slight_smile:

Aside from the above which frankly isn’t super important just a personal preference, here’s a feature I think most would agree would be cool.

In addition to searching Webmin with auto-suggestion which is pretty darn cool, I think it’d also be nifty if you could search for a hosted “virtual server” or “sub-server” by domain name. This would make it quick and easy to manage a domain when there are potentially hundreds of domains on the server.

Keep up the great work!

*** I’ve been installing Authentic on all our server nodes, and those I install for others ***

Best Regards, Peter Knowles TPN Solutions

Email: pknowles@tpnsolutions.com
Phone: 604-782-9342
Skype: tpnsupport
Website: http://www.tpnsolutions.com

Yes you could (and I will try to make it optional later).

Goto to Authentic Theme installation folder (authentic-theme) that is in /usr/libexec/webmin (on RHEL systems for sure), and edit index.cgi and line number 736,
changing it from:

$goto = ‘/virtual-server/index.cgi’;

to

$goto = ‘/body.cgi’;

Searching virtual servers will be added also later. It’s not a problem really… Just need more time for working on the theme.

Regards

Hi,

Thanks, and thanks!

Happy coding…

Best Regards, Peter Knowles TPN Solutions

Email: pknowles@tpnsolutions.com
Phone: 1-604-782-9342
Skype: tpnsupport
Website: http://www.tpnsolutions.com

Version 9.0.0. is out - most amazing release of Authentic Theme.

YouTube presentation: http://www.youtube.com/watch?v=gfuPFuGpyv8
Please like, comment, report bugs!

Added most wanted features:

  • Changed: Overall UI redesign for better experience
  • Changed: Code core complete rewrite for both server and client-side. Improved speed and browser/plugin compatibility
  • Added support for Virtualmin/Cloudmin missing left menu, for currently selected virtual server/machine. Attention: You need latest Virtualmin installation to make it work. (For Virtualmin Pro, minimum version requirement is 4.13 and for GPL users minimum is 4.14)
  • Added autocomplete for currently opened module in Webmin, currently selected domain and list of all available virtual domains/machines in Virtualmin/Cloudmin modules
  • Added complete mobile support. Navigation menu now has absolutely same functionality for both desktop/mobile versions
  • Added custom logo support. Manual for using it is below
  • Added screen-saver effect (using pure CSS) after 2 minutes of inactivity
  • Added shortcut Alt+R for reloading right frame
  • Added Chinese translation by Dreista

Looking real good, your work is just getting better all the time. :slight_smile: I just updated, love it.