customize template section needed

shivahost

Verified User
Joined
Mar 7, 2013
Messages
214
we have crisp online chat on our website and we added its script in DA skin too. So our clients have chat option when logged in DA.

we have to add a <script> line in <head> tag for example in app.html of evolution skin to enable this chat window.

But with any skin update we loose this line! is there anyway to solve this problem?

I think you can create some fields for <head> and header or footer which can manage from admin level to add custom scripts or css.
 
hi

i suggest to create a custom skin like named Evo. i'm using this way on all of my servers. And update it manually if needed.
i have custom things in app.html and login.html too.
 
we have our private custom skin. but I think this option can be very useful for all DA standard skins.
 

Did you read the file "files_user.conf" of EV skin? there is only one app.htm for all portions!

HTM_INDEX=app.html
HTM_INDEX_USER=app.html
CMD_SHOW_DOMAIN=app.html
HTM_ADD_DOMAIN=app.html
CMD_EMAIL_AUTORESPONDER=app.html
CMD_EMAIL_AUTORESPONDER_CREATE=app.html
CMD_ADDITIONAL_DOMAINS=app.html
CMD_EMAIL_AUTORESPONDER_MODIFY=app.html
CMD_EMAIL_POP=app.html
HTM_EMAIL_POP_CREATE=app.html
HTM_EMAIL_POP_MODIFY=app.html
CMD_EMAIL_FORWARDER=app.html
HTM_EMAIL_FORWARDER_CREATE=app.html
CMD_EMAIL_FORWARDER_MODIFY=app.html
CMD_EMAIL_VACATION=app.html
CMD_EMAIL_VACATION_CREATE=app.html
CMD_EMAIL_VACATION_MODIFY=app.html
CMD_EMAIL_LIST=app.html
CMD_EMAIL_LIST_MODIFY=app.html
CMD_EMAIL_LIST_VIEW=app.html
CMD_EMAIL_FILTER=app.html
CMD_EMAIL_CATCH_ALL=app.html
CMD_EMAIL_USAGE=app.html
CMD_FTP_SETTINGS=app.html
CMD_FTP=app.html
HTM_FTP_CREATE=app.html
CMD_FTP_SHOW=app.html
CMD_DB=app.html
CMD_DB_VIEW=app.html
CMD_DB_USER_PRIVS=app.html
HTM_DB_CREATE=app.html
CMD_DB_CREATE=app.html
...
...
...
 
No, I did not. That's why I'm asking only. The Evolution skin is something new for me, it seems to be a bunch of JS files, so I don't understand in full how it's made.
 
Back
Top