Forum Replies Created
-
yo don’t need a ftp access just go to the plugin editer from your wordpress admin backend then select the buddypress plugin and then search for the file profile.php
Hey @lordmatt i appreciate your effort and i would like to help with my level of capability i am not very good at php but could help you in the front UI part if you want and i also think other should also join us such as @ventius please consider this effort from the buddypress community
yes it not sending i confirm it too
i can help with that
Finally done we were doing wrong with respect to the
$following_ids = bp_get_following_ids( array( 'user_id' => $user_id ) );
rather than passing$user_id
we should have passed thisbp_loggedin_user_id()
but thanks @venutius for your help.@venutius I have tried it is not working
What i want to do is i want to show all the blog post by only those user , the current user is following
Thanks but it is not working what i am trying to do is i want to show post by the user current logged-in user is following
this is the code but it is not working<?php // Run WP_Query // change posts_per_page value to limit the number of posts $per_page = 8; $following_ids = bp_get_following_ids( array( 'user_id' => $user_id ) ); $args = array( 'author__in' => $following_ids, 'posts_per_page' => $per_page, 'orderby' => 'meta_value', 'meta_key' => '_post_like_count', 'orderby' => 'meta_value_num', 'order' => 'DESC', ); $query = new WP_Query( $args ); //begin loop while ($query->have_posts()) : $query->the_post(); ?>
Am i doing something wrong with respect to the argument
Anyone please help me !
the problem started when you ad your ads script code
i couldn’t configure what is the problem,if it is working on your side then may be i have problem with my theme
ya i know it is working but has some problem as mentioned by @notright
i tried trulux code but problem still exist For example when I went from “all members” to “friends” and the activity feed didn’t load. I have to refresh the page to get it to load. as mentioned by notright. i cannot use nouveau because my theme donot support it.
Any one how to make @tommyhares code work. it is working but has little problem as @notright mentioned here. i think everyone would like to see that work
you can use this code buddypress has a function
place this code in function.phpfunction julia_b_activity_dont_save_item( &$activity ) { $dont_types = array( 'new_member'); if ( empty( $activity->id ) && in_array( $activity->type , $dont_types ) ) { $activity->type = ''; } } add_action( 'bp_activity_before_save', 'julia_b_activity_dont_save_item' );
Are you the same user who ask buddypress cloud be use as songlyrics site first make it clear what do you want to achieve , buddypress can be used for a lot of thing
It depends what you need you can check buddyboss theme they are awesome and sale is going now
ya it is working now
ok let me check thanks for the reply
w3cache doesn’t allow to change password even after disabling page cache how you do it @venutius
do w3cache has problem with yoast seo
Thank you so much venutius is there any tips you can give me for the performance
Oh thanks so then it will not break it so what you use for page caching
How you use it without breaking password as you earlier said and tips
First thanks for replying @venutius What about wp fastest cache how it work does it support object cache and any help regarding performance