Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 1.6.x > Mods and Customizations

Reply
 
Thread Tools Search this Thread Display Modes
  #61  
Old 05-30-2012, 06:27 AM
romanjoke romanjoke is offline
Junior Member
 
Join Date: May 2012
Posts: 1
Default

It's very good script, but how i can convert username to Russian codepage?
if Displayname of user on English, it's work correctly, but if in Russian - it's not work(((
Can anybody help me?
Reply With Quote
  #62  
Old 05-31-2012, 09:10 AM
yogiman.uk yogiman.uk is offline
Junior Member
 
Join Date: Apr 2009
Posts: 16
Default Lapdap?

Hi

Sorry i've read this but don't understand.

I have a LAMP server which I have osticket installed on and I am attempting to get the AD add-on to work. So do I have to get ladap working on the lamp server to make this work?

Thanks

Yogiman!
Reply With Quote
  #63  
Old 06-05-2012, 10:07 AM
hawkhead99 hawkhead99 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Default

I followed JoseLuis's steps and for entering via staff, this works flawlessly.

However, it is not working for the client entry screen... Idea's? Using the most current version of osticket (1.6 R5 I guess?)
Reply With Quote
  #64  
Old 06-05-2012, 10:13 AM
hawkhead99 hawkhead99 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Default

NVM - It was working in IE on client, just not in Chrome.

If I had to guess, I think Chrome's auto fill was conflicting with it (I had never entered anything in the staff page on Chrome, so there was no conflicts)
Reply With Quote
  #65  
Old 06-06-2012, 03:06 PM
kpatel kpatel is offline
Junior Member
 
Join Date: Jun 2012
Posts: 1
Default Auto populate Email & Name from Active Directory

i follow the jpastin Direction for populating email and name from active directory. i did everythinng.. but when i try to enter key word in email or name ... it's not geting eny information.. also it's not giving any error... i define perfectly my domain and ou information.. but it's not getting any data or any error... i tried with userfind.php <?php die("connection"); ?>
but i'm not getting any message or any error... can you please help me to solve this issue.
Reply With Quote
  #66  
Old 06-11-2012, 04:39 PM
hawkhead99 hawkhead99 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Default Group tie-in

Hi all,

Currently on the client ticket creation screen, I added the following to \include\client\open.inc.php:

PHP Code:
    <tr>
        <td align="left"><b>Department:</b></td>
        <td>
            <select name="deptId">
                <option value="" selected >Select Department</option>
                <?
                 $services
db_query('SELECT dept_id,dept_name FROM '.DEPT_TABLE.' ORDER BY dept_name');
                 while (list(
$deptId,$dept) = db_fetch_row($services)){
                    
$selected = ($info['deptId']==$deptId)?'selected':''?>
                    <option value="<?=$deptId?>"<?=$selected?>><?=$dept?></option>
                <?
                 
}?>
            </select>
            &nbsp;<font class="error">*&nbsp;<?=$errors['deptId']?></font>
        </td>
    </tr>
I also modified jpastin's code to return users only if they match a group in the "memberOf" field in AD. Both work great.

My objective though, utilizing "department" and "memberOf" in AD, I need to be able to take those two things and if they match certain values have the $deptID equal a valid value in osTicket.

Is this possible? Basically, we have a "chain of command" so to speak, so my objective is to modify jpastin's code to also pull back their department (which would require "department" and a specific group (it specifies what region they are) and then it will select the right department in osTicket that sends to their "manager" to kickoff the flow.

Thanks
Reply With Quote
  #67  
Old 07-11-2012, 04:37 PM
sn77sn sn77sn is offline
Junior Member
 
Join Date: Jul 2012
Posts: 3
Thumbs up

many thanks to the person who wrote this script, god bless u
Reply With Quote
  #68  
Old 07-14-2012, 02:43 AM
sn77sn sn77sn is offline
Junior Member
 
Join Date: Jul 2012
Posts: 3
Smile How to bring Telephone number also

it will be great if this mod could bring the telephone numebr also,
i tried Lanefo scripts but didnt work, the steps are not clear,
appriciate if someone expert could make it work
Reply With Quote
  #69  
Old 07-14-2012, 12:02 PM
sn77sn sn77sn is offline
Junior Member
 
Join Date: Jul 2012
Posts: 3
Talking is everybody died in this forum?????

is everybody died in this forum?????
Reply With Quote
  #70  
Old 09-24-2012, 07:00 AM
Ketah Ketah is offline
Junior Member
 
Join Date: Sep 2012
Posts: 5
Default

Thanks works great.
Perfect !
Reply With Quote


Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:39 AM.