orada sorun yok sanıyorum.. bütün konu burada.. ama anlayamadım hangi kodu hangi dosyanın neresine konulacagını..

*****************************************


1. Copy the following template files/dirs from /buddypress-member/
theme:

- /activity/
- /blogs/
- /friends/
- /groups/
- /messages/
- /profile/
- /wire/
-
optionsbar.php
- userbar.php
- plugin-template.php



2. Add the template function <?php bp_styles() ?> into the 'header.php' file


- You must add it directly after the <title></title> tags.



3. Add calls to the user and options navigation at the bottom of the 'header.php'
file

- Add these two lines at the very bottom of header.php



<?php load_template( TEMPLATEPATH . '/userbar.php' ) ?>

<?php load_template( TEMPLATEPATH . '/optionsbar.php' ) ?>