Loading...
 
Skip to main content

Plugin-Files: Unable to show file name without description

Status
Closed
Subject
Plugin-Files: Unable to show file name without description
Version
11.x
12.x
Category
  • Usability
Feature
File Gallery (elFinder or standard UI)
Resolution status
Fixed or Solved
Submitted by
Steve
Volunteered to solve
Steve
Lastmod by
Marc Laporte
Rating
(0)
Description
The file description text is always present if the object name (stored name, not actual filename) is selected to be displayed. Selecting to display the object name automatically displays the description.
Solution

Change line 351 from

Copy to clipboard
{if $propname eq 'name' and $gal_info.show_name eq 'n'}

to

Copy to clipboard
{if $propname eq 'name' and $gal_info.show_name eq 'n' and $gal_info.show_description neq 'n'}
Workaround
None
Importance
4
Easy to solve?
9
Priority
36
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4976
Created
Saturday 23 November, 2013 23:30:41 UTC
by Steve
LastModif
Sunday 24 November, 2013 19:45:39 UTC


Show PHP error messages