datitisev MikeJones You can definitely do some stuff with CSS. You may be limited by the fact that it uses the native <details> and <summary> tags. This extension does have some CSS - specially for the browsers that don't support these tags (extension includes a polyfill). I recommend looking at that @ https://github.com/FriendsOfFlarum/bbcode-details/blob/2f72f8a2ab5f118291e9b3d48824578a161530bb/less/forum.less
MikeJones datitisev SO I am trying to target the div within the details tags... but there is no class name to target.... Any ideas? Is there a way to target divs inside summary tags only?
MikeJones IanM Found a bug in the latest version. All details here: https://discuss.flarum.org/d/27044-cant-put-a-details-tag-in-a-quote-in-beta-16 Let me know if you need anymore details.
Braden FriendsOfFlarum @[deleted] could you create a css that we can use to make the header title look like a button an drop up and down arrow like this photo
Braden [deleted] yes! You previously helped me with the hero title. How to do this? awesome forum you got there!
[deleted] Braden Thanks very much. It's a CSS only solution but put together as a page. I'll post this tomorrow as there's a fair amount and I'm on mobile at present.
Braden [deleted] After 2 hours of monitoring i was able to make it happen. 🥳 details summary { display: flex; justify-content: space-between; padding: 1em; background: #eee; font-weight: bold; cursor: pointer; }
RichardBanic datitisev Hey there, could you perhaps help me out with an issue I´m having. I would like to format the description title itself, but any kind of code I use is being applied only to the hidden text, not the title. Any suggestions?
datitisev RichardBanic The way the current BBCode markup works, I think it's just not supported by TextFormatter to have formatting in the bbcode tag attributes (or whatever they're called, in the title=.... I might be wrong, but this is my first thought.
luceos murdocklawless [DETAILS title={TEXT1;optional}]{TEXT2}[/DETAILS] So: [details title=some title]other stuff comes here[/details]