- نیاز به ویرایش مجوزهای گروههای کاربری
- هست
- پشتیبانی از نسخه های
- 2.0
- 2.1
- 2.2
افزونه محتوای مخفی برای انجمن XenForo 2. پشتیبانی از 16 کد bb برای مخفی شدن با توجه به پارامترهای مختلف
اگر یک توسعهدهنده هستید و میخواهید یک Hide پیادهسازی کنید و در عین حال فقط کد و قالب bb خود را اضافه کنید، میتوانید به سادگی از کنترلکنندههای رویداد از افزونه استفاده کنید.
داخل کلاس MMO\Hide\BbCode\HideTags در متد getHideTags() شلیک می شود.
این به شما امکان می دهد فیلدهای دیگری را که bb-cod می کنند اضافه کنید.
امضای پاسخ به تماس:
- متن مخفی برای اعضای باشگاه
- متن پنهان بر اساس تعداد روز
- متن مخفی برای گروه ها
- متن مخفی برای اعضای ثبت نام شده
- متن پنهان بر اساس تعداد لایک
- متن پنهان بر اساس تعداد پیام ها
- متن پنهان با واکنش خاص
- متن پنهان تا زمانی که کاربر به موضوع پاسخ دهد
- متن پنهان می شود تا زمانی که کاربر به موضوع پاسخ دهد و روی من کلیک کند
- متن مخفی می شود تا زمانی که کاربر به موضوع پاسخ دهد یا روی من کلیک کند
- متن پنهان در تعداد منابع (یک افزونه مدیریت منابع نصب شده مورد نیاز است، در غیر این صورت این کد bb را غیرفعال کنید)
- متن مخفی می شود تا زمانی که کاربر روی من کلیک کند
- متن مخفی برای کاربران
- متن مخفی که مشاهده را برای کاربران خاصی ممنوع می کند
- متن پنهان توسط شناسه کاربر
- متن مخفی که مشاهده را برای کاربران خاص با شناسه ممنوع می کند
اگر یک توسعهدهنده هستید و میخواهید یک Hide پیادهسازی کنید و در عین حال فقط کد و قالب bb خود را اضافه کنید، میتوانید به سادگی از کنترلکنندههای رویداد از افزونه استفاده کنید.
داخل کلاس MMO\Hide\BbCode\HideTags در متد getHideTags() شلیک می شود.
این به شما امکان می دهد فیلدهای دیگری را که bb-cod می کنند اضافه کنید.
امضای پاسخ به تماس:
استدلال ها:
- array &$tags - آرایه ای از تگ های پنهان موجود.
Hidden content add-on for the XenForo 2 forum. Supports 16 bb codes for hiding according to various parameters
Hidden text for club members
Hidden text by the number of days
Hidden text for groups
Hidden text for registered members
Hidden text by the number of likes
Hidden text by the number of messages
Hidden text by specific reaction
Hidden text until user replies to topic
Hidden text until the user replies to the topic and clicks I like
Hidden text until the user replies to the topic or clicks I like
Hidden text on the number of resources (An installed resource manager plugin is required, otherwise disable this bb code)
Hidden text until the user clicks I like
Hidden text for users
Hidden text prohibiting viewing to certain users
Hidden text by user id
Hidden text prohibiting viewing to certain users by id
If you are a developer and want to implement a hide and at the same time just adding your bb code and template, then you can simply use event handlers from the add-on.
Fired inside the MMO\Hide\BbCode\HideTags class in the getHideTags() method.
This allows you to add additional fields that bb-codes.
Callback signature:
array &$tags[/I]
Arguments:
array &$tags - Array of existing hide tags.
All known vulnerabilities are closed in this hide
Hidden text for club members
Hidden text by the number of days
Hidden text for groups
Hidden text for registered members
Hidden text by the number of likes
Hidden text by the number of messages
Hidden text by specific reaction
Hidden text until user replies to topic
Hidden text until the user replies to the topic and clicks I like
Hidden text until the user replies to the topic or clicks I like
Hidden text on the number of resources (An installed resource manager plugin is required, otherwise disable this bb code)
Hidden text until the user clicks I like
Hidden text for users
Hidden text prohibiting viewing to certain users
Hidden text by user id
Hidden text prohibiting viewing to certain users by id
If you are a developer and want to implement a hide and at the same time just adding your bb code and template, then you can simply use event handlers from the add-on.
Fired inside the MMO\Hide\BbCode\HideTags class in the getHideTags() method.
This allows you to add additional fields that bb-codes.
Callback signature:
array &$tags[/I]
Arguments:
array &$tags - Array of existing hide tags.
All known vulnerabilities are closed in this hide