Forums

Join
bbPress Support ForumsPimp your Pressfinalwebsites.com support forum

Info

finalwebsites.com support forum

  1. Hi,

    just finished the first version of my forum using bbpress:
    PHP Scripting Forums

    I use some plugins from this site and added also some function that only members can download files from my website (that was not a hard one)

  2. hi, could you share to me the function that only members can download files? thanks for any help!

  3. Hi,

    I used the "Private forums" plugin and protected the download file with this function:

    if (bb_is_user_logged_in()) {
    ...

  4. thanks! i hope i can make this work :( :)

  5. You must log in to post.