Search found 33 matches
- 31 May 2011, 18:04
- Forum: Help
- Topic: Customer Notification Not working
- Replies: 1
- Views: 723
Re: Customer Notification Not working
Uhhh, duh, "Auto Responses <--> Queues"...
- 25 May 2011, 17:21
- Forum: Help
- Topic: Customer Notification Not working
- Replies: 1
- Views: 723
Customer Notification Not working
When customers submit a ticket via email, they aren't getting the auto responses (or any emails). Does anyone have advise of where I should look to find where this setting is not enabled?
Thanks,
Eric
Thanks,
Eric
- 20 May 2011, 19:39
- Forum: Help
- Topic: Disable New Ticket Tab on the Customer Portal
- Replies: 6
- Views: 2400
Re: Disable New Ticket Tab on the Customer Portal
Well, searched around and figured out part of it. I hacked the file: /opt/otrs/Kernel/Output/HTML/Standard/CustomerTicketOverview.dtl And commented out: <p> $Text{"Please click the button below to create your first ticket."} </p> <a class="Button" href="$Env{"Baselink&q...
- 20 May 2011, 18:44
- Forum: Help
- Topic: Disable New Ticket Tab on the Customer Portal
- Replies: 6
- Views: 2400
Re: Disable New Ticket Tab on the Customer Portal
OK, so that tab is gone, sweet! But now when a new customer logs on there, it still prompts them "Do you want to create a new ticket". How do I remove that prompt?
- 20 May 2011, 17:10
- Forum: Help
- Topic: Disable New Ticket Tab on the Customer Portal
- Replies: 6
- Views: 2400
Re: Disable New Ticket Tab on the Customer Portal
NM, found it. It's in Ticket -> Frontend::Customer::ModuleRegistration rather than Framework -> Frontend::Customer::ModuleRegistration where I was. This place is a bit confusing ;0)
- 20 May 2011, 16:56
- Forum: Help
- Topic: Disable New Ticket Tab on the Customer Portal
- Replies: 6
- Views: 2400
Re: Disable New Ticket Tab on the Customer Portal
Uhhh, well, I don't have that option. I'm in 3.0. Is that a 2.X option maybe? Here's all I have... Frontend::Customer::ModuleRegistration: CustomerFrontend::Module###Logout CustomerFrontend::Module###CustomerPreferences CustomerFrontend::Module###CustomerAccept CustomerFrontend::Module###PictureUpload
- 20 May 2011, 16:37
- Forum: Help
- Topic: Disable New Ticket Tab on the Customer Portal
- Replies: 6
- Views: 2400
- 18 May 2011, 22:34
- Forum: Help
- Topic: Disable New Ticket Tab on the Customer Portal
- Replies: 6
- Views: 2400
Disable New Ticket Tab on the Customer Portal
Is it possible to disable the "New Ticket" screen for customers on the Customer Portal? I'd like them to be able to see their tickets, but not be able to enter one. I have a custom webpage set up for them entering their tickets and I don't want them to be able to bypass my form. Thanks, Eric
- 20 Apr 2011, 17:27
- Forum: General
- Topic: Upgrade to 3.0 - SendMail Not Working Correctly
- Replies: 0
- Views: 835
Upgrade to 3.0 - SendMail Not Working Correctly
So as a result of upgrading to 3.0, I'm having some issues. First of all, I ran: >otrs.MarkTicketAsSeen.pl And it claims to have marked all tickets as read. We're just now beginning to use this system, so it didn't have a whole lot of tickets to mark (37 I think it said). So then I start sendmail (C...
- 24 Mar 2011, 15:31
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
OK, nevermind. I'll just create a form on my team website for submitting tickets.
- 23 Mar 2011, 22:45
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
Found it kind of. If I do the following: SysConfig Ticket -> Frontend::Customer::Ticket::ViewNew - Set key1 with content 1 Ticket -> Core::TicketFreeText - Set TicketFreeText1 (just leave defaults for kicks) Set TicketFreeText1 This makes it show, but kind of goofy. Instead of having like the Priori...
- 23 Mar 2011, 20:10
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
OK, so I tried to visit this through the back door with: <script type="text/javascript"> Core.Customer.InitFocus(); <!--Add Custom Code Below--> switch ($('#Dest').val() ) { //this is where the queue is relevant (Dest = Queue) case "20\|\|ESE": // need to slash escape the pipes d...
- 23 Mar 2011, 19:00
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
Yeah, had your debug code in there for a while, but I had other issues then (my issues have issues). So you're right, I'm not seeing the field in the source. I've searched for both the key/content values as well as TicketFreeText1 and neither shows. Am I adding these to the wrong area of SysConfig? ...
- 23 Mar 2011, 18:45
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
OK, threw in an alert and obviously my methodology for determining the ID is wrong. It shows 20 was correct (not sure how I figured it out before). I also only escaped one of the pipes. Getting closer... Sorry for all of this talking to myself but I don't want you looking at this when I'm finding my...
- 23 Mar 2011, 18:40
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
OK, I'm not getting into the case statement to ESE group. Always going to the default area. I put alerts into both and always going to default. I chose 5 because if I go to ADMIN / Agent Management / GROUPS and mouseOver ESE, I get ID=5 in the link url. Am I ascertaining this information incorrectly...
- 23 Mar 2011, 18:35
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
I'm missing something. So I tried to do the following: 1) I enabled TicketFreeText1 in Core::TicketFreeText changing the Key - Content to test123 / test123 removing the previous items there. 2) Added the custom code to MYTHEME/CustomerTicketMessage.dtl: <script type="text/javascript"> aler...
- 23 Mar 2011, 15:51
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
I'm not. The reason I'm upgrading is so that I can create this template correctly using the code from the following topic: http://forums.otrs.org/viewtopic.php?f=60&t=8032 I think I found the issue though after reading the fine print in that discussion. I need to go into the sysConfig and add th...
- 23 Mar 2011, 15:47
- Forum: Help
- Topic: Upgrade Issues
- Replies: 9
- Views: 2702
Re: Upgrade Issues
Sorry, meant otrs user. su didn't work because the user had an invalid shell (seems like it was set to /bin/none or something like that). I didn't set up this machine originally, the person who did no longer works here...
- 22 Mar 2011, 23:03
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
OK, upgrade is finished and appears to be successful except for the custom theme with the change to the form. I can logon as a STANDARD theme customer and create a ticket, but when I change to my custom THEME and try to create a ticket, I get the following error: http://i241.photobucket.com/albums/f...
- 22 Mar 2011, 22:12
- Forum: Help
- Topic: Upgrade Issues
- Replies: 9
- Views: 2702
Re: Upgrade Issues
I think I've figured out what happened. When I went to su to the ois user, it didn't work because the ois user didn't have a proper shell. So I did a >chsh ois and set it to /bin/bash. I'm going to fall the rest of the way back again and start over. Would have been nice if it had actually told me th...
- 22 Mar 2011, 21:20
- Forum: Help
- Topic: Upgrade Issues
- Replies: 9
- Views: 2702
Re: Upgrade Issues
OK, I'm at the step where it says to set permissions and it says "If tarball was used". I used the rpm. I'm going to run it anyway this time since you told me to...
- 22 Mar 2011, 21:14
- Forum: Help
- Topic: Upgrade Issues
- Replies: 9
- Views: 2702
Re: Upgrade Issues
Also, should there be a step between step 5 and 6 to restart the service before proceeding? The output of the rpm says to do it, but I followed the doc instead. I'm going to do the same this time, but please let me know if I'm incorrect. Thanks again!
- 22 Mar 2011, 21:07
- Forum: Help
- Topic: Upgrade Issues
- Replies: 9
- Views: 2702
Re: Upgrade Issues
I did run all steps Jojo. It was slightly confusing which user to run each step as. I'm running all steps other than the one that says specifically to run as apache as the root user. Please let me know if I need to change this because, at this point, I've already backed out my upgrade and am running...
- 22 Mar 2011, 15:16
- Forum: Help
- Topic: Upgrade Issues
- Replies: 9
- Views: 2702
Re: Upgrade Issues
Anybody? Anything? Debug techniques, anything...
- 22 Mar 2011, 15:15
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
No help at all here?
- 21 Mar 2011, 22:14
- Forum: Help
- Topic: Upgrade Issues
- Replies: 9
- Views: 2702
Upgrade Issues
OK, having a few issues after upgrading to 3: 1) When I log in to the customer web interface, I get an error: Cannot read property 'style' of null with some references to som javascript files >I tried to fix this by changing the charset (#14 in install doc), but that doesn't fix it 2) When trying to...
- 21 Mar 2011, 17:53
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
Should I open a new topic for this since it's gone down a different trail?
- 18 Mar 2011, 22:14
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
OK, having a few issues: 1) When I log in to the customer web interface, I get an error: Cannot read property 'style' of null with some references to som javascript files >I tried to fix this by changing the charset (#14 in install doc), but that doesn't fix it 2) When trying to run step 14 in the i...
- 18 Mar 2011, 21:34
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
WOW! You peeps have your act together. That was one smooth upgrade (http://doc.otrs.org/3.0/en/html/x907.html). Thanks! Now on to the custom code...
- 18 Mar 2011, 20:49
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
OK, digging in to upgrade (Rolls Sleeves Up). I'll try this again once I'm all up in 3.0 and all... Thanks again!
- 18 Mar 2011, 20:17
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
OK, well I tried this, but am having issues. I've created a theme and am getting into the theme (in CustomerTicketMessage.dtl). I've put an alert in there to say I'm in there. First of all, I don't have a line: Core.Customer.InitFocus(); In my CustomerTicketMessage.dtl (I'm on version 2.4, maybe it'...
- 18 Mar 2011, 17:53
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Re: Custom Customer Form
I like #2 very much, Thanks!!!
- 18 Mar 2011, 16:53
- Forum: Help
- Topic: Custom Customer Form
- Replies: 22
- Views: 8318
Custom Customer Form
I need a little direction (pointer to documentation or whatever). I've been looking through the Admin Guide and I see how to set up custom fields on the customer creation form, but I don't see the ability to divert from purely freeform text being submitted for tickets. Is it possible to change the i...