RM 2.3 Resource titles prepending 'Resource' to them in widgets?

Berb

Member
Hi,

In my Trending Resources (simple) and Featured Resources (carousel) widgets, the items have their content type prepended to the front of them. Attached is a screenshot showing this.

I've not found anything looking through the templates that can explain this behaviour. Am I missing something, or is this being done when {$feature.title} and {{$content.getContentTitle()}} are retreived?

For context, I'm a cloud user so I don't have ftp access to check this myself like a normally licensed user would.

Any help would be much appreciated.

Berb
 

Attachments

  • why is the content type prepending this used to work fine in previous XF2 versions.webp
    why is the content type prepending this used to work fine in previous XF2 versions.webp
    13 KB · Views: 4
Solution
Update: I've found a fix for this.

In the trending_content_item template I replaced {{ $content.getContentTitle() }} with {{ $content.title }}

In the featured_content_item template I replaced {$feature.title} with {$content.title}
Update: I've found a fix for this.

In the trending_content_item template I replaced {{ $content.getContentTitle() }} with {{ $content.title }}

In the featured_content_item template I replaced {$feature.title} with {$content.title}
 
Solution
Back
Top Bottom