Building password protected site

Discussion in 'HTML & Website Design' started by dnstrader, Apr 1, 2008.

  1. #1
    I want to build a site that requires a password to view full articles. A similar site to what I want is if.psfk. I think they are using movable type. Is it possible to build a wordpress site like this? Is there a plugin that can do this or would I have to create .htpasswd and .htaccess files?
    Or, would it just be easier to do this with something like joomla?

    Thank you.
     
    dnstrader, Apr 1, 2008 IP
  2. iamben

    iamben Active Member

    Messages:
    116
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    73
    #2
    If you want everyone to use the same username and password, it'd be really, really easy to create one using .htpasswd and .htaccess files. I suppose you could do that if you just want to collect emails in exchange for access or something.

    If I'm doing a site where everyone has to have their own username and password, I usually knock something up in PHP. You can keep it pretty simple - I just add a couple of lines to the top and bottom of every file I'm looking to be password protected. Of course if the rest of the site is dynamic, it makes that a whole lot easier.

    No idea about wordpress or joomla, sorry!
     
    iamben, Apr 1, 2008 IP
  3. dnstrader

    dnstrader Active Member

    Messages:
    355
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Thanks for the reply, iamben.
    I would like to make it where everyone has their own unique username & password.
    The reason for using wordpress, is that I want to be able to publish articles easily.
    I have no experience with joomla, but I've heard it's good and it should be easy to issue passwords with it.
     
    dnstrader, Apr 1, 2008 IP
  4. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #4
    yes you can do it wordpress and i don't think it requires a plugin. i saw it in a video but can't remember which one.
     
    bob25, Apr 1, 2008 IP
  5. dnstrader

    dnstrader Active Member

    Messages:
    355
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Thanks, but does anybody know how to do it?
     
    dnstrader, Apr 1, 2008 IP
  6. nspstudio

    nspstudio Peon

    Messages:
    203
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
  7. dnstrader

    dnstrader Active Member

    Messages:
    355
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #7
    dnstrader, Apr 1, 2008 IP