i-MSCP Template

  • Halli Hallo,


    dank Nuxwin bin ich jetzt auch endlich von meiner alten CP "Lösung" zu i-MSCP gewechselt. Zuerst sei gesagt das die Migration wirklich toll geklappt hat und Nuxwin eine große Hilfe war! Wer überlegt zu migrieren sollte auf jeden Fall den Service von Nuxwin in Anspruch nehmen! Der Preis war mehr als fair und ich war super zufrieden!


    Nun möchte ich für meine i-MSCP GUI ein eigenes Template erstellen, ich konnte leider in der Dokumentation und auch hier im Forum nichts dazu finden. Wie erstelle ich ein neues Template und wie aktiviere ich das System weit?


    Lieben Gruß
    Soehnke

  • Hello ;


    All themes related files are located under the /var/www/imscp/gui/themes/default directory, which is the default theme so...


    To create your own theme, just copy the default directory to a new directory:


    Code
    1. # cp -rp /var/www/imscp/gui/themes/default /var/www/imscp/gui/themes/custom


    And to enable it, edit the i-MSCP conffile /etc/imscp/imscp.conf and then change


    Code
    1. USER_INITIAL_THEME = default


    to

    Code
    1. USER_INITIAL_THEME = custom


    I recommend you to develop your new theme in a specific box since it's currently not possible to have a different theme set per user (this will be possible in near future).


    Thank you for using i-MSCP

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().