Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello inzerat,

    I can see issue on your site – however I’m not able to replicate the same on my testing site.

    Can you tell me if you maybe changed code of plugin?

    If not please run plugin/theme conflict test. http://www.tipsandtricks-hq.com/forum/topic/test-to-identy-a-conflicting-theme-or-plugin
    and let me know about the results

    kind regards,
    Kasia

    Thread Starter inzerat

    (@inzerat)

    Hello thank you very much, code of group activity is:

    <?php do_action('bp_before_group_activity_post_form'); ?>
    
    <?php if(is_user_logged_in() && bp_group_is_member()) : ?>
    
        <?php bp_get_template_part('activity/post-form') ?>
    
    <?php endif; ?>
    
    <?php do_action('bp_after_group_activity_post_form'); ?>
    
    <?php do_action('bp_before_group_activity_content'); ?>
    
    <div class="activity"><?php bp_get_template_part('activity/activity-loop') ?></div><!-- .activity -->
    
    <?php do_action('bp_after_group_activity_content'); ?>
    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello inzerat,

    So you did change BuddyPress code? or this is part of the theme? If that is custom template of the theme can you share this theme with me so I can test it?
    If yes please upload it to Dropbox like a service and paste link here.

    kind regards,
    Kasia

    Thread Starter inzerat

    (@inzerat)

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello inzerat,

    I’m sorry for the delay – I downloaded theme, tested on my site and replicated issue. So this is clearly theme incompatibility here.
    I checked debug log on my site and when I enabled this theme lots of sql syntax errors show up there – let me ask developer what can we do here and if this is something that can be fixed on our side.

    kind regards,
    Kasia

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Activity plus upload button does not show in groups’ is closed to new replies.