Customize Customer web interface

Moderator: crythias

Locked
Frobs
Znuny newbie
Posts: 30
Joined: 24 Sep 2014, 09:46
Znuny Version: 3.3.9
Real Name: Lasse Froberg

Customize Customer web interface

Post by Frobs »

Hi

This might be a newbie question, but I am having trouble finding out how to change the customer web interface:
http://otrs.github.io/doc/manual/admin/ ... rface.html

We would like to add some text below the username/password forms.

Frobs
Frobs
Znuny newbie
Posts: 30
Joined: 24 Sep 2014, 09:46
Znuny Version: 3.3.9
Real Name: Lasse Froberg

Re: Customize Customer web interface

Post by Frobs »

FOUND IT :-)

It's changed in CustomerLogin.dlt

Is it just something that we should know that files in that folder is used, or is it configured in SysConfig/Config.pm?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customize Customer web interface

Post by crythias »

In general, each Kernel/Modules/xxxx.pm has a related Kernel/Output/HTML/Standard/xxxx.dtl and by *default* changing the Standard is reflected in real time (barring caching issues). No changes to Config.pm. However, it's recommended to make changes in your own theme because Standard/*.* will get overwritten on updates.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Frobs
Znuny newbie
Posts: 30
Joined: 24 Sep 2014, 09:46
Znuny Version: 3.3.9
Real Name: Lasse Froberg

Re: Customize Customer web interface

Post by Frobs »

Thanks for the reply.

I tried creating a new folder under /Kernel/Output/HTML called Company and added CustomerLogin.dtl. I did some changes, but can't figure out how to activate it so it applies to everyone accessing the customer site?

I can see your point regarding changing files in Standard. In our production environment there have been made changes to CustomerLogin.dtl so that when accessing https://support.companyname.com/customer.pl it also shows a phone number for our support.
Frobs
Znuny newbie
Posts: 30
Joined: 24 Sep 2014, 09:46
Znuny Version: 3.3.9
Real Name: Lasse Froberg

Re: Customize Customer web interface

Post by Frobs »

Should it be a custom skin, not a theme?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customize Customer web interface

Post by crythias »

http://otrs.github.io/doc/manual/admin/ ... hemes.html

To set a default...
Edit Config Settings in Framework -> Core
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customize Customer web interface

Post by crythias »

Themes are content arrangement. Skins are content decoration.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Frobs
Znuny newbie
Posts: 30
Joined: 24 Sep 2014, 09:46
Znuny Version: 3.3.9
Real Name: Lasse Froberg

Re: Customize Customer web interface

Post by Frobs »

I had found the link regarding enabling/adding a theme, but can't see how that will make it possible to add text to the customer website, https://support.company.com/customer.pl?
Locked