I'm going to start a new thread since this is getting nowhere and it is now about the plugin and not the outcome.
https://community.nodebb.org/topic/15804/nodebb-plugin-import-of-phpbb-looping
Yes it is possible, html widgets can access all the data available in ajaxify.data.
If you put {description}
in the category header widget, it will display the description for that category.
You can also add custom data via filter:category.build
or any other build hook and that data will also be available for the html widget.
Yes it is possible, html widgets can access all the data available in ajaxify.data.
If you put {description}
in the category header widget, it will display the description for that category.
You can also add custom data via filter:category.build
or any other build hook and that data will also be available for the html widget.