Reseller Logo should be the major feature that most resellers want and this feature available in most commercial controlpanel in the top line business.
Surprise that DA not put this feature in!
Just make a skelleton folder on each reseller home (should auto create and put a default logo when create reseller) and link to that image from skins.
Problem is now DA has no Variavle to retrive reseller username when login as user level. |USERNAME| will show user's not reseller.
Just make |RESNAME| to return reseller's login name of the user logged in.
Admin and Reseller could return his/her username.
Then we can use this in skin
eg <img src="http(s)://|HOST_IP|/~|RESNAME|/skels/logo.jpg>
for the time being Reseller must download the skins to modify and import into cp.
and they have to update his/her skin if new DA version comeout and have some change with skin
eg. 1.26.6 > 1.27.0
files_user.conf
CMD_BANDWIDTH_BREAKDOWN=user/bandwidth_breakdown.html
new file
/users/bandwidth_breakdown.html
and also in all lang files
Regards.
Surprise that DA not put this feature in!
Just make a skelleton folder on each reseller home (should auto create and put a default logo when create reseller) and link to that image from skins.
Problem is now DA has no Variavle to retrive reseller username when login as user level. |USERNAME| will show user's not reseller.
Just make |RESNAME| to return reseller's login name of the user logged in.
Admin and Reseller could return his/her username.
Then we can use this in skin
eg <img src="http(s)://|HOST_IP|/~|RESNAME|/skels/logo.jpg>
for the time being Reseller must download the skins to modify and import into cp.
and they have to update his/her skin if new DA version comeout and have some change with skin
eg. 1.26.6 > 1.27.0
files_user.conf
CMD_BANDWIDTH_BREAKDOWN=user/bandwidth_breakdown.html
new file
/users/bandwidth_breakdown.html
and also in all lang files
Regards.