Replies
- Brajesh Singh on December 2, 2015 at 2:43 pm in reply to: [Resolved] Setting a Buddypress page as the front page – bug? #1846
Hi Andy,
It is strange I checked to make sure it works. Please do let me know what you find. - Brajesh Singh on December 2, 2015 at 2:42 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1845
Hi,
Please visit MediaPress->settings and try enabling all privacy status there. It may be related to disabling the privacy. Please give it a try and let me know how it goes. - Brajesh Singh on December 2, 2015 at 4:17 am in reply to: [Resolved] Setting a Buddypress page as the front page – bug? #1840
Hi Andy,
Which version of BuddyPress are you using?I had a look and It does not seem to be an issue with BuddyPress 2.4( Using template pack).
Though there are issues when a component is set as home page( specifically for search, which got fixed here https://buddypress.trac.wordpress.org/ticket/5087 and should be part of 2.4.1), The class and is_front_page() seems to work fine.
Please try disabling other plugins except BuddyPress and see if that makes any change?
- Brajesh Singh on December 2, 2015 at 4:01 am in reply to: [Resolved] BP Force Profile Photo Plugin – Red Notification Bar Not Showing Up Anymore #1839
Hi Vicki,
Welcome to BuddyDev forums.Does your theme contains this code
<?php do_action( 'template_notices' ); ?>
The plugin uses it to display the notice an most of the BuddyPress compatible theme contains that block to show notices/messages.
If not, Please try adding that and see if it works or not?
Please do let me know what you find there.
Thank you
Brajesh - Brajesh Singh on December 1, 2015 at 12:20 am in reply to: BP MediaPress- not showing galleries in user profiles anymore #1836
Hi Eric,
I am sorry for the inconvenience.Did you post the media media from activity? If yes, did you post the update with which you had uploaded?
Can you please put some screenshot to show what is happening, that will help me to assit you.
Thank you
Brajesh - Brajesh Singh on December 1, 2015 at 12:17 am in reply to: [Resolved] How to Create a Custom Page for Groups? #1835
Hi Chelle,
Sorry for all the delay.
Here is the plugin
https://buddydev.com/downloads/link-page-to-groups/versions/link-page-to-groups-1-0-0.zipOnce you activate it, when you Visit Dashboard->groups and edit a group, you can attach a page with the group in the sidebar metabox option.
Once you attach a page, the link will appear in the site group page.
Hope that helps.
Please do let me know if it works for you or not?
Thank you
Brajesh - Brajesh Singh on November 28, 2015 at 1:28 pm in reply to: [Resolved] How to Create a Custom Page for Groups? #1831
Hi Chelle,
Just updating. I will be pushing the plugin today( a little bit late) and will message back here.Thank you
Brajesh Sorry about this. Just forgot the last weekend. Thank you for reminding again. will do it by Monday(Will push the updates latest by Monday).
- Brajesh Singh on November 28, 2015 at 1:26 pm in reply to: [Resolved] facebook-like-user-activity-stream Translation #1829
Hi Herearii,
I am sorry for the delayed reply. Was away from my desk.I am glad it is solved. Most probably the translation was not regenerated by the editor. Thank you for posting and I am happy it is fixed now.
Have a nice weekend.
Regards
Brajesh - Brajesh Singh on November 28, 2015 at 1:23 pm in reply to: Could blog-categories-for-groups post to a groups activity stream? #1828
Hi Jan,
Thank you for testing.The blog posts are tricky to make compatible with all theme. It need some modification at your end.
Please copy the blog-categories-frou-groups/template/bcg to your theme
Now, in your theme, you can modify the posts.php as you want.
This is the code block that you will need to change
<div class="post" id="post-<?php the_ID(); ?>"> <div class="author-box"> <?php echo get_avatar( get_the_author_meta( 'user_email' ), '50' ); ?> <p><?php printf( __( 'by %s', 'bcg' ), bp_core_get_userlink( $post->post_author ) ) ?></p> </div> <div class="post-content"> <h2 class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'bcg' ) ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <p class="date"><?php the_time() ?> <em><?php _e( 'in', 'bcg' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'bcg' ), bp_core_get_userlink( $post->post_author ) ) ?></em></p> <div class="entry"> <?php the_excerpt( ); ?> </div> <p class="postmetadata"><span class="tags"><?php the_tags( __( 'Tags: ', 'bcg' ), ', ', '<br />'); ?></span> <span class="comments"><?php comments_popup_link( __( 'No Comments »', 'bcg' ), __( '1 Comment »', 'bcg' ), __( '% Comments »', 'bcg' ) ); ?></span></p> </div> </div>
to match to your post entry.
Hope that helps.
The updates are delayed due to my upcoming theme, I just need a few days to finish the theme and then will continue pushing forward the enhancements.
Thank you
Brajesh