Open euantorano opened 9 years ago
A widget system to allow the rendering of content blocks such as Who's Online by calling a simple function.
Who's Online
Features
WidgetManager
MyBBCore\Widgets\AbstractWidget
{{ render_widget('widget_name') }}
@mybb/developers I would like to suggest pushing this to Alpha 2. Any objections?
A widget system to allow the rendering of content blocks such as
Who's Online
by calling a simple function.Features
WidgetManager
.MyBBCore\Widgets\AbstractWidget
.{{ render_widget('widget_name') }}
.