Viewing 11 replies - 1 through 11 (of 11 total)
  • Thanks we are aware…currently looking for a solution.

    This is fixed now as per 1.2.4.

    Just when it gets working again good old WPMU 2.9.1 comes around and its broken again.

    I really like the plugin, any hope of it working with 2.9.1 soon?

    I just tried bp-groupblog 1.3.1 on WPMU 2.9.1 and BP 1.1.3 and it is not working. I would love this functionality. any idea when a fix might come?

    Ditto! I’m eager to give it a try…Thanks!

    I’m using wpmu 2.9.1.1 and bp 1.1.3. The plugin (1.3.1) works correctly. The only thing is the “latest topics” display. The links to topics are wrong.
    Change lines 120 & 121 in themes/bp-groupblog/home.php
    Replace

    <a class="topic-avatar" href="<?php bp_the_topic_permalink() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_last_poster_avatar( 'width=30&height=30')?></a>
    <a class="topic-title" href="<?php bp_the_topic_permalink() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_title() ?></a>

    by

    <a class="topic-avatar" href="<?php bp_group_forum_permalink() ?>/topic/<?php bp_the_topic_slug() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_last_poster_avatar( 'width=30&height=30') ?></a>
    <a class="topic-title" href="<?php bp_group_forum_permalink() ?>/topic/<?php bp_the_topic_slug() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_title() ?></a>

    dan
    http://buddypress-fr.net/bpdemo/

    I have a sneaking suspicion that the reason this plugin is not working for me is because my setup does not allow for db tables to be automatically created (Window2008 server), and therefore if this plugin is supposed to update or create new tables I will need to do it manually. Does anyone have a SQL file I can import to create tables?

    Mark

    (@markschafer)

    Can confirm that groupblog 1.3.1 is broken for me. Any idea why DaNiel doesn’t have the same issue? Any solutions are welcome 🙂

    Call to undefined function bp_groupblog_is_blog_enabled() in /bp-groupblog/bp-groupblog.php on line 127

    wpmu – 2.9.1.1
    bp- 1.1.3

    Thread Starter still giving

    (@nonegiven)

    2.9.1. It is Broken again …

    Mark

    (@markschafer)

    Not sure if this is the best long term solution but it’s currently working for me:
    http://buddypress.org/forums/topic/bp-groupblog-error-call-to-undefined-function

    Upgrade to bp-groupblog v1.4

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: BuddyPress Groupblog] Its broken …’ is closed to new replies.