Title: Not Dynamic
Last modified: August 21, 2016

---

# Not Dynamic

 *  [laurentdesserrey](https://wordpress.org/support/users/laurentdesserrey/)
 * (@laurentdesserrey)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/not-dynamic/)
 * Hi,
 * I downloaded today “Dynamic Widget”. Great plugin.
 * I’d like to use it to add a “Group suggestion” widget in the “Group” section 
   only (and “Friend suggestions” to “Friends” section only, …)
 * I am using the (M)SOCIAL Theme : [http://www.gavick.com/wordpress-themes/m-social,135.html](http://www.gavick.com/wordpress-themes/m-social,135.html).
 * Here is how Widgets look in the Widget section of the theme : [http://cl.ly/image/36170y032G1c](http://cl.ly/image/36170y032G1c)
 * Here is how I configured dynamic widget to display “Friends configuration” in“
   Friend” section : [http://cl.ly/image/1s1d0S3a2I2p](http://cl.ly/image/1s1d0S3a2I2p)
 * But every widget shows up in every Buddypress activity…
 * Can you help me ?
 * Thanks.
 * Laurent
 * [http://wordpress.org/plugins/dynamic-widgets/](http://wordpress.org/plugins/dynamic-widgets/)

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

 *  Plugin Contributor [Qurl](https://wordpress.org/support/users/qurl/)
 * (@qurl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/not-dynamic/#post-4336456)
 * 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](https://wordpress.org/support/users/laurentdesserrey/)
 * (@laurentdesserrey)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/not-dynamic/#post-4336459)
 * OK, are you recommending another plugin that could play the same role ?
 *  Plugin Contributor [Qurl](https://wordpress.org/support/users/qurl/)
 * (@qurl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/not-dynamic/#post-4336514)
 * 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.

 * ![](https://ps.w.org/dynamic-widgets/assets/icon-256x256.png?rev=2968917)
 * [Dynamic Widgets](https://wordpress.org/plugins/dynamic-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dynamic-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dynamic-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/dynamic-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dynamic-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dynamic-widgets/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Qurl](https://wordpress.org/support/users/qurl/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/not-dynamic/#post-4336514)
 * Status: not resolved