Page 1 of 1

Candidates and Contacts activities..

Posted: 20 May 2008, 16:21
by RussH
Is there any way of changing the way the comments are viewed - the notes on clients and candidates starts with the first ever comment - can you flip it round so that the most recent comment appears at the top??

Re: Candidates and Contacts activities..

Posted: 20 May 2008, 23:00
by Jos
Tried the tab "last activity" yet when viewing job order details?

Re: Candidates and Contacts activities..

Posted: 21 May 2008, 11:28
by RussH
hold on - let me SSH into my office and try..

btw - nice and easy way for remote access if you want to have security without setting up VPN's or simply mapping a high port to your apache port .. just ssh into your CATS box (assuming it's Linux) and use the -D option for dynamic port forwarding. Then, leaving the ssh session active - open Firefox, change the options to route via a socks proxy, set it to local host and the port you chose - and you can access your local apps easily proxied via ssh.

Okay, found it in the old forums.. a tip from gutblue;
I think I found the answer. Go to

lib/activityentries.php

Find

ORDER BY
dateCreatedSort ASC",

and change to

ORDER BY
dateCreatedSort DESC",