<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Comments to private messages should default to private</title>
  <link>http://www.activecollab.com/forums/topic/1280/</link>
  <description>Recent posts on topic: Comments to private messages should default to private</description>
  <dc:language>en-us</dc:language>
  <pubDate>Tue, 22 May 2012 23:29:25 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/6357/#post6357</link>
    <guid>http://www.activecollab.com/forums/post/6357/#post6357</guid>
    <title>Post #8 by Ryan Cross</title>
    <dc:creator>Ryan Cross</dc:creator>
    <description><![CDATA[<p>Correct me if I'm wrong - but this doesn't actually fix the problem. It just change the default value. There should either be some sort of if statement to check the status of the original message (or get status of the message and set to that status)... Or there should be a little configuration option in the settings to set the default value. (Maybe both of these should be put in the code)<br />
</p>]]></description>
    <pubDate>Sat, 03 Feb 2007 05:35:25 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6231/#post6231</link>
    <guid>http://www.activecollab.com/forums/post/6231/#post6231</guid>
    <title>Post #7 by stephen522</title>
    <dc:creator>stephen522</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">viceroy321:</div>thanks. gonna add it right now.</blockquote></div><br />
<br />
wasn't quite done editing the post, please make sure you refresh and update according to my final post above.</p>]]></description>
    <pubDate>Mon, 29 Jan 2007 13:37:35 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6230/#post6230</link>
    <guid>http://www.activecollab.com/forums/post/6230/#post6230</guid>
    <title>Post #6 by viceroy321</title>
    <dc:creator>viceroy321</dc:creator>
    <description><![CDATA[<p>thanks. gonna add it right now.</p>]]></description>
    <pubDate>Mon, 29 Jan 2007 13:35:06 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6229/#post6229</link>
    <guid>http://www.activecollab.com/forums/post/6229/#post6229</guid>
    <title>Post #5 by stephen522</title>
    <dc:creator>stephen522</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Danny:</div>This has really been bugging me, and causing problems when using aC with actual clients. Its way too easy to forget to check the radio button to make comments private.<br />
<br />
If the originating message is private, then all comments to that message should be as well. Does anyone not agree with this?<br />
<br />
Is there an easy way I can change this in my install for the time being, so I don't have to worry that I forgot to make a message private? Clients aren't supposed to see certain discussions.<br />
<br />
Thanks</blockquote></div><br />
<br />
Figured out how to make messages and comments marked as &quot;private&quot; default for you..<br />
<br />
two steps..<br />
<br />
STEP 1: <br />
<br />
open...<br />
/application/views/comment/post_comment_form.php<br />
<br />
on approx line #22, change the word 'false' to 'true'<br />
<br />
like this: <br />
&lt;div class=&quot;optionControl&quot;&gt;&lt;?php echo yes_no_widget('comment[is_private]', 'addCommentIsPrivate', true, lang('yes'), lang('no')) ?&gt;&lt;/div&gt;<br />
<br />
STEP 2: <br />
<br />
open...<br />
/application/views/message/add_message.php<br />
<br />
on approx line #54<br />
<br />
find this line:<br />
&lt;div class=&quot;optionControl&quot;&gt;&lt;?php echo yes_no_widget('message[is_private]', 'messageFormIsPrivate', array_var($message_data, 'is_private'), lang('yes'), lang('no')) ?&gt;&lt;/div&gt;<br />
<br />
replace with this line:<br />
&lt;div class=&quot;optionControl&quot;&gt;&lt;?php echo yes_no_widget('message[is_private]', 'messageFormIsPrivate', array_var($message_data, 'is_private', true), lang('yes'), lang('no')) ?&gt;&lt;/div&gt;<br />
<br />
ALL DONE!<br />
<br />
this will change the default privacy settings in both the add new message window and add comment window to be private. </p>]]></description>
    <pubDate>Mon, 29 Jan 2007 13:30:36 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6206/#post6206</link>
    <guid>http://www.activecollab.com/forums/post/6206/#post6206</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Got you loud and clear (from the day one ;) ).</p>]]></description>
    <pubDate>Mon, 29 Jan 2007 02:22:12 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6198/#post6198</link>
    <guid>http://www.activecollab.com/forums/post/6198/#post6198</guid>
    <title>Post #3 by [user deleted]</title>
    <dc:creator>[user deleted]</dc:creator>
    <description><![CDATA[<p>I completely agree.  This is something that I've warned my staff about.<br />
<br />
We were so paranoid about this that we've created a whole seperate project in order to discuss our client-related issues with privacy.<br />
<br />
I'm sure it's an easy fix, and hope to see it in the next release.<br />
<br />
</p>]]></description>
    <pubDate>Sun, 28 Jan 2007 18:54:56 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6015/#post6015</link>
    <guid>http://www.activecollab.com/forums/post/6015/#post6015</guid>
    <title>Post #2 by Danny</title>
    <dc:creator>Danny</dc:creator>
    <description><![CDATA[<p>No response?</p>]]></description>
    <pubDate>Thu, 18 Jan 2007 23:50:13 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/5940/#post5940</link>
    <guid>http://www.activecollab.com/forums/post/5940/#post5940</guid>
    <title>Post #1 by Danny</title>
    <dc:creator>Danny</dc:creator>
    <description><![CDATA[<p>This has really been bugging me, and causing problems when using aC with actual clients. Its way too easy to forget to check the radio button to make comments private.<br />
<br />
If the originating message is private, then all comments to that message should be as well. Does anyone not agree with this?<br />
<br />
Is there an easy way I can change this in my install for the time being, so I don't have to worry that I forgot to make a message private? Clients aren't supposed to see certain discussions.<br />
<br />
Thanks</p>]]></description>
    <pubDate>Mon, 15 Jan 2007 22:54:03 CST</pubDate>
  </item>
</channel>
</rss>
