Advertisement
pcwriter

activity at header-top

Apr 25th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ==========================================================
  2. TO INSERT ACTIVITY UPDATE AT HEADER TOP, ADD THE FOLLOWING
  3. ==========================================================
  4.  
  5. <?php if ( is_user_logged_in() && bp_is_my_profile() && ( '' == bp_current_action() || 'just-me' == bp_current_action() ) ) : ?>
  6. <?php locate_template( array( 'activity/post-form.php'), true ) ?>
  7. <?php endif; ?>
  8.  
  9. ===============
  10. JUST BELOW THIS
  11. ===============
  12.  
  13. <?php get_header() ?>
  14. <?php global $cap; ?>
  15. <div id="content">
  16. <div class="padder">
  17.  
  18. <?php do_action( 'insert_above_content' ) ?>
  19.  
  20. =======================================
  21. IN buddybuilder/members/single/home.php
  22. =======================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement