Understood. Thank you for response

Latest posts made by epidemiya30
-
What is for ''/compose" route?
I've noticed that
/compose
route is registered insrc/routes/index.js
file. But there is no controller for that route as well as a template file. Why is it necessary then? -
RE: How can I pass additional user data to header?
Can I do a pull request? Or someone else will do that?
-
How can I pass additional user data to header?
I need to pass some custom data to header template. I see I can do that in
middleware.renderHeader
function. But is there any way to do it from inside a plugin. Maybe it is possible to add a filter hook intomiddleware.renderHeader
function? -
RE: action:middleware.pageView
Can you please pass
res
object into the hook? As I need to clear some cookies. -
RE: action:middleware.pageView
I would be very appreciated if you can add one more hook into
authenticationController.logout
function(I need to perform additional actions on logout request).
-
action:middleware.pageView
Is it possible to add new hook
action:middleware.pageView
inmiddleware.pageView
function? -
RE: Expose custom fields to be used in templates
For example, I would like to replace username on topic, like shown on the screenshot: