We are hiring plugin developers to develop custom plugins
Also highly preferred if you have experience in making the nodeBB into an ios/android app
contact me at
or discord (preferred)
dgTroy#0996
@a_5mith yes, I understand, but I'd like to just work on a single template when costumizing the theme. I was wondering when it is triggered, since it's not clear.
@Giorgio-Chiodi It's triggered when a user using a mobile wants to post something. Unless I'm missing what you mean by triggered. Technical talk.
@a_5mith is it triggered when the screen size is smaller than a certain amount or is device-based?
@Giorgio-Chiodi I believe it's screen size based as checking for every device would be a pain.
Yeah it's based on screen size. Right now the templates are identical... we're not actually sure if its a good idea to build two different composers, but it's there for now until we figure out what we're doing with it
@psychobunny@psychobunny ok no problem just to make sure
PROBLEM: I can't seem to be able to ovverride the composer_mobile template with my custom theme.
What could be the issue?
I'm forced to edit the template in vanilla, then - only then - it works.
What is the filename of the mobile composer in your theme? It should be composer-mobile.tpl
, note the dash
I'm forced to edit the template in vanilla, then - only then - it works.
Yeah on what Julian said, likely you need to check the filename. Your current theme should always overwrite vanilla if your template is of the exact same name. Let me know if not the case
@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.