Estopero
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Sitewide Activity Widget] Show reply button in the widget againHi Harrym,
I’ve instaled the previous version of the plugin to get the reply button back and seems that works fine with the last version of buddypress, you can download it from here:
https://downloads.www.ads-software.com/plugin/buddypress-sitewide-activity-widget.1.1.3.3.zip
Just disable the plugin, remove the files by FTP, upload the previous version files to the same folder and enable it again.
Remember that if you updated are your plugins you will get the last version again! ??
Hi,
I’ve bought your plugin and is great, the pro version adds some very usefull features like the widget and categories. Thanks for the work!
In the buddypress side… maybe would be usefull put the “questions and answers” profile in the buddypress profile page when buddypress is detected. Right now with Buddypress installed seems that there are two profile pages/urls for each user, even in my case the CM Answers profile url is not working.
Some examples in the buddypress achievement plugin:
https://plugins.trac.www.ads-software.com/browser/achievements/tags/3.3/achievements.phpLine 615:
/** * Register custom menu items * * @global WP_Admin_Bar $wp_admin_bar * @since Achievements (3.0) */ public function admin_bar_menu() { global $wp_admin_bar; if ( ! dpa_is_user_active() ) return; $wp_admin_bar->add_node( array( 'href' => dpa_get_user_avatar_link( 'type=url' ), 'id' => 'dpa_my_achievements', 'parent' => 'user-actions', 'title' => _x( 'My Achievements', 'Menu item in the toolbar', 'dpa' ), ) ); }
This code adds an element to the navbar user profile menu pointing to an url. But also would be great integrate the CMAnswers profile page into the buddypress profile page. I don’t find the code/doc but the achievements plugin also does that.
Also would be great to inject the questions and answers activity in the buddypress “activity streamline”
https://codex.buddypress.org/developer/plugin-development/bp_activity_add/
I’m not sure how easy is the integration but would be fantastic ??
The buddypress dev codex at:
https://codex.buddypress.org/developer/developer-docs/Thanks!
Forum: Plugins
In reply to: [BuddyPress Sitewide Activity Widget] Show reply button in the widget againI found this line at template-tags.php line 105
$allow_comment=false;;//for now, avoid commenting
And obviously is not enough with change it to true hehe. The reply link appears but not the reply form ?? I guess that some code is missing in the javascript side
Thanks for the code dmurton!
I will try it ??
Forum: Plugins
In reply to: [BuddyPress Sitewide Activity Widget] Show reply button in the widget againThanks for listening!
Waiting for that update ??