My web application is almost complete. I have a few final touches to add, but need some help.
How do I add the 5 most recent documents to my home page (home page is actually a form)? I don’t care if this is via an embedded view, or a field with some @functions.
I guess I need to read in a view column, use @subset to get the last 5 documents, then using @explode or @implode with some HTML make the list clickable.
Has anyone done this? Care to share your solution?
Thanks.