Friday, June 29, 2018

Re: How to hide post author's info to guests

You can wrap what you don't want shown to guests by editing Display.template.php with:

Code: [Select]
  if($context['user']['is_logged'])
{
// code here
}

Pst. Kindred - OP wants the username of posters to be known, the list of items is referring to the p...

from Simple Machines Community Forum https://ift.tt/2tSeO8K
via IFTTT

No comments:

Post a Comment