在 MODx 中获取 user_group
目前我有一个客户端登录区域。在此登录区域中,我将创建一个片段,用于显示“管理员”用户的某些信息。
我有一种感觉,我可以使用
<?php
if ($modx->getLoginUserType()) {
echo 'hi';
} else {}
?>
但是,所有用户类型都是网络。
我还环顾四周,发现了一个可以打印网络组的网络用户的脚本: http://modxcms.com/forums/index.php/topic,43139.0。 html
有什么建议吗?
Currently I have a Client login area. In this login area I was going to create a snippet that shows certain information for 'Admin' users.
I had a feeling I could use
<?php
if ($modx->getLoginUserType()) {
echo 'hi';
} else {}
?>
However, all User Types are web.
I was also looking around and found a script that prints out web-users of a web-group:
http://modxcms.com/forums/index.php/topic,43139.0.html
Any Advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅: http://wiki.modxcms.com/index.php/API:isMemberOfWebGroup< /a>
see: http://wiki.modxcms.com/index.php/API:isMemberOfWebGroup