-
Glenn replied to the topic Solution to "buddyblock" alternative in the forum How-to & Troubleshooting 9 years, 5 months ago
i understand that. just as so many others have and charge nothing or a more realistic $5-10 dollars for similar features.
even CodeCanyon plugins cost less than $30 most often.
-
Henry Wright replied to the topic Solution to "buddyblock" alternative in the forum How-to & Troubleshooting 9 years, 5 months ago
BuddyBlock costs a ridiculous $29 to allow users to block other users.
The developer could have put 10s of hours into the plugin. Perhaps that’s the reason for the $29 cost?
-
Jot replied to the topic [Resolved] Error update 2.5.3 –> 2.7.3 in the forum How-to & Troubleshooting 9 years, 5 months ago
Topic solved. The problem was in an RTMedia plugin, which was outdated. Once updated this plugin, the rest has been left to install to perfection. Thanks to all for the help
-
Henry Wright replied to the topic [Resolved] Filter for No Members Text in the forum How-to & Troubleshooting 9 years, 5 months ago
There isn’t a filter for that text but you can use the
buddypresstextdomain to add a translation. -
Jot replied to the topic [Resolved] Error update 2.5.3 –> 2.7.3 in the forum How-to & Troubleshooting 9 years, 5 months ago
The .htaccess file is the same, I have reviewed it and it has not been modified.
-
Jot replied to the topic [Resolved] Error update 2.5.3 –> 2.7.3 in the forum How-to & Troubleshooting 9 years, 5 months ago
I have verified my site and the error logs do not reflect any issues. The last error is yesterday and has nothing to do with this.
-
Paul Wong-Gibbs replied to the topic [Resolved] Error update 2.5.3 –> 2.7.3 in the forum How-to & Troubleshooting 9 years, 5 months ago
Shouldn’t be. Ask your host to get you your server’s PHP Error log. It’ll be full up of stuff, if you’re getting 500s.
Then, post that here, and we’ll help identify where the errors coming from.
-
Glenn started the topic Solution to "buddyblock" alternative in the forum How-to & Troubleshooting 9 years, 5 months ago
BuddyBlock costs a ridiculous $29 to allow users to block other users.
I came across an old post in which modemlooper did something similar, only the link to his code is dead:
https://buddypress.org/support/topic/block-user-free-alternative/
“if you look through my code starting at line 89 you can see where I’ve removed message button and f…
-
Jot started the topic [Resolved] Error update 2.5.3 –> 2.7.3 in the forum How-to & Troubleshooting 9 years, 5 months ago
Good afternoon
I have an installation with BuddyPress 2.5.3
I just updated WordPress to the last 4.7x without problems.
But when I try to upgrade the version of BuddyPress to 2.7.3 the installation is inaccessible, with error 500.
Is there a topic that should be taken into account when moving from 2.5.3 to 2.7.3? -
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 9 years, 5 months ago
Keep an eye on https://buddypress.trac.wordpress.org/ticket/7392
-
Georgio started the topic From Dashboard to Profile in the forum Installing BuddyPress 9 years, 5 months ago
Hi
Is it possible to redirect users from the dashboard to their profiles?What is the profile url of a user (generally speaking) ?
My admin bar is visible only from the dashboard. Can I change the site-name url to point to the user profile or should I add a custom link?
Thanks in advance
-
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 9 years, 5 months ago
I don’t disagree but until someone sets up PHP 7.1 locally, tests and patches everything, which is then signed-off by a regular contributor (also requiring a PHP 7.1) process, things are going to move slow. This is a volunteer project. Hopefully by next week we should see some fixes.
-
Henry Wright replied to the topic New file notification in the forum How-to & Troubleshooting 9 years, 5 months ago
Hi @sand06
Assuming the file is uploaded (and handled) by WordPress, you will need to hook to
wp_insert_posthttps://codex.wordpress.org/Plugin_API/Action_Reference/wp_insert_post
$postand$updatewill be passed to your custom function. You can use those to check if the post is a new file upload (attachment). -
Henry Wright replied to the topic need simple means of uploading single video in the forum Creating & Extending 9 years, 5 months ago
Hi @rglennnall
WordPress uses Plupload for file uploads, so you may want to check out that:
-
Andrew Tegenkamp started the topic Add Meta to Group Table? in the forum Creating & Extending 9 years, 5 months ago
I’ve got some group meta I added using the great codex page at https://codex.buddypress.org/plugindev/how-to-edit-group-meta-tutorial/
I was hoping to take that one step further and add one or more of that meta to my groups page at /wp-admin/admin.php?page=bp-groups so I can at least see it.
I’m not finding much on that and wondering if anyone…[Read more]
-
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 9 years, 5 months ago
Okay. The story is that PHP 7.1 is supported by WordPress 4.7 (or newer). Likewise, BuddyPress will need at least that version, too.
We’re currently tracking some unit test failures in PHP 7.1 (see the very bottom of https://travis-ci.org/buddypress/BuddyPress), but we’ve not figured out if they are our bugs, or some bug in WordPress core.…[Read more]
-
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 9 years, 5 months ago
Thanks for finding that one.
I’m trying to get someone from the WordPress team to confirm some details on their PHP 7.1 support, and once I have that, I’ll reply here again.
-
Descargar picsart's profile was updated 9 years, 5 months ago
-
Glenn started the topic need simple means of uploading single video in the forum Creating & Extending 9 years, 5 months ago
I’ve tried Media plugins like Mediapress and rtMedia to simply allow members to upload a single video for their profile, but they don’t quite handle it the way I need it to for various reasons.
can someone PLEASE help me with a simpler plugin OR custom code in a BP template to allow members to upload one video for their profile?
many thanks
GN -
Henry Wright replied to the topic Hook for Private Message Reply in the forum How-to & Troubleshooting 9 years, 5 months ago
Try checking if thread_id exists. If not then it’s the first message of a new thread.
- Load More