Results 1 to 4 of 4

Thread: Php3 integration with a website

  1. #1
    Join Date
    Dec 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Php3 integration with a website

    Hey does anyone know how to make a login forum like this one on http://fraguniverse.com/index.php but with phpbb and when you click on it, it clears the username text.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    You want an entire forum?

    Why not just use phpbb or SMF?

    anyone know how to make a login forum...
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    I think it was a typo, and I think the OP just wants the form like that but for use with phpbb as per this quote:

    ... but with phpbb ...
    And the OP also wants the fields to clear themselves when each field is in focus. If this is the case, this is not a php question but more or less an HTML/Javascript question. Either way, we will see what the OP wants for sure.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Well that's what I thought... except the forum linked to IS phpbb (just licensed removed), so the only question then would be how to make username text disappear on focus, which would just to alter the code on the login tpl file.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •