Add Templates for resellers

Discussion in 'Feature Requests' started by markc, Mar 6, 2013.

  1. markc

    markc Member

    I tried to ask this in FS#946 but got this error below...

    Code:
    Completely unexpected exception: Address in mailbox given [---] does not comply with RFC 2822, 3.6.2.
    This should never happend, please inform Flyspray Developers
    So I was rather shocked to see there is no templates for reseller limits and also that the above feature request is over 3 1/2 years old.

    Has anyone got any suggestions how to make this happen?

    I mean, where do I start hacking to add this feature?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Features are added to the roadmap by the number of votes or when a developer volunteers to implement it. This request has still 0 votes which means that not many users are interested in it.

    If you want to give this feature a higher relevance, vote for it.

    Should not be that complicated to add it. Basically you will have to add the same code that applies templates to clients (client_edit.php) to the reseller edit file (reseller_edit.php), then modify the client_edit code that the limit for "limit_client" never gets applied to a client as it would turn it into a reseller, so this shall be applied to resellers only and in the last step enable the limit_client field in the reseller template form, the field exists already in the database.
     

Share This Page