It would be nice to be able to use pictures and html formatting in the guestbook introduction. To do this one would like to use some other filter than the default one (which is usually "Filtered HTML"). You can do the same using themes but that's not always convenient.
Providing an additional argument to the check_markup() function in the theme_guestbook(), which is a single line code change, does the thing. However, a proper solution would probably need to include a selection for an administrator just like for the entries filter.
Or maybe something similar will be possible with the new Panels based version 2.0?
Comments
Comment #1
sunYes, that sounds like good 2.x stuff.
Comment #2
sunThanks for taking the time to report this issue.
However, marking as duplicate of #72607: Use entities for guestbooks and guestbook entries. You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.
Comment #3
vladkras commentedI did by changing murkup filter in guestbook.module
$output = $intro ? check_markup($intro, 'full_html', '', TRUE) : '';as far as I need only HTML here, but you can easily add select for guestbook settings in the same file