Loading...
 
Skip to main content

Tiki Design


Re: Modify tiki-view_blog to highlight comments link when comments>0?

posts: 2 United States

OK, figured out the answer to my own question.

  1. In ''tiki-view_blog.tpl", find the post-level "comments" link by keyword searching for "Permalink". It's the link right after that.

  2. In the comments link, change class="link"... to class="link {if $listpages[ix].comments > 0}highlight{/if}"...

There are no comments at this time.