Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. H7
    H
    • Profile
    • Following 1
    • Followers 0
    • Topics 12
    • Posts 37
    • Best 8
    • Groups 0

    H7

    @H7

    10
    Reputation
    521
    Profile views
    37
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Website community.h7.org Location US

    H7 Unfollow Follow

    Best posts made by H7

    • RE: NodeBB v1.6.1 Release

      @faizanzahid said in NodeBB v1.6.1 Release:

      Are we going to have a Node bb mobile app ever?

      Is there a reason to have a NodeBB mobile app? NodeBB is developed as a public forum/community portal (and web-app), there is no argument in favor of creating separate mobile apps. Excluding a few hardcore members, would anyone install that app?

      Mobile apps would give you:

      • native User Interface, pointless: possible via web
      • hardware Accessibility (camera, microphone, accelerometer, etc.), pointless: why?
      • notifications are possible with a simple app that loads NodeBB into built-in browser and loads certain important event notifications via API, pointless: too specific, not enough arguments
      • efficiency: a community that really needs it, should build and maintain the apps (maybe open-source it) and use NodeBB API

      A mobile app would be justified if:

      • very complex calculations would be performed
      • native functionality or processing would be required
      • no internet-connection functionality required

      In case someone would want to have a mobile app for a specific purpose, where some of the above-mentioned features are handy, the community owner has to create the task-specific app, using NodeBB API if that's the case.

      For administration? Alerts? Admin app can be easily created even using a cross platform mobile development suites (we may post one for iOS if there is a need, we're still debating).

      Also, NodeBB is created using JS+HTML. Mobile OS systems are going this direction as well, until the NodeBB mobile app would be ready, maybe there in no reason left at all 😐

      Let me know if I am wrong but I don't see a solid argument for a mobile app. Creating and maintaining for iOS/Android would probably be a very bad idea; it takes pointless amount of time for no apparent reason but again, please prove me wrong if I missed something.

      posted in NodeBB Blog
      H
      H7
    • RE: Facebook Social Authentication: Can't Load URL

      @julian the solution was enabling Embedded Browser OAuth Login in Facebook Login Settings

      posted in Technical Support
      H
      H7
    • User Registration and Login (SSO by default)

      Prioritizing SSO seems to make a lot of sense. Simplifies and speeds up authentication and encourages user registration by replacing typing in email/password with simple click/tap and accept.

      0_1519063861716_D9D4595E-9524-4243-8699-774E3AB8150A.jpeg

      It would be nice to have a switch to reverse Email/SSO priority and a link to reveal (unhide) email registration. There is a solution pointed out by @PitaJ but using CSS will not allow auto-translation and may be uncomfortable for some.

      posted in NodeBB Plugins
      H
      H7
    • RE: Who is using NodeBB?

      @baris ⛑ H7

      posted in General Discussion
      H
      H7
    • Facebook SSO: Can't Load URL: The domain of this URL isn't included in the app's domains.

      Re: Facebook Social Authentication: Can't Load URL the solution was enabling Embedded Browser OAuth Login in Facebook Login Settings:

      Open your app settings at Facebook Developers portal and make sure your app is Live (App Review > Make {app_name} public?) and Facebook Login is Enabled (enabled by default when creating your app - Products > Facebook Login > Client OAuth Login and Web OAuth Login, both should be set to Yes).

      0_1517449669211_Screenshot 2018-01-31 20.25.59.png

      IMPORTANT: make sure Pages APIs is also Enabled, turn on Embedded Browser OAuth Login:

      • Embedded Browser OAuth Login enabled (Products > Facebook Login > Embedded Browser OAuth Login Yes)

      0_1517450380402_Screenshot 2018-01-31 20.52.00.png

      posted in Technical Support
      H
      H7
    • RE: Social Authentication first (as default register/login)

      @pitaj included a quick screenshot: Login with: SSO (or Alternatively login with Username/Email), I mean yes, the plugins display on the login page

      posted in General Discussion
      H
      H7
    • Username length

      Hi, please take a look at this username; wondering, how was the 16 limit circumvented (now changed to 12): https://community.h7.org/user/humpfree-zombie-killer-and-violet-thrall

      (user is legit, not spam)

      posted in Technical Support
      H
      H7
    • RE: Email notifications

      Admin > (SETTINGS) User > Default User Settings

      0_1522515616060_0065BAAC-7326-484C-9B3E-9AFDC9FA6247.png

      posted in Technical Support
      H
      H7

    Latest posts made by H7

    • RE: Email notifications

      Admin > (SETTINGS) User > Default User Settings

      0_1522515616060_0065BAAC-7326-484C-9B3E-9AFDC9FA6247.png

      posted in Technical Support
      H
      H7
    • RE: Username length

      Long usernames are generated when using SSO at registration (all good).

      posted in Technical Support
      H
      H7
    • Email notifications

      Hi, I went trough all admin menus (nodebb 1.7.4) before asking this question but it doesn’t seem like there is a setting to enable email notifications (globally for new users) on signup, replies on posts, etc. I read several topics and saw screenshots of such settings but can’t find them. Test emails work and users can enable email notifications for themselves and that works too however, we would like to have it enabled by default. Please guide me to the Admin area where I can turn this on. Thanks!

      0_1520780416588_67547B9B-BC88-414B-9CBD-644579AC54BE.jpeg

      posted in Technical Support
      H
      H7
    • User Registration and Login (SSO by default)

      Prioritizing SSO seems to make a lot of sense. Simplifies and speeds up authentication and encourages user registration by replacing typing in email/password with simple click/tap and accept.

      0_1519063861716_D9D4595E-9524-4243-8699-774E3AB8150A.jpeg

      It would be nice to have a switch to reverse Email/SSO priority and a link to reveal (unhide) email registration. There is a solution pointed out by @PitaJ but using CSS will not allow auto-translation and may be uncomfortable for some.

      posted in NodeBB Plugins
      H
      H7
    • Username length

      Hi, please take a look at this username; wondering, how was the 16 limit circumvented (now changed to 12): https://community.h7.org/user/humpfree-zombie-killer-and-violet-thrall

      (user is legit, not spam)

      posted in Technical Support
      H
      H7
    • RE: Social Authentication first (as default register/login)

      @pitaj short and clean solution, thank you! How about rewriting the title? Here is the custom CSS but I guess this will not get translated to Chinese for e.g.:

      @media(max-width: 992px) {
        .page-login #content .row {
          display: flex;
          flex-direction: column-reverse;
        }
        .alt-login-block h4 {
            visibility: hidden;
        }
        .alt-login-block h4:after {
              position: absolute;
              padding: 0px;
              top: 0px;
              display: block;
              visibility: visible;
              content:'Social Login';
        }
      }
      
      posted in General Discussion
      H
      H7
    • RE: Facebook Social Authentication: Can't Load URL

      @julian the solution was enabling Embedded Browser OAuth Login in Facebook Login Settings

      posted in Technical Support
      H
      H7
    • Facebook SSO: Can't Load URL: The domain of this URL isn't included in the app's domains.

      Re: Facebook Social Authentication: Can't Load URL the solution was enabling Embedded Browser OAuth Login in Facebook Login Settings:

      Open your app settings at Facebook Developers portal and make sure your app is Live (App Review > Make {app_name} public?) and Facebook Login is Enabled (enabled by default when creating your app - Products > Facebook Login > Client OAuth Login and Web OAuth Login, both should be set to Yes).

      0_1517449669211_Screenshot 2018-01-31 20.25.59.png

      IMPORTANT: make sure Pages APIs is also Enabled, turn on Embedded Browser OAuth Login:

      • Embedded Browser OAuth Login enabled (Products > Facebook Login > Embedded Browser OAuth Login Yes)

      0_1517450380402_Screenshot 2018-01-31 20.52.00.png

      posted in Technical Support
      H
      H7
    • RE: Facebook Social Authentication: Can't Load URL

      @julian yes, all seems good. I had the same issue before with a Flash (AIR), an Android app and a React-based web-app, always the same problem and yet I forgot. I’ll figure it out and post the solution here (hopefully). Thanks anyway!

      posted in Technical Support
      H
      H7
    • RE: Social Authentication first (as default register/login)

      @pitaj included a quick screenshot: Login with: SSO (or Alternatively login with Username/Email), I mean yes, the plugins display on the login page

      posted in General Discussion
      H
      H7