WordPress registration plugin

by 13 replies
33
does anyone know of a plugin for WP where the user needs to register before downloading anything from a blog, it will be downloads like free graphics, photoshop plugins,zips,etc
No payment is necessary, just require registration. It may already be IN wordpress, but I have yet taken the time to play with it!
I know there is a widget for phplist and aweber, but I don't want to go that far with it. Commercial plugin is fine as long as it works!
thanks for any help!
LB
#programming #plugin #registration #wordpress
  • Other way to do it is that you can choose "Password Protect This Post" where ever you have that download and provide that password to registered users only.
    rgds
    Zm
    • [1] reply
    • thanks for responding zubair, i need something a bit more automatic, simply register, bingo..you can download. but i decided to convert over to joomla, so all will be managed well there.
      thanks again
      • [1] reply
  • There's a few the one that I like is called register plus WordPress › Register Plus WordPress Plugins
  • You can create custom code for it inside wp core
    • [1] reply
    • and then be sure to update it every upgrade... sounds like a headache.
  • I thinks I'm late, but did you mean like this one? trainercheats.net
    • [1] reply
    • I've just created a simple plugin for this exact scenario.

      I can't post the link because I didn't write 15 post here, so SORRY!

      The plugin is here. May be you or somebody else can make it a link to be easily found.
      www [dot] socialblogsitewebdesign [dot] com/wordpress_plugins/downloads-box

      Enjoy it.
  • You guys are working to hard. Install and activate the exec-php plugin to have php code enabled in your posts.

    In the code view add this:

    <?php if (is_user_logged_in() ) { //only logged in WP user can see this ?>

    <div><p>I’m the secret words, html, images, etc… that you only want logged in people to see!</p></div>

    <?php } ?>
  • Better To Use For your blog which is free to use and you get the similar types of functionality which you are searching for and you can use the plugin in for different types of uses and another thing this plugin is very small but its very effective.
    If you need any kind of help then please feel free to write me.
    Thanks.
    • [1] reply
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 33

    does anyone know of a plugin for WP where the user needs to register before downloading anything from a blog, it will be downloads like free graphics, photoshop plugins,zips,etc No payment is necessary, just require registration. It may already be IN wordpress, but I have yet taken the time to play with it! I know there is a widget for phplist and aweber, but I don't want to go that far with it. Commercial plugin is fine as long as it works!