Skip to content

Custom html in nodebb to prevent cache

Unsolved Configure

Related Topics
  • Why CSS acts different in Desktop?

    Bugs
    11
    4 Votes
    11 Posts
    597 Views

    @DownPW I’d have to agree with that.

  • Composer options on nodebb

    Solved Configure
    8
    3 Votes
    8 Posts
    432 Views

    @Panda You should be able to expose the CSS for these using F12 to get into console

    3591518c-e3a3-4ada-a43c-6b32a5e0359c-image.png

    a2b8ed46-4157-4ff2-85f0-576543380107-image.png

    That should then expose the element once selected

    89d9c545-a47a-40d1-98f4-80cf3b958e8f-image.png

    Here’s the below CSS you need based on the screenshot provided.

    .composer .formatting-bar .formatting-group li[data-format="picture-o"], .composer .formatting-bar .formatting-group li[data-format="spoiler"] { display: none; }
  • NodeBB: Consent page

    Solved Configure
    16
    4 Votes
    16 Posts
    866 Views

    @DownPW I still do not see any issues.

  • restarting nodebb on boot

    Unsolved Configure
    3
    1 Votes
    3 Posts
    322 Views

    @eeeee said in restarting nodebb on boot:

    can I just run nodebb under nodemon for auto restarts?

    It’s a better method. Nodemon just looks for file system changes and would effectively die if the server was rebooted meaning you’d have to start it again anyway. Systemd is the defacto standard which is how the operating system interacts in terms of services, scheduled tasks etc.

  • Podcast Share NodeBB

    Solved Configure
    15
    4 Votes
    15 Posts
    708 Views

    @cagatay You could experiment with nodebb-plugin-ns-embed but I expect the x-origin tag on the remote site to prevent playback.

  • Adding fileWrite to nodebb code

    Solved Configure
    16
    5 Votes
    16 Posts
    784 Views

    @eveh this might be a question for the NodeBB Devs themselves. In all honesty, I’m not entirely sure without having to research this myself.

  • Nodebb Hashtag plugin

    Solved General
    15
    1 Votes
    15 Posts
    948 Views

    @jac Great ! I’ll close this off.

  • unable to upvote on forum

    Solved Performance
    10
    3 Votes
    10 Posts
    729 Views

    @phenomlab yes, i can understand. it is working now 🙂