List by title as opposed to filename

Permalink
Hi,

Is there any chance that the downloads could be listed by Title, not filename?

I'm looking into this now, but would be great to be able display the title rather than the file name (to remove underscores etc).

Thanks

Tags:

View Replies: View Best Answer
smartwebprojects replied on at Permalink Best Answer Reply
smartwebprojects
You can edit the block template file (/packages/swp_downloads_list/blocks/swp_downloads_list/view.php) and

CHANGE

$fv->getFileName()


TO

$fv->getTitle()
amorphous replied on at Permalink Reply
Hey, thanks so much for the quick answer! Exactly what I needed to do.