Updated ISPConfig 3 Theme

Yesterday, I took the time to update my ISPConfig 3 Theme. I call this theme ISPConfig Clean. It just seemed like a good idea at the time, and you can’t really go back on that. It is a cleaner version of the default theme that ships with ISPConfig 3. I use or used the styling that is on the ISPConfig website as a base, and I am still working on it. I will be converting it over to SASS and Compass pretty soon. I just have to clean up a lot of things that are still in there. I will be constantly pushing updates to the Github Repo as I have time. This version will only work with 3.0.5. The older version for 3.0.4 is still available, but I will no longer be maintaining it.

Here are some pics of it.

 

ISPConfig-Login

ISPConfig-Dashboard

 

ISPConfig-DNS

 

15 Comments

  1. i dont kow how to import sql.

    #0 db->query(SELECT * FROM `tpl_ispc_clean` where themesettings_id = 1 ) called at [/usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php:225] #1 db->queryOneRecord(SELECT * FROM `tpl_ispc_clean` where themesettings_id = 1 ) called at [/usr/local/ispconfig/interface/web/index.php:63]

    • The easiest way to do this will be through phpMyAdmin for mySQL that should be installed on the server.

      Paste the contents of the SQL File into a blank query and run the command. If you select the ISPConfig database, you only need to create the tables that are in the SQL file. They are the commands that start with CREATE TABLE. They start at line 23. If you just want to use a blank query, I would copy from 16 down.

  2. Just curious, is there any particular reason this is not just a normal theme?
    I’m just worried that this will somehow break ispconfig down the line since it moves away from default settings.

    • Not a normal theme? I don’t understand what that means.

      The theme does nothing to ISPConfig. It just adds a table into the database. The developers have asked me about adding into the core of ISPConfig, but I have never heard anything back from them on that.

  3. Great Job Man! Thanks from Catalonia. Not Spain. 🙂

  4. This did not work for ISPconfig 3.0.5.4

    I did as it said in the manual import the sql file and change the default theme to ispc-clean.

  5. Only the login page did change, nothing else.

  6. This is what I get when I import the sql file

    ERROR 1062 (23000) at line 39: Duplicate entry ‘1’ for key ‘PRIMARY’

  7. Database changed
    MariaDB [dbispconfig]> source /home/USERDIRCHANGE/ispc-clean.sql
    Query OK, 0 rows affected (0.00 sec)

    Query OK, 0 rows affected (0.00 sec)

    Query OK, 0 rows affected (0.00 sec)

    Query OK, 0 rows affected (0.00 sec)

    Query OK, 0 rows affected (0.00 sec)

    Database changed
    Query OK, 0 rows affected, 1 warning (0.00 sec)

    ERROR 1062 (23000) at line 39 in file: ‘/home/USERDIRCHANGE/ispc-clean.sql’: Duplicate entry ‘1’ for key ‘PRIMARY’
    Query OK, 0 rows affected, 1 warning (0.00 sec)

    Query OK, 0 rows affected, 1 warning (0.00 sec)

    ERROR 1062 (23000) at line 90 in file: ‘/home/USERDIRCHANGE/ispc-clean.sql’: Duplicate entry ‘1’ for key ‘PRIMARY’
    MariaDB [dbispconfig]>

  8. Hello, the theme works with ISPConfig 3.0.5p8
    Go to Tools, Interface, Design, and select ispc-clean,
    Thank you very much for the theme, look professional an clean.

  9. Will this theme work with ispconfig3.1?

  10. Hi

    Thank you for your nice work.

    Please, update the theme for the new isp config theme file structure.

    If you want, I would help you if I can.

    • I have not used ISPConfig in many years. I don’t think that I will ever get around to updating the theme on my side. If I ever come back to it, I will likely give it a look.

Leave a Reply to Drew Clardy Cancel reply

Your email address will not be published. Required fields are marked *