Message Boards

Where can I find the source for Asset Publisher's Abstracts template?

Aaron Falls, modified 5 Years ago.

Where can I find the source for Asset Publisher's Abstracts template?

New Member Posts: 12 Join Date: 4/19/18 Recent Posts
I am working on my awn ADT for Asset Publisher, and would like to look at the source for the Abstracts template. Where can I find the source for this template (in Freemarker, if it exists)? A link to the source on GitHub would be perfect.
Aaron Falls, modified 5 Years ago.

RE: Where can I find the source for Asset Publisher's Abstracts template?

New Member Posts: 12 Join Date: 4/19/18 Recent Posts
Thank you, David! I did not add the detail, but I should have mentioned that I am using 7.1. I do not see these templates on the 7.1 branch (changing the branch to 7.1.x on GitHub gets a 404). Any ideas on where to look for the Abstracts template on 7.1?
Aaron Falls, modified 5 Years ago.

RE: Where can I find the source for Asset Publisher's Abstracts template?

New Member Posts: 12 Join Date: 4/19/18 Recent Posts
Thank you, I can see it on master.

I am a little confused though, because I can't seem to find anything here for the Abstracts template (see attached screenshot).

I am looking for the source because I am using an Asset Publisher to display blogs, and am getting an error trying to show the blog images with ${assetRenderer.getThumbnailPath(renderRequest)} in my ADT. The Abstracts template outputs the blog image correctly, trying to figure out how it is doing that.
Lee Jordan, modified 3 Years ago.

RE: Where can I find the source for Asset Publisher's Abstracts template?

Expert Posts: 449 Join Date: 5/26/15 Recent Posts
They are JSP's though, there's no freemarker to copy out. In context I'm trying to get related assets from full_content.jsp. Nada, no luck it's all taglibs that I can't use in Freemarker even on master in 2020.

There are some helpful code samples for templates here but we are still under resourced on code examples compared with Wordpress. I'm useless at my job, but awesome at finding solutions to base a new solution from emoticon

https://github.com/jordanamorais/lfrgs-frontend-samples