Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. cleo
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    cleo

    @cleo

    2
    Reputation
    14
    Posts
    44
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    cleo Follow

    Best posts made by cleo

    • RE: ERROR: No users in this room, when user leaves chat

      Thank you so much for your response.

      Submitted an issue for this: https://github.com/NodeBB/NodeBB/issues/7601

      filipinacoder created this issue in NodeBB/NodeBB

      closed ERROR: No users in this room, when user leaves chat #7601

      posted in Technical Support
      cleo
      cleo
    • RE: CSV

      Thank you so much for your answer @baris . 😊

      The issue was resolved when I removed the extra / in url in config.json

      so from

      {
      "url": "https://forum.forum.com/",
      ...
      }
      

      to

      {
      "url": "https://forum.forum.com",
      ...
      }
      
      posted in General Discussion
      cleo
      cleo

    Latest posts made by cleo

    • RE: CSV

      Thank you so much for your answer @baris . 😊

      The issue was resolved when I removed the extra / in url in config.json

      so from

      {
      "url": "https://forum.forum.com/",
      ...
      }
      

      to

      {
      "url": "https://forum.forum.com",
      ...
      }
      
      posted in General Discussion
      cleo
      cleo
    • RE: CSV

      Hello! I am experiencing the same but when run on local, it exports perfectly. Any idea what could be mistake in setup?

      posted in General Discussion
      cleo
      cleo
    • RE: [nodebb-plugin-friends] Friends plugin seems not to be working

      @baris I'm on nodebb-plugin-friends 1.2.0, latest master and unfortunately, it doesn't 😞

      posted in NodeBB Plugins
      cleo
      cleo
    • RE: [nodebb-plugin-friends] Friends plugin seems not to be working

      Hello @baris ,

      Tried out your suggestion of starting nodebb from scratch (with default plugins installed) and downgraded nodebb from 1.11.2 to 1.11.0 then use nodebb-plugin-friends, unfortunately, it still isn't working. Recorded a screenshot trying this process, kindly check here: https://bit.ly/304bBC5

      I executed ./nodebb-dev and it gave me an error upon start (image below), could this be the reason why it isn't working?
      friends-error.png

      Thanks again for your help!

      posted in NodeBB Plugins
      cleo
      cleo
    • RE: [nodebb-plugin-friends] Friends plugin seems not to be working

      @baris
      The plugin is active and installed in ACP, also tried to run it in ./nodebb dev.
      Kindly review: https://bit.ly/2Zjesqv
      Thanks so much

      posted in NodeBB Plugins
      cleo
      cleo
    • RE: [nodebb-plugin-friends] Friends plugin seems not to be working

      @baris I did your suggestion. Still not working.
      Here's a screencast when I tried to rebuild and restart the forum: https://bit.ly/2LESyKU

      Thank you for your help

      posted in NodeBB Plugins
      cleo
      cleo
    • RE: [nodebb-plugin-friends] Friends plugin seems not to be working

      @baris Thank you so much for your response.

      I tried to your suggestion: Nodebb is now in version 1.11.2 and friends plugin is in 1.2.0

      It's returning me a different error now which is "Page does not exist" when I went to

      http://localhost:4567/user/:uid/friends
      

      lalalalala.png

      Do I need to set another page for this route?

      Thanks again for the help.

      posted in NodeBB Plugins
      cleo
      cleo
    • [nodebb-plugin-friends] Friends plugin seems not to be working

      Hello!

      I have installed the nodebb-plugin-friends and nodebb-plugin-write-api. I saw a friends in the dropdown from the burger icon in user profile,

      friends1.png

      but when I clicked this, its giving me an internal error and the route was in

      http://localhost:4567/user/:uid/friends
      

      friends2real.png

      All I did was install both of the plugins. Do I need to configure something in the write-api plugin dashboard for this to work? Can you help me with what I'm missing out?

      Appreciate your help. Thank you very much!

      posted in NodeBB Plugins
      cleo
      cleo
    • RE: How do two sites (NodeBB and another) share a single domain name (/ vs /forum)

      @julian Thanks so much ! This totally make sense. Worth to note, to add proxy_pass blocks to static files too. 🙂

      posted in Developer FAQ
      cleo
      cleo
    • Enable to search "All" as default in the forum search bar

      Is there a way enable to search "all" as default for db-search in the forum search bar.

      searchbar.jpg

      "All" , in context of Titles and Post, Users, Tags and especially post content, which means
      the keyword will be retrieved as long as it exist within the post. Currently, keyword search are only limited to post titles.

      filter_choices1.jpg

      On the other note: Will there be a possibility of having nodebb plugin for Algolia Search?

      Thank you so much. I highly appreciate your help.

      posted in Technical Support
      cleo
      cleo