Coding Help Needed!

Discussion in 'HTML & Website Design' started by Joshua Pitts, May 9, 2009.

  1. #1
    Im currently Editing a Template.

    Earlier today I was looking at someones forum and went to there mainpage( Template) and well it said I was logged in and I thought that was cool!
    Well when I logged out It said I was logged out it said I needed to log in!

    How would I put that into my template to do that with my forum?
     
    Joshua Pitts, May 9, 2009 IP
  2. SSANZ

    SSANZ Peon

    Messages:
    861
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You mean the top bar?

    Need a lot more details to help.
     
    SSANZ, May 10, 2009 IP
  3. sweeks

    sweeks Member

    Messages:
    191
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #3
    What forum software are you using firstly and can we have a screenshot of what you would like :)
     
    sweeks, May 10, 2009 IP
  4. Mello

    Mello Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You need a database for holding the user details [username, password hash, email, etc]
    then u use a session() functions that is in php if you support it

    another help u can check this
    phpuserclass.com

    it contain a php class that don't need much edit or coding experience
    all u can do is put a database and user table that contain
    username, password and email columns
    and add the password using an md5 or other encryption methods

    check the site for further info
     
    Mello, May 10, 2009 IP
  5. enduserhelp

    enduserhelp Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    what did you use to build the forum?
     
    enduserhelp, May 11, 2009 IP