Jump to content

как запретить гостям просмотр флэш на форуме?

Featured Replies

comment_31197

Какой код вообще отвечает за скрытие от групп?

Поидее так:

Показать только группе id 1

<if test="memberbox:|:$this->memberData['member_group_id'] == '1' ">контент</if>
 

Скрыть только от группы id 1

<if test="memberbox:|: !$this->memberData['member_group_id'] == '1' ">контент</if>
 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.