Login or Register

RSS IconRecent posts in this topic

avatar
sccrwoohoo on Dec 11. 2007. 3:54 pm
We are constantly running into issues where we are discussing code in our tickets - we would love to be able to put the code in the comments so we can dialog about it, but now the system tries to process the code...uggh...any help would be appreciated

bjs
avatar
Ilija Studen on Dec 11. 2007. 4:35 pm
When posting code make sure that you select Preformatted from "Format" dropdown (in toolbar).
activeCollab team member
avatar
sccrwoohoo on Dec 11. 2007. 4:51 pm
what if you are not using the WYSIWYG editor?
avatar
sccrwoohoo on Dec 11. 2007. 4:55 pm
FYI -- the editor does not work in Safari 3
avatar
Ilija Studen on Dec 11. 2007. 5:00 pm
If you can't use visual editor just wrap code in pre tag like this:

<pre>function do_something() {
  // Doing something...
  return true;
}</pre>
activeCollab team member

RSS IconRecent posts in this topic