Quote:
Originally Posted by kevinh
Hi,
I was hoping another knowledgeable LDM user could help me out. I'm trying to modify the minimalistic Template: "links_linkbit_featured" by adding in Keywords functionality that exists in the Template: "links_linkbit_mshort" ('modern short'), without the box that exists in the latter template.
See attached screen shot - I want "Keywords" to appear where it says "test".
I have tried copying and pasting code from one template to the other but I can't quite get it right.
If this is more complex than simply copying and pasting code into the template I would be happy to pay someone to do this for me.
Thanks,
Kevin
|
Kevin, the change to the template is straightforward:
Code:
<if condition="$linkkeys"><br />$vbphrase[ll_keywords]: $linkkeys</if>
This works if you tell a normal LDM display to use the featured linkbit. However, it will not work with the standard 'featured' display as it stands, because (for reasons of efficiency) the keywords are not cached at that point in the code. It's an easy change to make to the code - let me know what you need.