Project:Site tours with Amberjack
Version:5.x-1.x-dev
Component:Documentation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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.

Comments

#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.