Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. ufan0
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 27
    • Best 4
    • Groups 0

    ufan0

    @ufan0

    4
    Reputation
    31
    Profile views
    27
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ufan0 Unfollow Follow

    Best posts made by ufan0

    • RE: Write API

      Look this :

      import requests
      
      class auto_topic():
          def __init__(self,api_url,bearer_token):
              self.api_url = api_url
              self.bearer_token = bearer_token
      
          def create(self,uid,cid,title,content):
              headers = {"Authorization": "Bearer %s"%self.bearer_token}
              topic = {'uid':uid,'cid':cid,'title':title,'content':content}
              response = requests.post(self.api_url,headers = headers,data=topic)
              return response
      
      posted in Technical Support
      ufan0
      ufan0
    • RE: Disable edit history

      @jtsimoes Thank you!

      posted in General Discussion
      ufan0
      ufan0
    • RE: 在windows下面 nodebb 无法启动

      @lovewmf 试着查看日志,./nodebb log

      posted in NodeBB Development
      ufan0
      ufan0
    • RE: when I installed `nodebb-plugin-poll`,Log display warning information.

      @jtsimoes You are really nice!

      posted in Technical Support
      ufan0
      ufan0

    Latest posts made by ufan0

    • How to delete resources of 404

      This is a sad song, I forgot to backup the avatars and pictures uploaded by the user.
      So I loss them all, and now them will be 404 when openning my site.

      I only know about deleting fields of 404 in the database, but this workload is too much.
      Who can tell me how to delete resources of 404 efficiently, thanks a lot.

      posted in Technical Support
      ufan0
      ufan0
    • RE: Can't increase maximum post length above 32767 characters

      And too many words are posted in one post, which will cause the page to not work properly,Page layout will also be confusing.

      For example: https://nclgclub.com/topic/164/2019最新-创践-大学生创新创业实务-章节测试答案/2

      posted in Technical Support
      ufan0
      ufan0
    • RE: Telegram Passport login SSO

      @julian Thank you.

      posted in Plugin Requests
      ufan0
      ufan0
    • Default settings for mail subscriptions.

      I want to edit the default settings for mail subscriptions for all users in my forum.
      But I can‘t find it out.
      Who can help me.
      Thanks.

      posted in Technical Support
      ufan0
      ufan0
    • RE: I’m a student and I want to create a NodeBB

      I happen to have experience in this area.
      My forum is hosted at aliyun,it's nicely and Cost-effective.
      Less than ¥300/year.

      posted in General Discussion
      ufan0
      ufan0
    • RE: Telegram Passport login SSO

      The typographic style of this post is interesting, is it a '<frame>'?
      How can I do it?
      Please.

      posted in Plugin Requests
      ufan0
      ufan0
    • RE: Help!

      @julian I guess so, I Manually edit the configuration file finally, and it works.

      Thanks a million!

      posted in Technical Support
      ufan0
      ufan0
    • RE: Help!

      Finally, I got it.

      But the whole images all are gone.

      posted in Technical Support
      ufan0
      ufan0
    • RE: Help!

      I tried to update mongodb & mongodb-core,it doesn't work.

      posted in Technical Support
      ufan0
      ufan0
    • RE: 在windows下面 nodebb 无法启动

      @lovewmf 试着查看日志,./nodebb log

      posted in NodeBB Development
      ufan0
      ufan0