Template customization

Discussion in 'General' started by kedar, Aug 26, 2009.

  1. kedar

    kedar New Member

    Hello,

    first of all thanks for a great program!

    I have installed ISPconfig 3 succesfully. Now I want to customize some pages, for example Client listing. I want to display these columns: ID, company name, contact name, mobile, ICQ from database.

    I want to make changes in the .php file interface/web/client/list/client.list.php.

    So my first step is to backup original file:
    mv client.list.php client.list.php.orig

    Next step is to prepare file for modification:
    cp client.list.php.orig client.list.php

    But after the second step a web content with a client list stops displaying at all!

    I don't know why this happen. Maybe some template problem?

    Is it possible to make a changes to .htm (.php) files for custom listing?

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Then your changed code must contain errors.

    Sure. This are just normal php and html files. Maybe you saved them under a wrong user or with wrong permissions.
     
  3. kedar

    kedar New Member

    Thanks for a quick replay.

    You are right: wrong permissions was the issue!
    I have overlooked this...
     

Share This Page