my bad - I assumed that faq_admin would have writes to create new FAQ.
I added RW access to the "faq" group, and now I have menu to add new FAQ articles.
Thank you!
Search found 25 matches
- 22 Jun 2015, 21:06
- Forum: General
- Topic: Unable to create FAQ
- Replies: 2
- Views: 9558
- 22 Jun 2015, 20:14
- Forum: General
- Topic: Unable to create FAQ
- Replies: 2
- Views: 9558
Unable to create FAQ
I just installed FAQ module. I am a member of faq_admin. I logged out/in, and I can see the FAQ Explorer/Journal, etc. I can see the menu option to manage categories and languages. BUT...I don't see any option to create a FAQ.
....HOW DO I CREATE A FAQ?
Thanks!
Kevin
....HOW DO I CREATE A FAQ?
Thanks!
Kevin
- 18 Jul 2013, 17:19
- Forum: General
- Topic: Search profile - can they be shared?
- Replies: 3
- Views: 3656
- 18 Jul 2013, 06:57
- Forum: General
- Topic: Search profile - can they be shared?
- Replies: 3
- Views: 3656
Re: Search profile - can they be shared?
Anybody?
Can you share a Saved Search Profile?
-Kevin
Can you share a Saved Search Profile?
-Kevin
- 16 Jul 2013, 03:56
- Forum: General
- Topic: Search profile - can they be shared?
- Replies: 3
- Views: 3656
Search profile - can they be shared?
I created a search and saved it. When I click on the "Profile Link" button, it will jump to this URL: http://<hostname>/otrs/index.pl?Action=AgentTicketSearch;Subaction=Search;TakeLastSearch=1;SaveProfile=1;Profile=MT-607-Not-Closed I sent this to a co-worker, and when they clicked it, it ...
- 12 Jul 2013, 06:38
- Forum: General
- Topic: Apache 2.2. Crashes
- Replies: 3
- Views: 1503
Re: Apache 2.2. Crashes
Ok - I tried to migrate to Linux. The instructions are poorly written and do NOT even begin to address all of the steps to install on Linux, without mentioning a process for migrating from Win to Lin. I've been a Windows Server admin for 18 years, so I'm quite used to hearing "Linux is better, ...
- 31 Jul 2012, 14:11
- Forum: General
- Topic: How to Configure Server for iPhone App
- Replies: 20
- Views: 22827
Re: How to Configure Server for iPhone App
I understood your post. I tried it with the local database, and that did work. However, when I created a copy of the LDAP connection information, I appended a 2 to all of those connections strings, And it would not allow an LDAP user to authenticate with the iPhone app. I will review my code, and te...
- 31 Jul 2012, 07:10
- Forum: General
- Topic: How to Configure Server for iPhone App
- Replies: 20
- Views: 22827
Re: How to Configure Server for iPhone App
Thanks - that does correct the Apache configuration. But - the OTRS configuration is blowing up: $Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth'; When I include the above line in Config.pm, the browser will auto-login. But - the iPhone App will not work. I can disable SSO in OTRS (remo...
- 31 Jul 2012, 07:06
- Forum: Help
- Topic: Add new field types
- Replies: 5
- Views: 2637
Re: Add new field types
cool...I'll dig into the code and post my findings. Thanks a lot!!!
- 30 Jul 2012, 05:17
- Forum: Help
- Topic: Add new field types
- Replies: 5
- Views: 2637
Re: Add new field types
This is a much needed feature! The documentation is misleading...they make it sound like it is a relatively simple method of easily attaching a datasource to the dropdown list. ...it would be GREAT to show an example of how this is accomplished. New custom field types (e.g. custom field type dropdow...
- 29 Jul 2012, 14:10
- Forum: General
- Topic: How to Configure Server for iPhone App
- Replies: 20
- Views: 22827
Re: How to Configure Server for iPhone App
It isn't the auth source in OTRS that is causing the problem. when SSO is enabled, the web server has to query the client for the credentials. I believe that is the problem. Apache is querying the iPhone app for the SSO credentials and the app isn't supplying the credentials. I can disable the SSO i...
- 29 Jul 2012, 05:25
- Forum: General
- Topic: How to Configure Server for iPhone App
- Replies: 20
- Views: 22827
Re: How to Configure Server for iPhone App
I found the problem. I have my OTRS configuration setup for pass-through authentication with Active Directory. The Apache http.conf file is requesting the iPhone App for credentials...of course, it doesn't know how to respond - so it is given a 401 error by the server. If I disable SSO, then it work...
- 29 Jul 2012, 03:17
- Forum: General
- Topic: How to Configure Server for iPhone App
- Replies: 20
- Views: 22827
Re: How to Configure Server for iPhone App
Anyone here in otterhub-land that has a clue about this error?? I have un-installed, re-ininstalled, restarted the server, stood on my head, crossed my fingers, and rubbed a rabbit's foot.
None of these things work!!
None of these things work!!
- 26 Jul 2012, 04:58
- Forum: Help
- Topic: Hide "Options: [Customer]
- Replies: 1
- Views: 823
Hide "Options: [Customer]
Does anyone know a way of hiding the link for "Options: [Customer]"? I only see this when create a new ticket. This link appears right above the RichText input box.
Thanks!!
Kevin
Thanks!!
Kevin
- 21 Jul 2012, 21:37
- Forum: Help
- Topic: Disable "Move Ticket to new queue" Notify if owner assigned
- Replies: 10
- Views: 3066
Re: Disable "Move Ticket to new queue" Notify if owner assig
This worked: change Ticket.pm to include the portion bolded: if ( !$Param{SendNoNotification} && $Ticket{StateType} ne 'closed' && ($Ticket{LockID} == '2')) it didn't like referencing $Ticket{Lock}, but it DID work with $Ticket{LockID}. I would rather NOT have to modify Ticket.pm...b...
- 21 Jul 2012, 21:11
- Forum: Help
- Topic: Disable "Move Ticket to new queue" Notify if owner assigned
- Replies: 10
- Views: 3066
Re: Disable "Move Ticket to new queue" Notify if owner assig
I found it and tested it, but that doesn't work. Is LOCK the correct reference?
- 21 Jul 2012, 20:00
- Forum: Help
- Topic: Disable "Move Ticket to new queue" Notify if owner assigned
- Replies: 10
- Views: 3066
Re: Disable "Move Ticket to new queue" Notify if owner assig
I do want notifications if the ticket is unlocked, so your "code suggestion below" does sound logical. Where do I make this change? I thought it was only going to announce on unlock, but apparently this is a per-agent preference "Notification when a ticket is moved into MyQueues"...
- 21 Jul 2012, 18:27
- Forum: Help
- Topic: Disable "Move Ticket to new queue" Notify if owner assigned
- Replies: 10
- Views: 3066
Re: Disable "Move Ticket to new queue" Notify if owner assig
ok - i checked, and the ticket was being "unlocked. SO...I changed the following settings, and NOW the ticket is staying locked when it is moved to another queue. However, all queue members are still receiving a notification that the ticket is moved into their queue. Ticket::EventModulePost###9...
- 21 Jul 2012, 17:21
- Forum: Help
- Topic: Disable "Move Ticket to new queue" Notify if owner assigned
- Replies: 10
- Views: 3066
Re: Disable "Move Ticket to new queue" when owner is assigne
Ah....I will check that.
- 21 Jul 2012, 15:15
- Forum: General
- Topic: How to Configure Server for iPhone App
- Replies: 20
- Views: 22827
Re: How to Configure Server for iPhone App
Sorry about that...I am using json.pl
Still not working.
Still not working.
- 21 Jul 2012, 15:11
- Forum: Help
- Topic: Disable "Move Ticket to new queue" Notify if owner assigned
- Replies: 10
- Views: 3066
Re: Disable "Move Ticket to new queue" when owner is assigne
It is locked and assigned to an agent.
Thanks
Thanks
- 21 Jul 2012, 14:58
- Forum: Help
- Topic: Disable "Move Ticket to new queue" Notify if owner assigned
- Replies: 10
- Views: 3066
Disable "Move Ticket to new queue" Notify if owner assigned
OTRS is sending a notification to all members of a queue when a ticket is moved into that queue. However, if the ticket already has an owner, then I DO NOT want it to send a notification. The problem, is that every member of the queue is getting a notification about the "ticket move", even...
- 11 Jul 2012, 03:42
- Forum: General
- Topic: How to Configure Server for iPhone App
- Replies: 20
- Views: 22827
Re: How to Configure Server for iPhone App
I am having the same problem...and (yes) I have the iPhone app module installed.
- 08 Jul 2012, 02:49
- Forum: General
- Topic: Change Default Postmaster Queue (Solved!)
- Replies: 1
- Views: 2178
Re: Change Default Postmaster Queue (Solved)
I found my problem! I was using Email Addresses to direct the queue. For those that run into the same problem, look under Admin / Email settings / Email Addresses. You can create OTRS system email addresses - and it will direct the queue location. Using Email addresses will OVERRIDE the default Post...
- 07 Jul 2012, 23:17
- Forum: General
- Topic: Change Default Postmaster Queue (Solved!)
- Replies: 1
- Views: 2178
Change Default Postmaster Queue (Solved!)
I have tried changing the default postmaster queue - but it will NOT accept! I have tried modifying the queue in the Sysconfig, and in the config.pm. C:\>"e:/PROGRA~1/OTRS/StrawberryPerl/perl/bin/perl.exe" e:/PROGRA~1/OTRS/OTRS/bin/otrs.GetConfig.pl | find /i "PostmasterDefaultQueue&q...