Repost:
I only happens in customized templates, for example, this is one of them:
<?php get_header(); ?>
<div class=”container”>
<div id=”primary” class=”col-md-8″>
<div class=”row”><? bp_get_template_part( ‘groups/page-activity’ ); ?></div>
</div>
<?php get_template_part( ‘sidebar’); ?>
</div>
<? get_footer();?>
<?php bp_get_template_part( ‘groups/page-activity’ ); ?> <– It contains the function I mentioned in the previous post
Thanks!
Plugin Author
Gunu
(@grafcom)
@davidglez
you can read this for example: Integration Guide
In the basic group pages, title and content, you can use qtranslate x code: [:en]Group name[:es]Nombre Del Grupo
Hello, yes, I have done so, but it shows me the two languages:
[:en]Sports Group[:][:es]Grupo Deportes[:] <– Display in page
Please, go to link and see the screen Screen
I’ve tried every way, but being a template gives that error. The truth is I do not know how to fix it.
Thank you!
Plugin Author
Gunu
(@grafcom)
@davidglez
only happens in customized templates
Maybe they have an answer for you here – Support BuddyPress