PDA

View Full Version : How can I modify the subjest line?


drakeman
19th November 2007, 11:35 AM
How can I modify the subjest line to include a phrases like: "From LiveAgent - (then subject as entered by user)"

Open file: chatserver\plugins\QUnit_Chat_User\OfflineMessageS ervice.class.php

Find:
$subject = $this->_params->get($this->SUBJECT);

Replace with:
$subject = "From Live Agent: " . $this->_params->get($this->SUBJECT);