Forum Replies Created
-
hi!
just one question, on the third column of the members theme the the tags are, it pushes the avatar and does not show the whole avatar picture.
like this:
http://upd8t.com/members/admin/
anything i can do to fix that? thanks!
In reply to: member theme not loadingThanks Mohit.
Upgrading to 1.0.3 took care of it.
In reply to: member theme not loadingaww, theres already 1.0.3.
in case he goes online, i would want it also to be able to bind if an existing account exists.
excellent. installed and worked out of the box. thanks!
In reply to: suggested change in welcome widgetif you followedthe instructions avove and not able to make it work you might also need to add this at line 42, same file:
<?php if ( $options['text'] ) : ?><p><?php echo $options['text'] ?></p><?php endif; ?>In reply to: This is why you are building a BuddyPress websiteyeah! start a movement now! i might try that balloon thing.
In reply to: the tale of the timefixed the 4 hours later posting on WordPress. turns out i have to really make sure that everybodys time (all users!) is on the correct timezone. not just the admins.
Only thing remaining, really is the sitewide activity. any activity is posting as an hour back. this, despite all settings set to the original time zone of server.
In reply to: [site wide activity] problem with timewere you able to work out the patch? my sitewide is still running an hour behind. im using my server time.
In reply to: Pull in feeds from 3 blogs onto homepage?you can try out feedpress plugin. install in your main blog then get the feed address of your three other blogs. i have same setup as yours and feedpress seems to be working. this is assuming that the main domain you mean is the yoursite.com/blog.
In reply to: wire post at the top of profileawesome! i was able to drag this code around.
<?php if ( function_exists(\'bp_wire_get_post_list\') ) : ?>
<?php bp_wire_get_post_list( bp_current_user_id(), bp_word_or_name( __( \"My Wire\", \'buddypress\' ), __( \"%s\'s Wire\", \'buddypress\' ), true, false ), bp_word_or_name( __( \"No one has posted to your wire yet.\", \'buddypress\' ), __( \"No one has posted to %s\'s wire yet.\", \'buddypress\' ), true, false), bp_profile_wire_can_post() ) ?>
<?php endif; ?>only thing is it brings the whole wire with it. i want to move just the post box. or even just move the post box at the top of wire instead of it being at the bottom.
In reply to: change the theme for not logged in useryou can check out the privacy settings ( I would like my blog to be visible only to registered users from blog community ) then maybe edit the log-in page.
In reply to: Problems adding a friendgotcha! its a compatibility problem with several plugins i have. which is smartyoutube and competition manager.
In reply to: Problems adding a friendi have upgraded to the latest trunk and still the same. also deactivated pretty permalinks. have not edited anything on theme. this is my last one issue. help please?
ive have had months of battling with this same issue. mostly due to plugins. mu or otherwise. special mention, bp-dev plugins. im not sure if this would be the same case as yours but for me what really helped was deleting all the other plugins and not just disabling them either. totally remove them from files and database.
In reply to: Problems adding a friendi am using facebuddy done by sgrunt. also not working even with default theme.
In reply to: How to add pages to the navigation?here you go love.
as for backticks, i cant seem to find it in my keyboard but i can copy yours. cool.you learn something new everyday!
In reply to: How to add pages to the navigation?ohh, geez, sorry, i dont know how to paste a code. dont copy that, its not showing everything. but hope you get the idea.
In reply to: How to add pages to the navigation?here’s something i have lying around. i’m not sure where i got it. not very good at records:

<?php
function add_about_to_main_menu() {
$class = (bp_is_page(‘about’)) ? ‘ class=”selected” ‘ : ”;
echo ‘<li ‘ . $class. ‘>‘ . __( ‘About’, ‘buddypress’ ) .’‘;
}
add_action(‘bp_nav_items’,’add_about_to_main_menu’);
?>
end here.
create this as something like aboutmenu.php then edit the link (href part). this way you wont have to muck around the theme files.
hope that helped!
In reply to: What is Wirefinally, something i can answer.

your wire is something like facebooks’ wall or your twitter page. it shows any shoutout you or your buddy made for you.
In reply to: Problems adding a friendsame problem here. clicking add friend redirects to profile. what plugin did you deactivate nightstalker?
In reply to: Next BPDEV plugin? Here your proposalmy wishlist:
a plugin to move around widgets on profile.
a ping.fm plugin (wire to ping)
In reply to: black avatarsdear sir jeff,
i have gone through all the threads here that has any mention of avatar.
i decided to post a new one since all the others are pre ver 1. and as per your lovely sticky up there, create a new thread. yiheee. i would not be afraid to create a new thread from now on.
In reply to: Avatars not workingmy avatars used to work pre buddy press 1. after updating, i now have this same exact issue.
able to upload images but cannot crop, after submitting, avatar image turns to black.
i have followed all of the instruction/suggestion in this thread plus a couple more in others. and yes, i do have 777 on blogs.dir. and GD Image Lib.
it is interesting since i thought buddy press 1, this issue is supposed to be fixed?
thanks!
In reply to: How to: Upgrade from RC2 to 1.0To avoid white screen, in any Buddy Press upgrade from pre RC to present, never forget to disable first bpdev plugins if you have them.