Event Directions can include HTML

This is a response to the question about including HTML in Event descriptions here: http://www.imiscommunity.com/complete_newbie_need_help   I'm posting it here so I can include a screenshot.

The Event Directions field, from Define an Event in Desktop, is rendered as an asp:Label in public view and template sites, so it can include HTML formatting for bold and hyperlinks.  The attached screenshot shows the desktop setup, with html in the Directions field, and its effect in public view.  I didn't check to see how confirmation notices would handle HTML, so you'd probably want to check "Suppress printing of directions on Confirmation Letters".

Besides the desktop setup, I changed the prompt on the event details page to "More Info:" as shown in the screenshot; in public view, it's here by default:
C:\Program Files\ASI\iMIS15\iMIS_public\Core\Events\eventdetails.aspx

                <asp:PlaceHolder runat="server" ID="DirectionsPlaceholder">
                <tr>
                    <td class="PanelTablePrompt">More Info:</td>
                    <td class="PanelTableValue"><asp:Label runat="server" ID="Directions" /></td>
                </tr>
                </asp:PlaceHolder>
 

AttachmentSize
event directions with html.png156.63 KB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Event description

Have you gotten this to work in the event description field?  I have tried making an item bold and only the html tags appear like <b> thes</b>  instead of actually bolding the word

 

Thanks

Lisa

workaround to try

Leave Description blank, and use the Notes field instead.  Description doesn't allow embedded HTML, but Notes does. You can combine your event description with notes (if you have any) in the Notes field, and separate them with a br tag. 

Show Start Time

Hi Henry,

How would you display the Start Time (End time) for a course?

Thank you, from the newbie!

Easiest approach...

There's not a straightforward way to change the Start / End Dates to display the times as well.  The BEGIN_DATE and END_DATE values are formatted in code with ToString("D", CultureInfo.CurrentUICulture).  The easiest approach is to change the Description, to something along these lines (for a hypothetical St. Patrick's Day Parade event).  Note that the times are displayed with the individual functions, which are displayed later in the registration process.

The festivities kick off at 44th Street and Fifth Avenue at 11:00 am on  Monday, March 17th, with bagpipers, high school bands, and the ever-present politicians making their way up Fifth Avenue to 86th Street, where the parade will probably finish around 4:30 or 5:00 pm.