Jump to content

Can somebody tell me the syntax for...

Featured Replies

Posted
  1. Limiting something to only specific member groups
  2. Returning a member name (the member who is logged in)

I knew how to do this on 3.4.8 but I'm not a coder and I'm having trouble figuring it out. :) 

{{if \IPS\Member::loggedIn()->inGroup( array(x, y, z) )}}
Your code limited to x, y and z user groups.
{{endif}}

Where array(x, y, z) defines the user group IDs, if you want it for single member group, then replace array(x, y, z) for the member group id.

To get the name of the logged in member, I think you can just use {member="name"}

  • Author

Thank you @-FP, I'll give it a try.

Nice!

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.