Put a note on the customer portal

Moderator: crythias

Locked
dcorbera
Znuny expert
Posts: 164
Joined: 15 Mar 2013, 17:09
Znuny Version: OTRS 3.2

Put a note on the customer portal

Post by dcorbera »

Is there a way to inform users that we have a master ticket, a general incident? Put a note in the customer portal for example?
Thanks
Using:
OTRS HELP DESK 3.3.5
OTRS ITSM 3.3.5
POSTGRES 8.3
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Put a note on the customer portal

Post by crythias »

You can modify Kernel/Output/HTML/Standard/CustomerLogin.dtl

Code: Select all

<!-- start login -->
<div id="MainBox" class="Login ARIARoleMain">
<strong>Warning! We already know about xxx</strong>
Or, for logged in users:
Edit Config Settings in Framework -> Frontend::Customer
CustomerPanelPreApplicationModule###CustomerAccept (and the next 2)

Here's the rundown on this:
The .dtl referenced in CustomerPanel::InfoFile (CustomerAccept.dtl default) has the information to present. When you enable the CustomerAccept module, this message pops up until the user acknowledges it has been read. (How?) The value CustomerPanel::InfoKey is stored and referenced for each user. If the key matches the customer's stored key, the popup won't show.

From what I understand, this is *live* and happens on every request.
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
Locked