You are not logged in.
would it be possible to integrate a system such as
directly into GLPI, even if its a simple plug in which is shown on the requesters help request form and it then pulls the username and email into the request form?
Offline
the link to the button for the chat runs off one piece of code
<script type="text/javascript" src="http://beta/livehelp/livehelp_js.php?department=2&pingtimes=15&username=<? echo'$_SESSION['username']'?>"></script>
this gives the button for them to see if help is available, from what I can tell the <? echo'$_SESSION['username']'?> is used to filling the username on the logon form can some one tell me how I would change this code to run using the currently logged on glpi username and also how and where to put the new modified code?
Offline
have sorted out how to do this and have integrated the live Help icon into the puplic helpdesk request form. if you want to know how post here and I'll stick the code up.
Offline
With the 0.7 version it will be able to use plugins for helpdesk.
So add a link will be possible easily I think
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
sounds even better, as my problem was how to embed the java script into the file and then pulling the username from the current session then positioning on the page, the easiest way was to simply put it at the end of the footer..
Offline