/*************************************
Title:
Version:2.1
Author:
Demo:
Download:
Website:
Short description:
*************************************/
I am in need of a mod or something for expanding the characters allowed for emails when a ticket is added. Currently I added more characters to the form field but when I view the email in the ticket after it's been submitted they are truncated.
I'm not sure if it's the DB field or not.
Any help is appreciated.
Modify the email number of characters
Moderator: mkoch227
-
- Posts: 15
- Joined: Thu Jan 07, 2010 8:50 pm
Modify the email number of characters
Shawn Morse | Morse Associates, LLC
Lead Designer/Programmer
Lead Designer/Programmer
Try this (see my first response):
viewtopic.php?t=2718&highlight=heskdbquery
You said you already modified number of chars in the form field, but for others who might need this also make these changes:
2. In index.php change to
3. In /admin/edit_post.php change to
This should do the trick.
viewtopic.php?t=2718&highlight=heskdbquery
You said you already modified number of chars in the form field, but for others who might need this also make these changes:
2. In index.php change
Code: Select all
maxlength="50"
Code: Select all
maxlength="255"
Code: Select all
maxlength="50"
Code: Select all
maxlength="255"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools