Skip to content

Want to use Sudonix themes ?

Chitchat

Related Topics
  • Who uses Flarum?

    Chitchat
    22
    7 Votes
    22 Posts
    549 Views

    @Madchatthew I use it here. It is faster, but not sure if that extends to build times.

  • restarting nodebb on boot

    Unsolved Configure
    3
    1 Votes
    3 Posts
    330 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.

  • Fresher in Nodebb install

    General
    24
    15 Votes
    24 Posts
    2k Views

    @Hari Iā€™ve been reading a lot about APO. Looks impressive.

  • Theming support in Sudonix

    Moved Announcements
    41
    61 Votes
    41 Posts
    5k Views

    @phenomlab said in Theming support in Sudonix:

    I thought Iā€™d better come by here with an update so everyone knows that the Swatch project isnā€™t abandoned, or has simply ā€œgone coldā€. In fact, quite the opposite.

    Iā€™ve setup a dev instance on my home network which Iā€™m currently developing against. Iā€™ll put some screenshots up soon, but the Swatch code is currently enjoying a rewrite. The great news is that youā€™ll get ten times the flexibility you have now meaning greater support for light themes, although the downside is that there isnā€™t that much backwards compatibility meaning some of my own themes even need to be completely redesigned.

    However, this isnā€™t the end of the world. Once youā€™re familiar with the classes, it really doesnā€™t take long at all to create your own themes.

    More to follow.

    Iā€™ll be putting together a video of what the revamped theme will look like very soon - just got some small issues to iron out, and code cleanup beforehandā€¦

  • NodeBB templates

    Locked Chitchat
    12
    4 Votes
    12 Posts
    1k Views

    Placing this here for reference
    https://sudonix.com/topic/216/nodebb-js-script-css-theme-switcher

    Further information and posts can be found at this link

  • CSS codes for fa-info icon

    Solved Customisation
    9
    6 Votes
    9 Posts
    671 Views

    I have just figured it outā€¦

    it can be targeted with text-decoration-color:

    I was mistakenly using color

  • [NodeBB] Import custom Font

    Solved Customisation
    12
    3 Votes
    12 Posts
    1k Views

    @cagatay youā€™ll need to define this in the body tag (or another element if you want greater or more granular targets) - for example

    body { font-family: "Poppins"; font-size: 16px; }

    Essentially, you use the font-size CSS directive.

  • RSS parser script [NodeBB]

    Customisation
    47
    9 Votes
    47 Posts
    4k Views

    @phenomlab said in RSS parser script [NodeBB]:

    @jac Not yet. Sorry. Have some other work commitments I need to prioritise. Hoping to get to this over the weekend.

    No worries at all mate, thanks šŸ‘šŸ»