Replies
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.
- Brajesh Singh on November 27, 2015 at 7:22 pm in reply to: [Resolved] How to Create a Custom Page for Groups? #1815
Hi Chelle,
I am sorry I could not post earlier. Will be posting the plugin tomorrow Indian time.Thank you for your patience.
Regards
Brajesh - Brajesh Singh on November 27, 2015 at 6:21 pm in reply to: [Resolved] BuddyPress content not showing when using MediaPress #1813
Thank you Richard.
It will be helpful for not only MediaPress but other plugins too that adds nested pages on user pages.
Thank you for posting it here, It will certainly help others too.Regards
Brajesh - Brajesh Singh on November 27, 2015 at 6:19 pm in reply to: [Resolved] BP-activity-shortcode: what option value would be blog-titles? #1811
Thank you Hans and Ernesto.
Glad it is fixed 🙂