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.
May 7, 2015 at 4:52 am
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]
May 12, 2015 at 11:18 am
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.
June 25, 2015 at 8:56 am
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.
June 25, 2015 at 9:32 am
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.
June 27, 2015 at 12:21 pm
Great Job Man! Thanks from Catalonia. Not Spain. 🙂
August 8, 2015 at 5:38 am
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.
August 8, 2015 at 5:44 am
Only the login page did change, nothing else.
August 8, 2015 at 5:55 am
This is what I get when I import the sql file
ERROR 1062 (23000) at line 39: Duplicate entry ‘1’ for key ‘PRIMARY’
August 8, 2015 at 6:00 am
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]>
August 20, 2015 at 12:46 pm
You will have to set it as the active theme for the user as well.
September 3, 2015 at 11:59 am
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.
May 31, 2016 at 7:31 am
Will this theme work with ispconfig3.1?
May 31, 2016 at 7:38 am
I have not checked whether or not it will work. I am guessing that there will be issues because of the redesign they have done.
November 21, 2017 at 4:07 pm
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.
March 1, 2022 at 4:02 pm
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.