Editing a post when edit comments are required

rated by 0 users
This post has 9 Replies | 3 Followers

Top 75 Contributor
Posts 253
Points 3,895
Edoardo Posted: Mon, Apr 2 2007 11:14 AM

When you set the global forum policies to require (and display) edit notes and you try to edit a post without edit notes, you cycle back to the same page with no notification of the missing comments nor red asterisk (required field).

Also... what exactly is the difference between "edit notes" and "current edit notes"?
If "current" means pre-existing, why is it in an editable box?

Thank you.

Bye.
Dodo.

Running CS 2008.5 SP1 (v4.1.31106.3070) on Windows Server 2008 RTM and SQL2005 w/SP2.

Top 75 Contributor
Posts 253
Points 3,895
Edoardo replied on Mon, Apr 2 2007 4:04 PM

Furthermore, the "display edit notes" setting in the Global Forum Settings is not honored.
When enabled the edit notes are not shown.

Am I missing something?

Thank

Bye.
Dodo.

Running CS 2008.5 SP1 (v4.1.31106.3070) on Windows Server 2008 RTM and SQL2005 w/SP2.

  • | Post Points: 20
Top 25 Contributor
Posts 948
Points 14,515
CS Developers

I filed the issue about the edit notes error message not being filed as item #5402.  However, I was unable to reproduce your issue with the display edit notes not being honored.  If I select just this option they are displayed.  Are you not experiencing this behavior?

 

Thanks,

 

 

Wyatt Preul
Wyatt - The Geek Cowboy

  • | Post Points: 5
Top 25 Contributor
Posts 948
Points 14,515
CS Developers

There is a requirefieldValidator on the web/themes/default/forums/createeditpost.aspx page next to the Edit Notes textbox.  You simply need to add an ErrorMessage in this control.

 

Let me know if you have any questions,

Wyatt Preul
Wyatt - The Geek Cowboy

  • | Post Points: 20
Top 75 Contributor
Posts 253
Points 3,895
Edoardo replied on Sun, Apr 8 2007 12:35 PM

Uhm... I'm not sure I'm following you.

I enabled the "display edit notes" option in the "global forum settings" and I expected the edit notes to show up on the messages but it does not.
Is this to be expected? If so, what is the use of that option?

Thank you!

Bye.
Dodo.

Running CS 2008.5 SP1 (v4.1.31106.3070) on Windows Server 2008 RTM and SQL2005 w/SP2.

  • | Post Points: 20
Top 25 Contributor
Posts 948
Points 14,515
CS Developers

Are you referring to private messages or forum posts?

 

Whenever you enable the Display Edit Notes option you should see an input box whenever you click the Edit button on a forum post.  This is used to explain the reason why you are changing a post.

Please let me know if this helps.

 

Thanks,

Wyatt Preul
Wyatt - The Geek Cowboy

  • | Post Points: 20
Top 75 Contributor
Posts 253
Points 3,895
Edoardo replied on Mon, Apr 9 2007 8:00 PM

I'm talking about forum posts.

Ah! Are you telling me that the "display edit notes" affects the editing form? I was believing that the intended effect was to diplay something on the modified post in order to show it was modified.

Is it this way?

Bye.
Dodo.

Running CS 2008.5 SP1 (v4.1.31106.3070) on Windows Server 2008 RTM and SQL2005 w/SP2.

  • | Post Points: 20
Top 25 Contributor
Posts 948
Points 14,515
CS Developers

Correct, it is for displaying the Edit Notes input box on the form.

 

Thanks,

Wyatt Preul
Wyatt - The Geek Cowboy

  • | Post Points: 20
Not Ranked
Posts 10
Points 140
bvregille replied on Fri, Apr 27 2007 3:29 AM

Wyatt,

I have the same problem with Edit Notes. I would like to show to users when a post was edited by a moderator. Actually, only a moderator is able to see the Edit Note he created when editing a post. But is it possible to also show the edit note to all users ? Or to at least have a sign showing who and when the post was edited ?

We rae running 2.1 SP3

 

Thanks !

  • | Post Points: 20
Top 25 Contributor
Posts 948
Points 14,515
CS Developers

With Community Server 2007 this is actually quite easy to do.

If you edit Themes\default\Forums\thread-flatview.ascx and Themes\default\Forums\thread-threadedview.ascx then you can replace the following:

<CSForum:ForumPostData Property="EditNotes" runat="server">
   
<DisplayConditions><CSForum:ForumConfigurationPropertyValueComparison runat="server" ComparisonProperty="DisplayEditNotesInPost" 
        Operator
="IsSetOrTrue" /></DisplayConditions>
   
<LeaderTemplate><br /><br /></LeaderTemplate>
</CSForum:ForumPostData>

You can replace the above code with the following: 

<CSControl:PostData Property="EditNotes" runat="server" />

 

Wyatt Preul
Wyatt - The Geek Cowboy

  • | Post Points: 5
Page 1 of 1 (10 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com