Using CMSMS latest version
I have several pdf docs that I have uploaded to Uploads.
I want to make them News Items so that the pdf opens when someone clicks on More. In other words, I want to avoid having to type the entire article into Content.
Is there a way to do this?
Solved: I decided to do away with having a Summary and just posted the link in Content.
[Solved]News module - how to make Content a link
Re: [Solved]News module - how to make Content a link
Make a custom field called link_url.. Put some Smarty logic in the summary template to link to that link_url if it exists, else go to the detail view.
Re: [Solved]News module - how to make Content a link
Thanks, Wishbone, very much - will keep that in mind!