Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activity Meta/Entry.php if ( is_user_logged_in() )


  • coolhunt
    Participant

    @coolhunt

    Hi Guys,

    Im trying to add a message to folks that are LOGGED OUT… I dont know where or how to make this happen.. Does anyone know where I can fiddle with messaging for LOGGED OUT users… Ive tried to modify ENTRY.PHP located in:
    buddypress\bp-templates\bp-legacy\buddypress\activity
    \buddypress\bp-themes\bp-default\activity

    I dont know which file to modify…

    <?php
    if ( is_user_logged_in() ) {
    echo ‘Welcome, registered user!’;
    } else {
    echo ‘Welcome, visitor!’;
    }
    ?>

    Is it possible to do this BP-CUSTOM.php

Viewing 1 replies (of 1 total)

  • coolhunt
    Participant

    @coolhunt

    Im an idiot.. i found it at / buddypress / bp-templates / bp-legacy / buddypress / activity / entry.php

    is there a way to do this in “BP-Custom”?

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