Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Qurl

    (@qurl)

    It looks like DW does not detect BP (anymore). Apparently something has changed at the BP side. I received a few days ago also a bug report about this. Unfortunately didn’t had the time yet to dive into this.

    Thread Starter laurentdesserrey

    (@laurentdesserrey)

    OK, are you recommending another plugin that could play the same role ?

    Plugin Contributor Qurl

    (@qurl)

    No, I’m sorry. I’m not aware of another plugin that can handle BP.

    The guy – thanks Klaus! – who reported the bug to me did a quick ‘hack’ in DW to let it work for at least the bp components, not bp-groups. When you’re familiar with PHP you could also add this hack of course.

    It’s in ./classes/dynwid_class.php @ line 285

    public function detectPage() {
      global $bp;
    
      // First we register the Path URL
      $this->url = $_SERVER['REQUEST_URI'];
    
      if ( isset($bp) && $bp->current_component != '' ) {
        return 'bp';
      } else if ( is_front_page() && get_option('show_on_front') == 'posts' ) {

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not Dynamic’ is closed to new replies.