Replies
- Brajesh Singh on October 4, 2015 at 11:38 am in reply to: [Resolved] Modify a imporant function in BuddyPress Activity Comment Notifier #767
Hi Richard,
Some plugin might be doing that. BuddyPress core does not do that. If we use the second approach, a user won’t be able to see the actual activity( in most of the case). That is related to how urls work. This is the reason we are using absolute url to the activity item.Hope that clarifies.
Hi Milo,
Thank you. That is a genuine request. I won’t be able to work on it today, but will certainly have that functionality by Tomorrow.Thank you
Brajesh- Brajesh Singh on October 4, 2015 at 11:35 am in reply to: [Resolved] New code request for adding new users to subsite users and not main site's users #765
Hi Tom,
Thank you for asking.I will look into it on Monday and will get back to you. Need to test it on Multinetwork setup.
Is there any other information that you feel can help? Like when did it started misbehaving after upgrading WordPress or installing some plugin etc? Also, what is your current WordPress & BuddyPress version.
- Brajesh Singh on October 4, 2015 at 11:33 am in reply to: buddyblog display posts and custom post type at the same time #764
Hi Richard,
What is the post type name. ‘Concours’ is the label of that post type( seems to me as WordPress recommends using lower cases for the name )Also, If I understand it correctly, you want it for ‘post’ as well as ‘Concours’ both. Is that right?
- Brajesh Singh on October 4, 2015 at 11:25 am in reply to: Error when running BP Gallery with CanvaKala #763
Hi George,
Can you please PM me the login details. Seems like that plugin is premium and I can not check the code. Will look on your site and see what is causing this. Thank you Milo.
You helped improve this plugin and I am happy it is working now. Closing this topic. Please feel free to open new topic if you need any help 🙂Thank you
BrajeshOops, a Php file should start with
<?php //you code //your code
If you missed the first php tag, These are the error you get. Sorry about this trouble.
In that case, please create one
Here is a link to understand it.https://buddydev.com/docs/guides/guides/buddypress-guides/what-is-bp-custom-php/
Hi Milo,
No problem 🙂
Here is the codehttps://buddydev.com/support/forums/topic/ajax-registration-with-social-login/page/2/#post-738
and bp-custom.php should be in your wp-content/plugins directory.
Hope that helps.Hi Milo,
Did you put the code I posted here in your bp-custom.php?