Omitir al contenido

Want to use Sudonix themes ?

Chitchat
80 5 14.5k 1

Related Topics
  • Who uses Flarum?

    Chitchat flarum forum
    22
    7 Votos
    22 Mensajes
    3k Visitas
    @Madchatthew I use it here. It is faster, but not sure if that extends to build times.
  • navigation menu panel on mobile

    Solved Customisation nodebb css
    8
    1
    7 Votos
    8 Mensajes
    2k Visitas
    @crazycells hmm. That’s odd. I haven’t made any changes from recollection but I could be wrong. I’ll need to check. EDIT - very strange. I honestly don’t recall adding the below CSS block to alter the bottom bar, but you’re right… .bottombar-nav { padding: 0px !important; } I’ve removed this so it reflects stock Harmony.
  • Interesting Widget code, but can't fetch API

    Solved Customisation nodebb
    26
    2 Votos
    26 Mensajes
    6k Visitas
    @Panda said in Interesting Widget code, but can’t fetch API: How did you drop that widget into the post there? I hadnt seen this BSgenerator anywhere on sudonix site, do you use it somewhere already? Yes, here https://sudonix.org/topic/414/corporate-bullshit-generator?_=1687774393044 It’s not a “post” or “topic” in the common sense. It is actually a page in it’s own right and leverages nodebb-plugin-custom-pages. This in turn creates a new “route” which behaves like a page, meaning it is then exposed for widgets. @Panda said in Interesting Widget code, but can’t fetch API: Also can you explain more what you mean by calling the code externally. In my API call example, how would I go about doing that? By this, I mean create all the required code in an external JS file that is reachable by the NodeBB instance - so, in “public” for example - or in my case /public/js. The widget then “calls” that file and because it runs outside of the scope of NodeBB, you just need to return the values to the widget. Hope this makes sense?
  • NodeBB: Consent page

    Solved Configure nodebb consent
    16
    4 Votos
    16 Mensajes
    4k Visitas
    @DownPW I still do not see any issues.
  • Post Style View

    Solved Customisation post style sudonix nodebb
    67
    2
    18 Votos
    67 Mensajes
    17k Visitas
    @cagatay Just add margin-left on the element like @phenomlab said to you : topic [component="post/parent"] { margin-left: 10px; } [image: 1669191112290-aa08c62b-4223-4cba-8c0f-c73d50474c0d-image.png] Maybe @phenomlab have a better way
  • Adjusting the size of boxes in posts-list class

    Solved Customisation nodebb
    3
    3 Votos
    3 Mensajes
    1k Visitas
    @phenomlab thanks a lot, this combination works best .posts-list .posts-list-item .content { overflow: auto; max-height: 600px; }
  • [NODEBB] Welcome Message

    Solved Customisation css html nodebb
    20
    2
    13 Votos
    20 Mensajes
    6k Visitas
    @DownPW the ‘js’ code for the banner takes the time from the client, so what it displays really depends on the regional settings for the operating system. I’ve not seen this issue myself but would like to see some examples of screenshots if possible.
  • Nodebb Hashtag plugin

    Solved General
    15
    1 Votos
    15 Mensajes
    3k Visitas
    @jac Great ! I’ll close this off.