Search found 9 matches

by jackmojo
08 Jul 2011, 22:16
Forum: Help
Topic: SpellChecker will not find misspelled words
Replies: 1
Views: 1142

SpellChecker will not find misspelled words

I'm in a situation where my managers want the switch turned on to require a spell check of any outgoing emails. Thus: Ticket::Frontend::NeedSpellCheck: YES I've copied the Spell Checker info from Defaults.pm into config.pm and they are: $Self->{SpellChecker} = 1; $Self->{SpellCheckerBin} = '/usr/bin...
by jackmojo
02 Feb 2011, 23:28
Forum: Help
Topic: crontab not defined! error
Replies: 1
Views: 1275

crontab not defined! error

I've searched high and low for an answer to this issue, but I can't seem to find out how to fix this issue. My OTRS is no longer automatically checking my Postmaster mailboxes. Getting the following error when trying to run cronservice.pl: crontab not defined! at cronservice.pl line 413 I restarted ...
by jackmojo
24 Nov 2010, 17:27
Forum: Help
Topic: Automatically populate FROM field - New phone ticket
Replies: 4
Views: 2173

Re: Automatically populate FROM field - New phone ticket

Figured this out too: Under the <!-- dtl:block:CustomerSearchAutoCompleteDivStart --> block edit the <input id="myAutoCompleteInput" type="text" name="From" value="$QData{"From"}" size="80"/> line. Change the info in value= to whatever you ...
by jackmojo
24 Nov 2010, 17:07
Forum: Help
Topic: Add an OWNER link in QueueView
Replies: 3
Views: 1967

Re: Add an OWNER link in QueueView

I figured out how to make this work easily: Open Config Options: Ticket -> Frontend::Agent::Ticket::MenuModulePre Edit any one of the modules there with the AgentTicketOwner info from Config Options: Ticket -> Frontend::Agent::Ticket::MenuModule In my case, we do not use the Spam or Delete link, so ...
by jackmojo
17 Nov 2010, 20:30
Forum: Help
Topic: Add an OWNER link in QueueView
Replies: 3
Views: 1967

Re: Add an OWNER link in QueueView

Is it not possible at all, or is it just not possible via the regular sysconfig info? Perhaps there's a solution by editing the code?
by jackmojo
17 Nov 2010, 14:53
Forum: Help
Topic: Automatically populate FROM field - New phone ticket
Replies: 4
Views: 2173

Re: Automatically populate FROM field - New phone ticket

I can set up a customer, no problem - will I then be able to populate that field once I've created customer users?
by jackmojo
17 Nov 2010, 00:03
Forum: Help
Topic: Automatically populate FROM field - New phone ticket
Replies: 4
Views: 2173

Automatically populate FROM field - New phone ticket

When creating a new ticket from phone, the top item (From) is blank. is there a way to get this to populate automatically with the currently logged in agent?
by jackmojo
17 Nov 2010, 00:01
Forum: Help
Topic: Ignore blank body text when changing owner
Replies: 3
Views: 2161

Ignore blank body text when changing owner

Currently, you MUST put text in the body of a message when assigning a ticket to a new agent. I found the AgentTicketPhone.dtl file and removed the items that checked for the body, so the pop-up message is gone, but something else is still checking the body and returning an "* invalid* item bel...
by jackmojo
13 Nov 2010, 01:13
Forum: Help
Topic: Add an OWNER link in QueueView
Replies: 3
Views: 1967

Add an OWNER link in QueueView

Currently, the only place the Owner link for a ticket shows up is when you Zoom a ticket. I'd LOVE not to have to do that extra click to assign a ticket to an agent - I'd like the Owner link to show up as an option from the QueueView. I've looked all through the configuration for OTRS but cannot for...