can use html in description
moshe weitzman - January 7, 2007 - 06:02
| Project: | Site tours with Amberjack |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
lets tell people that they can use html. they might not realize. not sure how/if you are reconciling this input with drupal's html filters. i guess the dedfault filter format is used. technically, that should run through check_markup before being outputted tothe page. that might be hard here.

#1
I guess a good solution is adding a format field to the site_tour table, and let the user choose the appropriate format for the descriptions. The tour edit form would have the filter form generated by filter_form($tour->format). I'll post a patch for this tomorrow, thanks for your hints.
#2
yes, this sounds like the proper fix.