Replies
- 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 - Brajesh Singh on November 28, 2015 at 5:57 am in reply to: [Resolved] facebook-like-user-activity-stream Translation #1824
Thank you.
yes, there was an issue. I updated the po file from sources and regenerated the mo file. It worked then. Have sent you the files.That should work. If it does not, Please make sure to check the permission on the mo file and see if it web server can read it or not?
Thank you
Brajesh - Brajesh Singh on November 28, 2015 at 5:37 am in reply to: [Resolved] facebook-like-user-activity-stream Translation #1822
Hi,
I am sorry for the trouble. Just need to reproduce it. You already have my email( The one on which you contacted me about forum issue).Please send the files there.
Thank you
Brajesh - Brajesh Singh on November 28, 2015 at 4:00 am in reply to: [Resolved] facebook-like-user-activity-stream Translation #1820
Thank you.
I am glad that the forum is working for you. Checking now and will get back to you in 30 minutes.The generated mo file should be named “fr_FR.mo”
The only translatable string is “Your Activity”. The Other string is taken from BuddyPress translations.
I just checked it again with some translations and It is working fine here. If it is still not working, are you using some type of translation management plugin too? Also, the locale is set to fr in the settings right ?
If nothing works, Please send me the po/mo file on mail and I can check it too for the issues.
Thank you
Brajesh Hi,
1. Globals are not going to be deprecated in PHP 7 and there is little/no chance that it will ever happen.2. Since the code is not complete, I can not guess how you are taking the details from the user.
I am sorry but I am not available for hire at the moment due to my commitments with BuddyDev work. But, Your task seems easy enough to me and you do not need to hire me to get it completed.
Please send me the code on brajesh@buddydev.com and I will send you the updated one. This seems to be small functionality that should not take much time.