How to disable Post History ???

Technical Support

Suggested Topics


  • It shown "no post" on persona theme

    Unsolved Technical Support
    0 Votes
    5 Posts
    280 Views

    @julian

    sorry for late reply.
    But I set the guest can access topic. Just not available the posts only.
    I can see the post teaser in category page. Just no shown in categories page only.

    Then, sorry to late for provide my nodebb informations:

    version: 1.17.0
    Node ver: v14.17.2
    git hash: 6b4ef46eadce177d51b609bf75df8acdaab61f0a

  • 0 Votes
    4 Posts
    666 Views

    Everything is working now after fixing Problem 4 and configuring from IP to domain name.

    I was attempting to get nodebb working on strictly the IP address. However, I was able to get the domain linked by utilizing Custome Resource Records settings of:

    Name / Type / TTL / DATA @ / A / 1h / xx.xxx.xx.xx * / A / 1h / xx.xxx.xx.xx

    Then, I simply changed my ip address to the domain and now everything is working perfectly. I am not sure why, though.

  • 0 Votes
    8 Posts
    1k Views

    @baris that worked thanks again!

  • Disabling skins

    Moved Technical Support
    0 Votes
    15 Posts
    6k Views

    @Fastidious said:

    Of course I saw it. My finger got tired of clicking on it, while observing no results at all.

    Oh? Feel free to reply to the issue I closed, my bad. From the original report I assumed you didn't notice the button as opposed to that button not actually working.

    EDIT: Minor victory for me, because our team thought I sucked at UX because you didn't see the button. I just suck at coding then 😛 Please post git hash and stuff on the issue thread, will try and reproduce myself. FWIW, it does work for me on latest.

  • 0 Votes
    1 Posts
    850 Views

    I'm writing a bot that GETs a specific post from a category on my forum, and this category is only accessable by admins. Only problem is, GETting that post always returns a 401 Not Authorized response, because it's not open to users.

    I've tried using auth=(username, password), Authorization: Bearer, even sending it in the GET params, but they all just return 401.

    Any way of doing this?