• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Make a simple login form work

Scheduled Pinned Locked Moved Technical Support
3 Posts 2 Posters 1.5k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    efkay
    wrote on last edited by
    #1

    This should be so easy but somehow I don't get it. I'd like to do a Login Form on my landing page but just fail. First thought was c/p login.tpl in a panel but that didn't work so I tried to fill a simple bootstrap form with the needed tags and informations. Please have a look:

    <div class="col-sm-4"> <div class="form-group"> <input class="form-control" placeholder="Username/E-Mail" name="username" type="text" autocorrect="off" autocapitalize="off"> </div> <div class="form-group"> <input class="form-control" placeholder="Passwort" name="password" type="password" id="password"> </div> <div class="form-group"> <button class="btn btn-primary btn-lg btn-block" id="login" type="submit">Login</button> </div> <a href="/register" class="btn btn-success btn-lg btn-block" role="button">Registrieren</a> </div>

    1 Reply Last reply
    0
  • psychobunnyP Offline
    psychobunnyP Offline
    psychobunny
    wrote on last edited by
    #2

    Here you go: https://community.nodebb.org/topic/4283/widgets-how-to-place-a-login-form-on-the-homepage-or-anywhere-else

    1 Reply Last reply
    0
  • E Offline
    E Offline
    efkay
    wrote on last edited by
    #3

    thank you so much. i'm sorry that i haven't found this by searching, but I was in a hurry because we worked on launching a closed beta version of our board so things got a little bit hectic in the last days

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development