Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. evoixmr
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 158
    • Best 11
    • Groups 0

    evoixmr

    @evoixmr

    13
    Reputation
    1061
    Profile views
    158
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    evoixmr Follow

    Best posts made by evoixmr

    • RE: Disable reply as topic on thread?

      @Aesir you can use this in your custom CSS:

      [component="topic/reply/container"] .btn.dropdown-toggle {
        display: none;
      }
      
      posted in Technical Support
      E
      evoixmr
    • RE: Low Information And Experience
      The documentation portal has been migrated to https://docs.nodebb.org. This is kept as an archive — NodeBB 1.x documentation
      posted in General Discussion
      E
      evoixmr
    • RE: Guest voting topics

      @MJ https://github.com/Schamper/nodebb-plugin-poll#readme

      posted in Plugin Requests
      E
      evoixmr
    • RE: Looks like your connection to NodeBB was lost, please wait while we try to reconnect.

      @Verso said in Looks like your connection to NodeBB was lost, please wait while we try to reconnect.:
      Try this on your config.json

      {
      "url": "https://blabla-blabla.com",
      "port": "4567",
      "use_port": false,
      "secret": "a16778d7-cb95-4b85-954d-487b8b5c3737",
      "database": "mongo",
      "mongo": {
      "host": "127.0.0.1",
      "port": "27017",
      "username": "",
      "password": "",
      "database": "nodebb"
      },
      "bcrypt_rounds": 12,
      "upload_path": "/public/uploads",
      "relative_path": ""
      }

      posted in Technical Support
      E
      evoixmr
    • RE: How to use my own subdomain and block the port 4567

      Using Apache, add this to -> httpd-vhosts.conf

      <VirtualHost *:80>
      ServerName yourwebsite
      ServerAdmin your@email
      #DocumentRoot /folder
      ProxyRequests off
      <Proxy *>
      Order deny,allow
      Allow from all
      </Proxy>
      ProxyPass /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
      ProxyPassReverse /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket

      ProxyPass /socket.io/ http://127.0.0.1:4567/socket.io/
      ProxyPassReverse /socket.io/ http://127.0.0.1:4567/socket.io/

      ProxyPass / http://127.0.0.1:4567/
      ProxyPassReverse / http://127.0.0.1:4567/
      </VirtualHost>

      posted in General Discussion
      E
      evoixmr
    • RE: [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed

      @teh_g said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:

      Another feature request for you (let me know if you want me to open an enhancement on GitHub).

      It would be awesome to have a way to show external calendar events on the calendar page. I running a gaming oriented forum. I want to display info from something like this http://www.opencritic.com/calendar on my calendar.

      This calendar already has the feature that your talking about. Did you see the actual calendar? (yoursite/calendar)

      posted in NodeBB Plugins
      E
      evoixmr
    • RE: Separate notification email option for mentions

      @julian Can you make the e-mail notification work when user is mentioned?

      posted in Feature Requests
      E
      evoixmr
    • RE: NodeBB v1.4.0 Release

      @azeus Yes, the calendar work with this version.

      posted in NodeBB Blog
      E
      evoixmr
    • RE: [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed

      @PitaJ I tried creating an event multiple times, I did not get an e-mail. Error below:

      Notifier Daemon initialized with
      interval of 300 seconds
      [plugin-calendar] Event (pid:160) saved
      [plugin-calendar] Event (pid:130) saved
      TypeError: expecting an array or an iterable object but got [object Null]
      at apiRejection (/evoixmr/node_modules/bluebird/js/release/promise.js:10:27)
      at PromiseArray.init [as _init] (/evoixmr/node_modules/bluebird/js/release/promise_array.js:62:19)
      at Promise._settlePromise (/evoixmr/node_modules/bluebird/js/release/promise.js:558:21)
      at Promise._settlePromise0 (/evoixmr/node_modules/bluebird/js/release/promise.js:606:10)
      at Promise._settlePromises (/evoixmr/node_modules/bluebird/js/release/promise.js:685:18)
      at Promise._fulfill (/evoixmr/node_modules/bluebird/js/release/promise.js:630:18)
      at /evoixmr/node_modules/bluebird/js/release/nodeback.js:42:21
      at /evoixmr/src/user/data.js:23:4
      at fireFilterHook (/evoixmr/src/plugins/hooks.js:96:11)
      at Object.Plugins.fireHook (/evoixmr/src/plugins/hooks.js:80:5)
      at modifyUserData (/evoixmr/src/user/data.js:141:11)
      at /evoixmr/src/user/data.js:68:4
      at /evoixmr/src/database/mongo/hash.js:136:4
      at handleCallback (/evoixmr/node_modules/mongodb/lib/utils.js:96:12)
      at /evoixmr/node_modules/mongodb/lib/cursor.js:839:16
      at handleCallback (/evoixmr/node_modules/mongodb-core/lib/cursor.js:159:5)
      at setCursorDeadAndNotified (/evoixmr/node_modules/mongodb-core/lib/cursor.js:501:3)
      at nextFunction (/evoixmr/node_modules/mongodb-core/lib/cursor.js:652:7)
      at Cursor.next [as _next] (/evoixmr/node_modules/mongodb-core/lib/cursor.js:693:3)
      at fetchDocs (/evoixmr/node_modules/mongodb/lib/cursor.js:835:10)
      at /evoixmr/node_modules/mongodb/lib/cursor.js:858:7
      at handleCallback (/evoixmr/node_modules/mongodb-core/lib/cursor.js:159:5)

      posted in NodeBB Plugins
      E
      evoixmr
    • RE: [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed

      @PitaJ I'm still having an issue with your plugin, I keep having the restart required on the dashboard.

      I also have issue with the master branch, giving an error - The following plugins may not be compatible with your version of NodeBB. nodebb-plugin-composer-default.

      Everytime I restart. nodebb stop running, I have to delete the items that was created by "custom static pages - plugin", before I can start using the terminal.

      I switched back to branch 1.2.1

      posted in NodeBB Plugins
      E
      evoixmr

    Latest posts made by evoixmr

    • RE: Group mention and email

      I just tested this, group email actually works.

      posted in General Discussion
      E
      evoixmr
    • Group mention and email

      It was cool having an option to send email to user by mentioning this, will this option be available for mentioning group?

      posted in General Discussion
      E
      evoixmr
    • RE: Setting Up

      @username1001 What do you see here? http://localhost:4567/
      Are you usng apache or nginx?

      posted in General Discussion
      E
      evoixmr
    • RE: [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed

      @pitaj I do not see any error message.

      posted in NodeBB Plugins
      E
      evoixmr
    • RE: [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed

      @pitaj Calendar is not showing on V1.6.0, the only thing that appear is Show only "Yes" on the top left of the screen.

      posted in NodeBB Plugins
      E
      evoixmr
    • RE: Nodebb Text2Speech plugin : Working

      @HARIOM-VASHISTH Do you have a screenshot?

      posted in NodeBB Plugins
      E
      evoixmr
    • RE: New Persona Mobile Menus

      @PitaJ Like I said on the other thraed. Option on admin ACP would be nice.

      Menu - Lert, Right or fallback to 1.x.x

      posted in Announcements
      E
      evoixmr
    • RE: Guest voting topics

      @MJ https://github.com/Schamper/nodebb-plugin-poll#readme

      posted in Plugin Requests
      E
      evoixmr
    • RE: Menu moved

      @julian Can you add an admin option on ACP?

      Menu - Lert, Right or fallback to 1.x.x

      posted in NodeBB Development
      E
      evoixmr
    • RE: how to keep nodebb start when I reboot ubuntu16.04

      @dxxt @teh_g Try this.

      Step 1 - This will start your nodebb after login in

      [Unit]
      Description=NodeBB forum for Node.js.
      Documentation=http://nodebb.readthedocs.io/en/latest/
      After=system.slice multi-user.target
      
      [Service]
      Type=simple
      User=your-linux-username
                
      StandardOutput=syslog
      StandardError=syslog
      SyslogIdentifier=nodebb
      
      Environment=NODE_ENV=production
      WorkingDirectory=/your/nodebb/folder
      ExecStart=/usr/bin/node /your/nodebb/folder/loader.js --no-daemon --no-silent
      Restart=always
      
      [Install]
      WantedBy=multi-user.target
      

      Step 2 - On terminal - This will start your nodebb on boot-up

      loginctl enable-linger your-linux-username
      posted in Technical Support
      E
      evoixmr