Skip to:
Content
Pages
Categories
Search
Top
Bottom

Download control


  • Farhad
    Member

    @farhadm

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

Viewing 4 replies - 1 through 4 (of 4 total)

  • kevinjohngallagher
    Member

    @kevinjohngallagher

    On a forum by forum basis, you can’t I’m afraid


    56alifar
    Blocked

    @56alifar

    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?


    Farhad
    Member

    @farhadm

    Thank you very much Jongeren

    This code resolve my problem


    chrishajer
    Participant

    @chrishajer

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar