- Compatible XF Versions
- 1.2, 1.3, 1.4
- Visible Branding
- No
This small addition adds additional BB-codes for messaging that will limit access to content on certain criteria. It is easy to find the application on the forums, users are prone to more private communication style. This is particularly useful in cases where you need to share information only with a certain group of other members, not bothering with the creation of correspondences. Thus, all communication is continued in the context of the current talks - the usual forum topics.
This fix is intended for editors that use the font Font Awesome.
Add to template extra.css
This fix is intended for editors that use the font Font Awesome.
Add to template extra.css
Code:
/* Фикс для корректного отображения иконок хайда в редакторе с использованием Font Awesome*/
html .redactor_toolbar li a.redactor_btn_estebbc_hide_group
{
background:none !important;
}
.redactor_dropdown a
{
background-image: none !important;
}
html .redactor_toolbar li a.redactor_btn_estebbc_hide_group:before
{
content: "\f070";
}
.redactor_dropdown a.estebbc_button_hide:before
{
content: "\f023" ;
}
.redactor_dropdown a.estebbc_button_posts:before
{
content: "\f0f6" ;
}
.redactor_dropdown a.estebbc_button_likes:before
{
content: "\f087" ;
}
.redactor_dropdown a.estebbc_button_trophies:before
{
content: "\f091" ;
}
.redactor_dropdown a.estebbc_button_days:before
{
content: "\f073" ;
}
.redactor_dropdown a.estebbc_button_users:before
{
content: "\f007" ;
}
.redactor_dropdown a.estebbc_button_userids:before
{
content: "\f21b" ;
}
.redactor_dropdown a.estebbc_button_groups:before
{
content: "\f0c0" ;
}
.redactor_dropdown a.estebbc_button_club:before
{
content: "\f0f4" ;
}
/* Фикс для корректного отображения иконок хайда в редакторе с использованием Font Awesome*/