03/19/2019 at 11:29 am
#487450
Keymaster
@ Ryan
RE: the tweak works if I copy/paste the core names template as a new plugin as the readme.txt instructs to do.
You do not need to move the/copy the Names template to the plugins folder.
Use a template override file for the Names template.
You’ll need to create a card.php file and put it in the path. The file only needs to contain this one line:
$entry->getNameBlock( array( 'link' => TRUE, 'format' => '%first% %middle% %last%, %suffix%' ) );
Hope this helps!
