Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Nokia launches DIY repairable budget Android phone

    19
    0 Votes
    19 Posts
    2k Views
    oplik0O
    @julian said in Nokia launches DIY repairable budget Android phone: I think rooting (or at least, custom ROMs) is/are important for extending the life of older devices. Yup, and current devices seem better at that than past ones, since generally the loss of functionality would happen without updates anyway (more apps are probably dropping older API levels than using strong integrity, OTA updates don't matter anyway if you have no official updates anymore, and again, most vendors don't have an equivalent to Samsung's Knox that would be lost while rooting). I'll note that there is one device line that I would consider installing custom ROM on even new - Pixels, to get GrapheneOS. Though unfortunately they're not officially available in my country, so I make do with Samsung devices.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Which skin is your favourite?

    10
    2 Votes
    10 Posts
    948 Views
    manaM
    I like to use default and cyborg, especially in style, and the compatibility is very good now
  • Can 'thin back end' servers host NodeBB?

    2
    0 Votes
    2 Posts
    409 Views
    Joaquin DecimaJ
    Well at first if you could, it would be enough to maintain a fork of the branch that interests you and use that to see it. Regarding the database, you could use atlas if you wish, it is also a free option. However, it will not work quite well due to the limitations of the service, although if it is for development and testing it could work (although I recommend using it locally for that purpose)
  • Spam registration, moderated account with unverified email: how to avoid?

    2
    0 Votes
    2 Posts
    355 Views
    phenomlabP
    The best way to avoid this is to leverage the post queue. Sadly, spammers always find creative ways to bypass filters, but the post queue will stop them dead.
  • code block is rtl align

    9
    +0
    0 Votes
    9 Posts
    787 Views
    Y
    yes, its working! thank you!
  • 2 Votes
    3 Posts
    372 Views
    julianJ
    As mentioned prior, you can use the privileges to restrict access to the topic. but I'm not entirely sure how this works. If a spider is detected (not a 100% guarantee, by the way), then they are either allowed or denied access to the topic based on how your privileges are set up. For example, if you grant spiders "access-topic" privilege, but do not grant "registered-users" that privilege, then web crawlers will be able to access the topic and crawl it, but regular users will not. The groups are mutually exclusive. On one hand, I'm thinking that allowing spiders to access all content could potentially boost my site's search engine rankings. On the other hand, I'd like to keep one or two paragraphs hidden from spiders, so that only verified users can view them. That's harder, you'd want to use a custom plugin to restrict the post content if a spider is detected. Doable, just not available right here right now. There are plugin hooks that are fired when a post is rendered, and you can probably check caller.uid or req.isSpider (depending on what is passed in) to see whether it is a spider or not. A uid of -1 is a spider as determined by the library we use.
  • Host my own Nodebb

    7
    0 Votes
    7 Posts
    3k Views
    julianJ
    @mventures for Windows, the updated doc link is https://docs.nodebb.org/installing/os/windows/
  • Eror: Eacces Permision

    27
    +0
    0 Votes
    27 Posts
    2k Views
    T
    Eacces permission refers to a permission error that occurs when a user or process attempts to access a file or directory without the appropriate permission level. This error message may be encountered in various operating systems and programming languages, indicating that the user or process does not have read, write, or execute permission for the specified file or directory.
  • Error: Uncaught Exception: spawn tail ENOENT

    3
    +0
    0 Votes
    3 Posts
    428 Views
    S
    @PitaJ Thx!
  • Mobile app developer

    1
    0 Votes
    1 Posts
    264 Views
    Sam1S
    Hi everyone. I want to start working in IT. A friend works as a mobile app developer and invites me to work with him. Are there any experienced developers here? Can you please advise whether it is worth starting it? If you were in my shoes, which IT direction would you choose?
  • Verify user identities

    1
    0 Votes
    1 Posts
    232 Views
    T
    Hi, i want to use user verification on my plattform since i plan to do transactions with ideas. The verification has to happen in a way that a contract would work with the loggedin users. I would like to keep that process simple but safe. What are ways to do that?
  • Harmony theme and user engagement

    5
    2 Votes
    5 Posts
    503 Views
    phenomlabP
    @julian count me in. Sudonix.com will be upgrading to 3.x from 2.x as soon as it's ready for release.
  • Font Size different

    2
    +1
    1 Votes
    2 Posts
    383 Views
    <baris>B
    Did you check the font size in the browser inspector? Check your browser console for errors as well maybe the font isn't loading correctly.
  • invalid icon settings

    Solved
    8
    +0
    0 Votes
    8 Posts
    697 Views
    T
    I was able to fix this by adding a touchicon. I'm not sure what this implies, but if the touchicon setting is left empty, the favicon.ico will be covered in the title. By using grep to find the file 36.png in public/images/touch, I am able to repair this.
  • all categories has limit

    6
    +0
    0 Votes
    6 Posts
    562 Views
    metaverseM
    @baris thank you! I fixed this!
  • 0 Votes
    2 Posts
    319 Views
    Colby AdkinsC
    How can we achieve that with nodebb, where spiders have nodebb's default access but not the hidden files, which only verified users can access?
  • Community Design

    9
    0 Votes
    9 Posts
    873 Views
    B
    @schajuli you can create something like navigation on Persona theme via custom widget, for example my solution, maybe you like it. [image: 1678123524941-navbar.png] Navigation button + search input. You can change color, link, text, icons and show it only on main page or every pages. <center> <a class="btn btn-sm btn-primary fs-6 fw-semibold" href="#" role="button"> <i class="fa fa-fw fa-house" data-content=""></i> Home</a> <a class="btn btn-sm btn-secondary fs-6 fw-semibold" href="#" role="button"> <i class="fa fa-fw fa-list" data-content=""></i> Categories</a> <a class="btn btn-sm btn-success fs-6 fw-semibold" href="#" role="button"> <i class="fa fa-fw fa-inbox unread-count " data-content=""></i> Unread</a> <a class="btn btn-sm btn-danger fs-6 fw-semibold" href="#" role="button"> <i class="fa fa-fw fa-clock-o" data-content=""></i> Recent</a> <a class="btn btn-sm btn-warning fs-6 fw-semibold" href="#" role="button"> <i class="fa fa-fw fa-fire" data-content=""></i> Popular</a> <a class="btn btn-sm btn-info fs-6 fw-semibold" href="#" role="button"> <i class="fa fa-fw fa-tags" data-content=""></i> Tags</a> <a class="btn btn-sm btn-light fs-6 fw-semibold" href="#" role="button"> <i class="fa fa-fw fa-user" data-content=""></i> Users</a> <a class="btn btn-sm btn-dark fs-6 fw-semibold" href="#" role="button"> <i class="fa fa-fw fa-group" data-content=""></i> Groups</a> <div class="search-widget"> <form action="/search" method="GET"> <div class="col-8 mt-4"> <div class="input-group mb-3"> <input type="text" class="form-control" name="term" placeholder="Search"> <button class="btn btn-primary" type="submit"><i class="fa fa-search"></i></button> </div> </div> </form> </div> </center> More: https://getbootstrap.com/docs/5.0/components/navs-tabs/
  • sendgrid plugins does not work

    1
    +0
    0 Votes
    1 Posts
    161 Views
    metaverseM
    I use the sendgrid plugins and setting seems ok,but the site can not send verify emails to new users ,what is the problem?[image: 1678118326146-04047398-23e7-40cd-9de8-b2f83b7f4fd1-image.png]
  • This topic is deleted!

    3
    1 Votes
    3 Posts
    486 Views