Forums

Join
bbPress Support ForumsInstallationDownload control

Info

Tags

Download control

  1. How can apply a setting to forum that only registered user can see links in topics and download a file?

  2. On a forum by forum basis, you can't I'm afraid

  3. I don't know how to do this in a post but maybe you can put it in your theme or sidebar like this:

    Not logged in:

    <? if (!bb_is_user_logged_in()) { echo 'Put here a text for not logged in members'; } ?>

    Logged in:

    <? if (bb_is_user_logged_in()) { echo 'Put here links or anything else for logged users'; } ?>

    This will work in a theme, maybe this is a solution for your problem?

  4. Thank you very much Jongeren

    This code resolve my problem

  5. Farhad, please start a new topic for your new issue.

  6. This topic is closed