Will renew shortly.Hello. When widget displaying threads, permissions are taken into account. For individual support, you need to renew your license :)
Will renew shortly.Hello. When widget displaying threads, permissions are taken into account. For individual support, you need to renew your license :)
Hello. A detailed answer is in the FAQ :)Hello, how do i show others tabs like Members > New Members? Its only showing these.
View attachment 367
Hello. Does this problem exist on the default style? Because on any screen size I was not able to see such a resultIn responsive view it is looking like this, hiding the most important area, which is the thread title/post title.
View attachment 370
extra.less
template).lfs .loader div {
border-color: black; # replace black with your color
}
Your users must have permission to purchase thread pins and links in statistics. (ACP -> Permissions -> User groups -> Your main user group -> Live forum statistics section). Price, payment profiles and other parameters are in the settings (ACP -> Settings -> Live forum statistics).And how do i activate
Added a manual to the FAQ.How to add icons like
Your users must have permission to ignore forums in statistics to see that.On my site it looks like:
Exclude all content types except resources.It doesn't show new content from Resource Manger, the settings are as follows. Why couldn't I figure it out?
Hello, @Adem Aga
The color of the scrollbar is probably configured in your style settings, the add-on does not provide for customization of this element. You can customize its appearance manually with CSS if you are familiar with it.
The menu color can also be changed in the style settings (ACP -> Style -> Style properties -> Popup menus), but these changes will affect menus throughout the forum. For this element, unfortunately, customization is also not provided.
I just addd it like:Code to change loader color (paste it inextra.less
template)
Code:.lfs .loader div { border-color: black; # replace black with your color }
Your users must have permission to purchase thread pins and links in statistics. (ACP -> Permissions -> User groups -> Your main user group -> Live forum statistics section). Price, payment profiles and other parameters are in the settings (ACP -> Settings -> Live forum statistics).
I don't found here some information about adding iconsAdded a manual to the FAQ.
OkeyYour users must have permission to ignore forums in statistics to see that.
I do it like in the screenshot. But still the same.Exclude all content types except resources.
Delete everything afterBut it is still the same color.
;
Please note the text in bold. Permission to purchase pinning and permission to pin are two different permissions.I have it already active for the admin group
must have permission to purchase thread pins and links
I don't found here some information about adding icons
Can I see the problem live?I do it like in the screenshot. But still the same.
Hello. To do this, you need to change value of theHi,
how can i edit the height of the widget so that it adapts flexibly to the maximum elements that occur ?
thank you
height
property to auto
in style settings (ACP -> Appearance -> Style properties -> Live forum statistics content -> Tab group content
). Then the widget's height will be limited by the max-height
property.Hello. To do this, you need to change value of theheight
property toauto
in style settings (ACP -> Appearance -> Style properties -> Live forum statistics content -> Tab group content
). Then the widget's height will be limited by themax-height
property.
UncheckSecound question. How can i disable the functions ignore threads / bookmark and report when i hoover over ?
Enable second data display for thread items
checkbox in style properties (ACP -> Appearance -> Style properties -> Live forum statistics content
)UncheckEnable second data display for thread items
checkbox in style properties (ACP -> Appearance -> Style properties -> Live forum statistics content
)
Add this code tothanks, but then the specific forum will also be disable when hoovering. i only want to disable these icons.
extra.less
template.lfs {
.action-buttons {
display: none;
}
}