It should be very simple to do, actually. Knowing Pete it's probably possible to do as a plugin quite easily. I may look at it some time, but I'm busy with another project.
Get the latest news and updates on SimpleDesk!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: tfs link=issue=790.com6640#com6640 date=1315356993I wonder if maybe reattributing a ticket from one person to another wouldn't be better if it were to not just change helpdesk_tickets.id_member_started to the new userid, but also change the fields in the helpdesk_ticket_replies table for the first post in the ticket.
Quote from: tfs link=issue=771.com6514#com6514 date=1309286151
I still say the Project Tools drop downs, with the little down arrow, and the black box that appears upon hover, are about as elegant as it gets.
<?phpecho'<div>my first html box</Div><div>my second html box</Div>';// This is your file$your_txt_file = "/path/to/text.txt";// Read the file$file_handler = fopen($your_txt_file, 'r');$file_content = fread($file_handler, filesize($your_txt_file));fclose($file_handler);// Echo out the contentecho '<div>',$file_content,'</div><div>My fourth html box, the third one contained the txt-file</div>';?>
// This is your file
$your_txt_file = "/path/to/text.txt";
// Read the file
$file_handler = fopen($your_txt_file, 'r');
$file_content = fread($file_handler, filesize($your_txt_file));
fclose($file_handler);
// Echo out the content
echo $file_content;
Quote from: tfs on June 27, 2011, 07:52:14 PM
We need a new SimpleDesk desktop graphic.
Quote from: SleePy on June 28, 2011, 11:17:47 PM
I should mention that it is much easier to change the login window on macsWindows can do it, but it seems like they only designed it for OEMs (again they forget about their end user).
Page created in 0.033 seconds with 16 queries.