Is there a way to add a separator (for instance, a comma) between the synonyms on the page that lists all of the lexicons?

example

CommentFileSizeAuthor
lexiconsynonymseparator.png182.78 KBAnonymous (not verified)

Comments

Anonymous’s picture

Issue summary: View changes

fixed to display image, rather than just a link.

marty2081’s picture

Status: Active » Fixed

You can override lexicon-overview-item.tpl.php in your custom theme and then do whatever you like with this part:

<?php foreach ($term->synonyms as $synonym) : ?>
  <?php print $synonym; ?>
 <?php endforeach; ?>

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.