@psychobunny sorry guys. I wrote it wrong in the forums. The filenames are actually correct, with the dash not underscore. I'll try again tomorrow.
Where's the template file of 'composer' ?
-
Hello everyone
,
I want to modify the view of 'composer', where is the template file of 'composer' ?
Besides, what's the 'component' attribute mean here ?
Any help will be appreciated
-
It's a separate plugin: https://github.com/NodeBB/nodebb-plugin-composer-default
-
@Bri
Great!! Thank you very much.Besides, do you know the following html mean?
<div component="composer" class="...
-
That's probably where the composer begins to be rendered: https://github.com/NodeBB/nodebb-plugin-composer-default/blob/4a90f85801eb58a98bdd56f34decade07dc49e22/static/templates/composer.tpl#L1
-
@K68 it's just an attribute. NodeBB uses it to identify the composer element on the page.
-
@Bri @pichalite
I got it now, thank you guys