Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. buynsellcloudcom
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 14
    • Best 0
    • Groups 0

    buynsellcloudcom

    @buynsellcloudcom

    0
    Reputation
    32
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    buynsellcloudcom Follow

    Latest posts made by buynsellcloudcom

    • RE: Setup an Nginx reverse proxy on centos 7 for nodebb

      @julian besides spam Warning do we have any answers for the posted questions? It was posted on few threds because there was no answer till now ?any type of possible answer?

      posted in Technical Support
      B
      buynsellcloudcom
    • Google searches plugin good for SEO?

      @julian does this plugin make the seo process better then what it is ?
      nodebb-plugin-google-search2
      Redirect search queries to Google.

      Installed 1.0.3 | Latest 1.0.3
      For more information: https://github.com/revir/nodebb-plugin-google-search2#readme

      thanks

      posted in NodeBB Development
      B
      buynsellcloudcom
    • nodebb-plugin-google-search2 is this plugin still working 2019

      hi is the nodebb-plugin-google-search2 is this plugin still working in 2019 ? for NodeBB v1.4.3 , NodeBB v1.12.0
      what does this do really?

      Description
      This plugin redirect search queries to Google, which used by V2MM, you can see what happened when you search on V2MM. can you show use some examples ? thanks

      Credit
      This plugin was modified from BenLubar's nodebb-plugin-google-search, only fixed one problem: BenLubar's original plugin blocked the hook "filter:search.query" with a dummy function, which leads the suggested topics widget not work, because that widget would call this api when it's on the topic's template.

      posted in NodeBB Plugins
      B
      buynsellcloudcom
    • RE: [nodebb-plugin-buttons-galore] NodeBB: Buttons Galore

      @julian is there an update for this plugin as of March 2019? thanks

      posted in NodeBB Plugins
      B
      buynsellcloudcom
    • RE: [nodebb-plugin-buttons-galore] NodeBB: Buttons Galore

      NodeBB: Buttons Galore
      Current version: 0.0.6

      is there an update to this code?

      posted in NodeBB Plugins
      B
      buynsellcloudcom
    • RE: No Code Button?

      NodeBB: Code Button
      Simply adds a code button to composer. This plugin will be obsolete once TedRinehart add configuration support to https://github.com/TedRinehart/nodebb-plugin-buttons-galore

      is there an update or new version?

      posted in NodeBB Plugins
      B
      buynsellcloudcom
    • RE: Runnig forum without :4567 port in the URL

      @julian how would you use the
      changed "use_port": true to "use_port": false

      "base_url": "https://mydomain.com"

      config.json

      
      {
          "url": "http://localhost:4567",
          "secret": "xxxxxxxxxxxxxxx",
          "database": "redis",
          "redis": {
              "host": "127.0.0.1",
              "port": "6379",
              "password": "",
              "database": "0"
          }
      }
      

      thanks

      posted in General Discussion
      B
      buynsellcloudcom
    • RE: [Solved] Email Confirmation Link Problem

      @GeoStyx hi where do you add the changed "use_port": true to "use_port": false

      {
          "url": "http://localhost:4567",
          "secret": "xxxxxxxxxxxxxxxx",
          "database": "redis",
          "redis": {
              "host": "127.0.0.1",
              "port": "6379",
              "password": "",
              "database": "0"
          }
      }
      
      

      thanks

      posted in General Discussion
      B
      buynsellcloudcom
    • Setup an Nginx reverse proxy on centos 7 for nodebb

      http {

      location / {
      proxy_pass http://127.0.0.1:4567;
      proxy_http_ve

      posted in Technical Support
      B
      buynsellcloudcom