-
Henry Wright replied to the topic Custom Post activity_action output wonky in the forum How-to & Troubleshooting 11 years, 1 month ago
I did some digging and
bp_blogs_activity_new_post_actiondoes actually apply to blog posts so my apologies for leading you to believe it applies to activity posts.To answer your question about
component_id, the docs say:ID of the BuddyPress component to associate the activity item
This isn’t hugely helpful because it doesn’t tell…[Read more]
-
Henry Wright replied to the topic Custom Post activity_action output wonky in the forum How-to & Troubleshooting 11 years, 1 month ago
I did some digging and
bp_blogs_activity_new_post_actiondoes actually apply to blog posts so my apologies for leading you to believe it applies to activity posts. -
Henry Wright replied to the topic Custom Post activity_action output wonky in the forum How-to & Troubleshooting 11 years, 1 month ago
I did some digging and
bp_blogs_activity_new_post_actiondoes actually apply to blog posts so my apologies for leading you to believe it applies to activity posts.Looking at your latest update,
customize_page_tracking_args()is hooked toinitwhich means you’ll be getting a new activity item added on each page load. I take it that…[Read more] -
Dogbedguides's profile was updated 11 years, 1 month ago
-
Prabin's profile was updated 11 years, 1 month ago
-
skidmo rekevin's profile was updated 11 years, 1 month ago
-
Henry Wright replied to the topic Custom Post activity_action output wonky in the forum How-to & Troubleshooting 11 years, 1 month ago
Thanks for posting your code. I’m pretty sure the
bp_blogs_activity_new_post_actionhook fires when you create an activity post, not when you create a new WP “post” -
PinkishHue replied to the topic [Resolved] Removal of 'settings' step in group creation in the forum Creating & Extending 11 years, 1 month ago
@rglennall I’m assuming this should go in your bp-custom.php file, see info here if unfamiliar:
Hope that helps!
-
l r started the topic Register page problem in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi
I am trying to change my register page. I have selected a new wordpress page in admin, but it doesn’t show the form.
Is there anything else I should do to get this to work?
eg does the page have to be within the section ‘Profile Management’?
thanks for any help on this! -
Marcella replied to the topic Theme in Development: Preview & Feedback? in the forum Showcase 11 years, 1 month ago
That’s a really cool theme you implemented.
The left bar is also a menu in my theme, it doesn’t have anything in it now though.
-
Henry Wright replied to the topic Custom Post activity_action output wonky in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi @majecdad
Considering your
$activity_actionshould be “username created a new Post” but “username wrote a new item” is appearing, then your activity action is obviously being ignored.What’s your whole code?
-
Henry Wright replied to the topic Comments notification doesn't work in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi @albydigei
This functionality is currently in development. See this ticket for progress:
-
Henry Wright replied to the topic RSS-feed content via Profile field RSS-url? in the forum Requests & Feedback 11 years, 1 month ago
Hi @adjunkten
Do you know if Goodreads has an API? That would make option 2 easier for you if you decided to go down that route.
-
branna nmyrna's profile was updated 11 years, 1 month ago
-
Paul Wong-Gibbs wrote a new post on the site BuddyPress.org 11 years, 1 month ago
It’s almost a month to WordCamp Europe, and we can’t wait! The conference, which is rapidly becoming one of Europe’s largest WordCamps, always attracting an intelligent and diverse audience of WordPressers. At […]
-
Glenn started the topic need to pass a GF form value to $activate_url in the forum How-to & Troubleshooting 11 years, 1 month ago
i have a checkbox field in my Gravity Forms registration form and I’m trying to add its value to the activate_url, like bp_get_activation_page . ?key=$key&test=$test but haven’t been able to get the value passed via conventional means –
the name Gravity Forms gave to the checkbox is ‘input_14.1’ – i tried to get the value using $test =…[Read more]
-
l r replied to the topic How to edit the blog display in the forum How-to & Troubleshooting 11 years, 1 month ago
Cany anybody help me with this?
I’ve figured out the blog and events are being created by
groups/single/plugins.php
and the key line on plugins.php is:
<?php do_action( ‘bp_template_content’ ); ?>
but now I’m stumped.
I just can’t find the code I can edit to change my outputted code.thanks!
-
Hope replied to the topic Urgent: Turning my site into https is not working in the forum How-to & Troubleshooting 11 years, 1 month ago
If any one faces the same issue, the problem is not in the .htaccess file (it’s correct)! The problem is in the apache configuration file, assure that you put
AllowOverride allin the virtual host directive. -
Hope replied to the topic Urgent: Turning my site into https is not working in the forum How-to & Troubleshooting 11 years, 1 month ago
If any one faces the same issue, the problem is not in the .htaccess file (it’s correct)! The problem is in the apache configuration file, assure that you put AllowOverride all in the virtual host directive.
-
Hope replied to the topic Urgent: Turning my site into https is not working in the forum How-to & Troubleshooting 11 years, 1 month ago
Any suggestion?
- Load More