What is economically, please?
To change the look and feel of posts for one certain forum, i can add a child style just for this single forum and just change the post_templates.
Or i can use template syntax like: if forum_id == 123, then add „bgcolor = red“
Or i can use template syntax like: if forum_id == 123, then use template post_macro_extrared … instead of normal post/message-templates.
In my example, there is only one forum to do so, and only things to put away. I also could add:
if forum_id <> 123, show normal xenforo things (means not to show them in my special forum)
To repeat it, i need only one subforum, not many, and i only want to show posts with less things (no avatar, no username …)
What is the best (economic) way to do so, please?
(I dont want to use extra.css to add display:none to the parts, i dont want to have)
To change the look and feel of posts for one certain forum, i can add a child style just for this single forum and just change the post_templates.
Or i can use template syntax like: if forum_id == 123, then add „bgcolor = red“
Or i can use template syntax like: if forum_id == 123, then use template post_macro_extrared … instead of normal post/message-templates.
In my example, there is only one forum to do so, and only things to put away. I also could add:
if forum_id <> 123, show normal xenforo things (means not to show them in my special forum)
To repeat it, i need only one subforum, not many, and i only want to show posts with less things (no avatar, no username …)
What is the best (economic) way to do so, please?
(I dont want to use extra.css to add display:none to the parts, i dont want to have)
Last edited: