-
matom replied to the topic AJAX on group extension admin page in the forum How-to & Troubleshooting 11 years, 4 months ago
I’ve tried this with 1.8-beta2 as I was pleased to find out that the Group Extension has been rewritten – thanks to the dev team for this change.
It no longer outputs the full HTML, but unfortunately it’s still not correct. Instead it now outputs:
Are you sure you want to do this? Please try again.
(Please try again links to the page it’s…[Read more] -
matom replied to the topic AJAX on group extension admin page in the forum How-to & Troubleshooting 11 years, 5 months ago
I’ve posted a ticket about this issue:
-
matom replied to the topic AJAX on group extension admin page in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi @tolisvt,
Did you find a solution for this?
I’ve tried so many things but can’t get to the bottom of this.
What I’ve found out is that it somehow has something to do with the request URL (ie. http://my-domain/groups/my-group/admin/my-group-extension/). I’ve copied the generated HTML of the group extension admin page into the…[Read more]
-
matom started the topic AJAX on group extension admin page in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi,
I’ve come across a weird issue with AJAX (jquery) calls from the admin page of a group extension and I’ve been looking for a solution for a few days now without much luck.
I have a child theme of the BP Default theme and a group extension that loads and displays data depending on user selection. This was all working fine in BP 1.5.2 / WP…[Read more]
-
matom posted on the forum topic Adding a second element for posting with an activity. in the group Creating & Extending: 13 years, 8 months ago
Found it – it needs to be hooked to bp_groups_posted_update:
add_action( 'bp_groups_posted_update', 'add_title_to_group_activity', 10, 4 );
-
matom posted on the forum topic Adding a second element for posting with an activity. in the group Creating & Extending: 13 years, 8 months ago
This works fine for me too, thanks – but it works only for personal activity updates and I really need it to work on group updates. Is there a different action I need to hook this to to add meta data to group updates? This is what I’ve got in my functions.php `function add_title_to_activity( $content, […]
-
matom joined the group Creating & Extending 13 years, 8 months ago
-
matom started the forum topic Group Documents + bp_core_catch_no_access causing redirection of some wp pages? in the group How-To and Troubleshooting: 13 years, 8 months ago
Hello, I’ve noticed a strange problem which seems to be caused by the Group Documents plugin and bp_core_catch_no_access Since activating the plugin, new WP pages that I publish as a child to a particular parent (about/courses/my-wp-page) automatically redirect to the site index. Pages added before I activated the plugin load fine and don’t…[Read more]
-
matom joined the group How-To and Troubleshooting 13 years, 8 months ago
@matom
Not recently active