- Affected version
- 2.3.7
Some widgets have options like this:
The example suggests that the widget will use the forum context if it is displayed somewhere on a forum page.
But this only works for widget locations within
Suggested Fix
Pass the context to
or
Change the desciption to make it more clear that this does not apply to widget positions within
Display contextual content
If selected, the widget will display content which pertains to the location the widget appears in. For example, if the widget appears within a forum, it will only display threads from that forum.
The example suggests that the widget will use the forum context if it is displayed somewhere on a forum page.
But this only works for widget locations within
forum_view
, it does not work if the widget is displayed somewhere inside PAGE_CONTAINER
.Suggested Fix
Pass the context to
PAGE_CONTAINER
so it can also be used there (Preferred)or
Change the desciption to make it more clear that this does not apply to widget positions within
PAGE_CONTAINER