Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. g_campbell
    3. Posts
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 16
    • Best 0
    • Groups 0

    Posts made by g_campbell

    • Custom CSS for Phones/Tablets not working

      Hello,

      I've uploaded custom CSS in the custom CSS section and I've included CSS that changes based on what device the user is viewing from. In my application I use:

      @media screen and (min-width:768px) {
      }

      However, that is not working in the custom CSS section. Has anyone ever come across this issue?

      posted in Technical Support
      G
      g_campbell
    • RE: I've uploaded a custom background image, I need to make the text stand out

      @yariplus much better!!

      Thanks all

      posted in Technical Support
      G
      g_campbell
    • RE: I've uploaded a custom background image, I need to make the text stand out

      @yariplus said:

      #content > div {
      padding: 15px;
      background-color: rgba(255,255,255, 0.5);
      }

      That helped, It shaded some areas. However not even the main ones. Like all of the categories under the categories section are still not covered with a white background.

      posted in Technical Support
      G
      g_campbell
    • I've uploaded a custom background image, I need to make the text stand out

      Hello everyone,

      I'm working on customizing my nodebb page. I uploaded a background image to match the rest of my site. I would like to know how to create a block around all of the nodebb data that is white to help it stand out from the background and better flow with the rest of my page. I'm sure I can accomplish this via the custom CSS tab, I just don't what the labels for the blocks. I've shown what something might look like on my site below.

      Any help is appreciative.

      Grant 0_1457146321455_Capture.PNG

      posted in Technical Support
      G
      g_campbell
    • RE: Where is my admin panel?

      I installed the wrong software stack. I installed the one in the ubuntu installation and i notice the one in the actual mongo db installation is different, once i installed that one, my login panel appeared. Thanks for the help everyone.

      posted in Technical Support
      G
      g_campbell
    • RE: Where is my admin panel?

      Here is what i receive during setup that might give some sort of clues to my issues...

      Configuration Saved OK
      npm WARN peerDependencies The peer dependency kerberos@~0.0 included from mongodb-core will no
      npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
      npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.

      kerberos@0.0.18 install /home/grant/nodebb/node_modules/mongodb/node_modules/kerberos
      (node-gyp rebuild) || (exit 0)

      make: Entering directory /home/grant/nodebb/node_modules/mongodb/node_modules/kerberos/build' CXX(target) Release/obj.target/kerberos/lib/kerberos.o In file included from ../lib/kerberos.cc:1:0: ../lib/kerberos.h:5:27: fatal error: gssapi/gssapi.h: No such file or directory #include <gssapi/gssapi.h> ^ compilation terminated. make: *** [Release/obj.target/kerberos/lib/kerberos.o] Error 1 make: Leaving directory /home/grant/nodebb/node_modules/mongodb/node_modules/kerberos/build'
      gyp ERR! build error
      gyp ERR! stack Error: make failed with exit code: 2
      gyp ERR! stack at ChildProcess.onExit (/home/grant/nodebb/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
      gyp ERR! stack at emitTwo (events.js:87:13)
      gyp ERR! stack at ChildProcess.emit (events.js:172:7)
      gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
      gyp ERR! System Linux 4.2.0-27-generic
      gyp ERR! command "/usr/bin/nodejs" "/home/grant/nodebb/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /home/grant/nodebb/node_modules/mongodb/node_modules/kerberos
      gyp ERR! node -v v4.3.1
      gyp ERR! node-gyp -v v3.3.0
      gyp ERR! not ok
      connect-mongo@0.8.2 node_modules/connect-mongo
      ├── depd@1.1.0
      ├── debug@2.2.0 (ms@0.7.1)
      └── lodash@4.5.1

      mongodb@2.0.55 node_modules/mongodb
      ├── es6-promise@2.1.1
      ├── readable-stream@1.0.31 (string_decoder@0.10.31, isarray@0.0.1, inherits@2.0.1, core-util-is@1.0.2)
      ├── kerberos@0.0.18 (nan@2.0.9)
      └── mongodb-core@1.2.31 (bson@0.4.21)
      28/2 21:12 [47814] - info: [database] Checking database indices.
      Populating database with default configs, if not already set...
      Previous theme detected, skipping enabling default theme
      validator deprecated you tried to validate a undefined but this library (validator.js) validates strings only. Please update your code as this will be an error soon. src/categories/data.js:45:29
      Categories OK. Found 4 categories.
      Administrator found, skipping Admin setup
      Enabling default plugins
      28/2 21:12 [47814] - info: [install/defaultPlugins] customDefaults undefined
      28/2 21:12 [47814] - info: [install/enableDefaultPlugins] activating default plugins 0=nodebb-plugin-composer-default, 1=nodebb-plugin-markdown, 2=nodebb-plugin-mentions, 3=nodebb-widget-essentials, 4=nodebb-rewards-essentials, 5=nodebb-plugin-soundpack-default, 6=nodebb-plugin-emoji-extended
      28/2 21:12 [47814] - info: Beginning database schema update
      28/2 21:12 [47814] - info: [2015/09/30] Converting default Gravatar image to default User Avatar skipped
      28/2 21:12 [47814] - info: [2015/11/06] Gravatar removal skipped
      28/2 21:12 [47814] - info: [upgrade] Schema already up to date!

       ========================================================================
      posted in Technical Support
      G
      g_campbell
    • RE: Where is my admin panel?

      @phit @ThingBreaker

      Thanks for the help guys. I actually uninstalled and reinstalled mongodb as well. There has been some change... Although I still cannot login to the admin panel. But here is what my home page looks like now0_1456678889685_Capture.PNG

      posted in Technical Support
      G
      g_campbell
    • RE: Where is my admin panel?

      @phit is there an uninstall process? or just run ./nodebb setup again?

      posted in Technical Support
      G
      g_campbell
    • RE: Where is my admin panel?

      Anyone have any other input?

      posted in Technical Support
      G
      g_campbell
    • RE: Where is my admin panel?

      I did. I setup it up via the web interface. How can I confirm that NodeBB and MongoDB are communicating?

      posted in Technical Support
      G
      g_campbell
    • RE: Where is my admin panel?

      @pichalite

      Thank you for the response, was that something I was supposed to do or does it come package in NodeBB?

      posted in Technical Support
      G
      g_campbell
    • Where is my admin panel?

      I've got NodeBB up and running, I am having some issues. I successfully installed on a ubuntu server with MongoDB. But i've attached an image of what I am seeing, I felt as if there had to be at least some default values...maybe not. But the main issue that I am having is, I have no admin panel. When I click "Login" nothing happens. 0_1456540618569_Capture.PNG

      posted in Technical Support
      G
      g_campbell
    • RE: Has anyone installed on Azure?

      @julian said:

      @g_campbell You could be the first...! 😉

      Haha i'd like to be

      posted in Technical Support
      G
      g_campbell
    • RE: Has anyone installed on Azure?

      @pichalite said:

      @g_campbell does Azure have a trial option?

      They do have a trial option. You can get the first 30 days for free.

      But they also have a pay as you go option with a free webapp package.

      posted in Technical Support
      G
      g_campbell
    • RE: Has anyone installed on Azure?

      Anyone? lol

      posted in Technical Support
      G
      g_campbell
    • Has anyone installed on Azure?

      I notice they are various tutorials for alternate cloud services. I prefer the Azure platform. I really enjoy the app, I would like to install it on my app. Azure supports node, i'm a little surprised that Azure wasn't there for before amazon cloud services.

      Any help is appreciative.

      posted in Technical Support
      G
      g_campbell