Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
2.1 How to show the lastest commenter and discussion title on the sub-catgeory page?
darbeey
New
Hi there, is there a way to show the latest discussion title and the user that commented on the discussion on the sub category page?
Tagged:
0
Comments
You can use the function
MostRecentString()
to get the latest discussion in a category.Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
Thanks again @kasperisager, but how would i implement that into the views/categories/subtree.php file?
@kasperisager Oh i found it and works great
<?php echo MostRecentString($Row); ?>Thanks