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)
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)
hi, could you share to me the function that only members can download files? thanks for any help!
Hi,
I used the "Private forums" plugin and protected the download file with this function:
if (bb_is_user_logged_in()) {
...
thanks! i hope i can make this work :( :)
You must log in to post.