CMS MADE SIMPLE FORGE

JMDownMan

 

[#11220] Sample Tag invalid in admin view

avatar
Created By: Simon (creopard)
Date Submitted: Wed Nov 23 10:17:42 -0500 2016

Assigned To: Fernando Morgado (JoMorg)
Version: 1.RC.2
CMSMS Version: 2.2.14
Severity: Minor
Resolution: Awaiting Response
State: Open
Summary:
Sample Tag invalid in admin view
Detailed Description:
After a fresh installation, the "Sample Tag" example for each file is wrong:
It shows  	{JMDownMan alias=$entry->alias}}
instead of  	{JMDownMan alias='filename'}

There seems to be a bracket missing.


History

Comments
avatar
Date: 2016-11-23 10:44
Posted By: Simon (creopard)

I found the error.
File "templates/listfile.tpl", line 38 should be

<td style="width:200px;"> {ldelim}JMDownMan alias={$entry->alias}{rdelim}</td>

(there was indeed a bracket missing)
      
avatar
Date: 2017-01-13 08:30
Posted By: Fernando Morgado (JoMorg)

Fixed in SVN, thanks.
      
avatar
Date: 2018-02-07 07:48
Posted By: Simon (creopard)

There's one more issue to it:
<td style="width:200px;"> {ldelim}JMDownMan alias={$entry->alias}{rdelim}</td>

should be
<td style="width:200px;"> {ldelim}JMDownMan alias='{$entry->alias}'{rdelim}</td>

please add the inverted comma before and after {$entry->alias}
      
avatar
Date: 2020-08-05 08:30
Posted By: Simon (creopard)

Not yet fixed, inverted comma is still missing
      
Updates

Updated: 2020-08-05 08:31
cmsms_version_id: 31015 => 31720

Updated: 2018-02-07 07:49
resolution_id: 7 => 10
severity_id: 4 => 3

Updated: 2017-01-13 08:30
resolution_id: 10 => 7

Updated: 2016-11-23 10:44
resolution_id: 5 => 10

Updated: 2016-11-23 10:44
resolution_id: => 5