Index File Customization Options

Discussion in 'Feature Requests' started by atjensen11, Jul 15, 2009.

  1. atjensen11

    atjensen11 New Member

    I have located two index files for ISPConfig3. They are:

    Code:
    /usr/local/ispconfig/server/conf/index/standard_index.html_en
    /usr/local/ispconfig/server/conf/index/user_standard_index.html_en
    
    I still haven't determined how or when the user_standard_index.html_en file is used. In it however, there appear to be variables that would be parsed when the file is created, allowing for a customized page. Again, since I don't know when this file is actually used, I haven't been able test.

    One example is {USER_USERNAME} on line 51:

    Code:
    <h2>This is the default index page for user <b>{USER_USERNAME}</b>.</h2>
    
    I would like to see similar variables allowed for the creation of the standard_index.html pages. Variables for dynamic insertion of domain name, support email addresses, etc. would be very helpful. I envision the ISPConfig3 interface would use a template to manage the variable entries, similar to the template concept for the DNS Wizard tool.
     

Share This Page