-
Henry Wright replied to the topic Show & Tell: VeloHive.com in the forum Showcase 7 years, 5 months ago
Cool site!
**There are a lot of plugins I’d also like to try out and use… but the problem is im on php 5.3.5 (which i know i need to upgrade)
You should try to upgrade as soon as possible to PHP 7+, the performance improvement alone is worth the effort.
-
Henry Wright replied to the topic Hiding admins activity and profile errors in the forum How-to & Troubleshooting 7 years, 5 months ago
I’ve tried pasting … at the top of my current code and it is still the same showing an fatal error message and allowing me to view the admins profile.
You will need to have a basic understanding of the code to get this done. The code you copied and pasted just limits the activity stream to 5 entries per page. It doesn’t filter admin entries o…[Read more]
-
Henry Wright replied to the topic Hiding admins activity and profile errors in the forum How-to & Troubleshooting 7 years, 5 months ago
I recommend using the
bp_after_has_activities_parse_args
filter to modify the activity stream (remove admin items). Check out this helpful article: -
Henry Wright replied to the topic Will BuddyPress work for me? in the forum Creating & Extending 7 years, 5 months ago
Can Buddypress accomplish this? If so, would it be a complicated and labour intensive process to implement?
WordPress and BuddyPress should be able to handle this. The 2 levels of members you speak of could be either BuddyPress member types, or WordPress roles.
However, there is one tricky part. People need to be able to search for each event…
-
Henry Wright replied to the topic Comments and Html in the forum How-to & Troubleshooting 7 years, 5 months ago
It’s likely the comment area is plain text, which is why you will see HTML instead of links, images and so on. You will need to use something like TinyMCE to provide your site users with rich text editing.
-
Henry Wright replied to the topic User Database in the forum How-to & Troubleshooting 7 years, 5 months ago
And here’s the BP database diagram
-
Henry Wright replied to the topic User Database in the forum How-to & Troubleshooting 7 years, 5 months ago
Take a look at this article
https://codex.wordpress.org/Database_Description%23Multisite_Table_Overview
-
Henry Wright replied to the topic PROFILE HELP in the forum How-to & Troubleshooting 7 years, 5 months ago
How many profiles am I able to make with buddypress on my website, enough for a school community ?
This should be fine. BuddyPress can handle a huge number of profiles quite easily. Note though, your server hardware will need to be good if there’s lots of site activity.
Is it possible to create PREMADE accounts for all these people (students)…
-
Henry Wright replied to the topic Cannot find functions defined somewhere in BP core in the forum Installing BuddyPress 7 years, 5 months ago
I wouldn’t recommend changing core files because when you update BuddyPress, you’ll lose all of your modifications.
-
Henry Wright replied to the topic Member count in the forum How-to & Troubleshooting 7 years, 5 months ago
A member doesn’t become “active” until they sign in for the first time. Have all members logged in after they registered?
-
Henry Wright replied to the topic Adding sidebar to messages pages in the forum How-to & Troubleshooting 7 years, 5 months ago
Can you paste your code?
-
Henry Wright replied to the topic bp-signup-avatar – There was a problem cropping your avatar in the forum Third Party Plugins 7 years, 5 months ago
I should have been clearer. You should post on the plugin’s support forum because there’s a chance Brajesh won’t see this here. Hope you’re able to get the issue resolved.
-
Henry Wright replied to the topic How to add all members on the map in the forum Creating & Extending 7 years, 5 months ago
Hi @olegator1
Which map are you referring to?
-
Henry Wright replied to the topic bp-signup-avatar – There was a problem cropping your avatar in the forum Third Party Plugins 7 years, 5 months ago
Hi @coolhunt
Have you notified the plugin author of the problem?
-
Henry Wright replied to the topic Cannot find functions defined somewhere in BP core in the forum Installing BuddyPress 7 years, 5 months ago
@artempr yes you can but it’s recommended you use the
messages_message_before_save
action instead of the individual filters:messages_message_sender_id_before_save
messages_message_thread_id_before_save
messages_message_subject_before_save
messages_message_content_before_save
messages_message_date_sent_before_saveYou can use it like…[Read more]
-
Henry Wright replied to the topic Cannot find functions defined somewhere in BP core in the forum Installing BuddyPress 7 years, 5 months ago
messages_message_subject_before_save
isn’t a function which is probably why you had trouble finding it. It’s a filter inside class-bp-messages-message.php. The full path to the file is bp-messages/classes/class-bp-messages-message.php. -
Henry Wright replied to the topic Pulling from buddypress in the forum How-to & Troubleshooting 7 years, 5 months ago
You don’t need this:
if ( !function_exists( 'xprofile_get_field_data' ) ) {
require_once '/bp-xprofile/bp-xprofile-functions.php';
}If BuddyPress is active then
xprofile_get_field_data()
should be available. -
Henry Wright replied to the topic Customize Registration Form in the forum How-to & Troubleshooting 7 years, 5 months ago
Hi @babcoltd
You will need to sync the value of your xProfile field with a WordPress role to get this working. I’m not sure that a plugin is available so as far as I know it will need to be custom developed.
-
Henry Wright replied to the topic Are there news about how to change FRIEND slug? in the forum Requests & Feedback 7 years, 5 months ago
The BuddyPress Trac ticketing system is the way to follow BuddyPress development. You can view open tickets and even contribute patches and bug reports.
-
Henry Wright replied to the topic BuddyPress Features? in the forum Installing BuddyPress 7 years, 6 months ago
With reference to point 2, bbPress works very well with BuddyPress. It’s actually a sister project so you can be sure of compatibility.
- Load More
@henrywright
Active 8 months, 1 week ago