Loading...
 
Skip to main content

Admin comments does not parse comments even if parsing enabled

Status
Open
Subject
Admin comments does not parse comments even if parsing enabled
Category
  • Regression
Feature
Administration
Comment
Submitted by
Philippe Cloutier
Lastmod by
Jonny Bradley
Rating
(0)
Description

tiki-list_comments.php does not parse comments in column "Comment", regardless of whether section_comments_parse ("Parse wiki syntax in comments in all sections apart from Forums") and feature_forum_parse (Accept Wiki syntax) are enabled.

This is a regression from r20794 / r22511.

Files
  1. 131119 Comments List Show Parsed Data
Workaround

I had a go at this, thinking it was an easy one and needless to say, it's no so... 😊

The parsed version of the comment is currently (in 12.x) available in a tooltip which shows if you hover over the "Comment" column. I tried swapping these round but truncating the parsed comment data doesn't work, so you get quite tall rows which messes up the layout of that list. I tried adding some css to add scrollbars but it looks like a mess, so have given in.

I didn't even work out how to deal with the two different prefs relevant depending on the object type... i have attached a patch to this wish in case anyone else can think of a clean fix.

Importance
1 low
Easy to solve?
4
Priority
4
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
2836
Created
Wednesday 28 October, 2009 16:18:40 UTC
by Unknown
LastModif
Saturday 06 July, 2024 10:21:44 UTC


Show PHP error messages