Content publishing remove date

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
5/31/2007 10:32:55 AM
Gravatar
Total Posts 11

Content publishing remove date

In the Content Manager, I can set Publish Begin and Publish End dates and times.  However, I seem to be unable to remove a date after it has been set.  By default, the Publish End date is empty (null), which correlates into the content never expiring.  But I cannot delete a date after it has been set.  Any ideas as to how to "republish" something (remove the Publish End date)?

5/31/2007 12:49:01 PM
Gravatar
Total Posts 18439

Re: Content publishing remove date

Hi,

Not long ago, someone contributed an enhancement to the DatePicker control which is a Property called CalendarSelectionOnly which if true disables the textbox so it can ony be updated by the control. However, I didn't notice that the default was true for this new property. I have changed the default to flase here and will commit to svn later today. If you are working with the release version, you can edit the Admin/ContentManager.aspx page with a text editor. Find the dpEndDate control within the GridView and add a property CalendarSelectionOnly="false"

Then you will be able to click in the textbox to clear the end date.

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.