huuduy216 Hi, is it possible to add a custom header but instead of having it at the top of the page, have it under the header bar, above the welcome message/banner.
huuduy216 Justoverclock can you show me a bit more in detail? Maybe I can hack it together in workbench instead of creating a full extension
Justoverclock Is this the position that u want? In this extension u can see how to display custom html element… https://github.com/justoverclockl/flarum-ext-infocards/blob/main/js/src/forum/index.js But u can also use headersecondary extender, or welcome hero extender too. Depends on what u want
luceos huuduy216 the logic is similar, but instead the 1 there, it probably needs a 0 to insert the new element above the existing one: https://github.com/justoverclockl/flarum-ext-infocards/blob/b92a106e984cbe205bc926811dfa28e810289dbc/js/src/forum/index.js#L47
huuduy216 luceos just making sure I'm going in the right direction. This would show even in a discussion, not just the homepage right?
Justoverclock huuduy216 this particular case is on Indexpage, but as i said, you can use the right extender to show your html wherever you want