Skip to content

Why CSS acts different in Desktop?

Bugs

Related Topics
  • Planned sunset of NTFY plugin

    Pinned Announcements
    7
    8 Votes
    7 Posts
    183 Views

    Iā€™ve noticed that Iā€™m the only one subscribed to the push notifications on this site. If you were using NTFY previously, and have noticed that youā€™ve not had any alerts for a while, itā€™s because this feature has been disabled.

    Youā€™ll now need to use the push notification to replace NTFY as mentioned in the first post.

  • Interesting Widget code, but can't fetch API

    Solved Customisation
    26
    2 Votes
    26 Posts
    2k Views

    @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?

  • Plugin to show images in teasers

    General
    6
    2 Votes
    6 Posts
    381 Views

    @dave1904 Iā€™d start by adding a console.log function to hookData so you can see what is being returned

    return hookData; console.log(hookData):
  • NodeBB v3 Chat Very Slow

    Moved Performance
    47
    11 Votes
    47 Posts
    4k Views

    @DownPW Seems fine.

  • build nodebb Warning in entrypoint size limit

    Solved Performance
    2
    0 Votes
    2 Posts
    224 Views

    @eeeee they are nothing to worry about, and can be ignored.

  • Blinking text Effect

    Customisation
    3
    5 Votes
    3 Posts
    469 Views

    @phenomlab

    I love it too

    @phenomlab said in Blinking text Effect:

    Has that ā€œbroken neon lightā€ look that you see in films.

    Itā€™s exactly that, kind of old neon signs of bar or pubs a bit cyberpunk too šŸ˜‰

  • CSS codes for fa-info icon

    Solved Customisation
    9
    6 Votes
    9 Posts
    657 Views

    I have just figured it outā€¦

    it can be targeted with text-decoration-color:

    I was mistakenly using color

  • Display tweets in widget [NodeBB]

    Solved Customisation
    29
    4 Votes
    29 Posts
    3k Views

    @phenomlab brilliant, many thanks Mark šŸ˜