-
rosyteddy started the topic A list of updated and recommended plugins in the forum How-to & Troubleshooting 10 years, 2 months ago
Is there any updated version of this page: https://buddypress.org/extend/recommended-plugins/ so that we can see a list of plugins that works with buddypress.2.5.0 +
The current list is not only not helpful but confusing also.
For example: it recommends https://code.google.com/archive/p/buddypress-media/ as Media plugin but this does not seem to…[Read more] -
David Cavins wrote a new post on the site BuddyPress.org 10 years, 2 months ago
BuddyPress 2.5.1 is now available. This is a maintenance release that fixes issues with the new BuddyPress Emails feature, with adding recipients to private messages, and with errors if the Activity component were […]
-
David Cavins updated the Version 2.5.1 page, on the BuddyPress Codex 10 years, 2 months ago
Version 2.5.1 is a BuddyPress maintenance release.
For Version 2.5.1, the database version (bp_db_version in wp_options) was 10469, and the Trac revision was r10650. Read the full ticket log […]
-
Hugo Ashmore updated the Version 2.5.1 page, on the BuddyPress Codex 10 years, 2 months ago
Version 2.5.1 is a BuddyPress maintenance release.
For Version 2.5.1, the database version (bp_db_version in wp_options) was 10469, and the Trac revision was r10649. Read the full ticket log […]
-
Paul Wong-Gibbs replied to the topic No verification mails sent since the newest update in the forum How-to & Troubleshooting 10 years, 2 months ago
Try after version 2.5.1 is released today or tomorrow, we have several fixes.
-
Henry Wright replied to the topic adding html attributes to Xprofile fields – code check in the forum Creating & Extending 10 years, 2 months ago
I don’t think you need
$field_name = bp_get_the_profile_field_name();because you’re passing$rto your function. So you can just use$r['name']. -
AM77 started the topic adding html attributes to Xprofile fields – code check in the forum Installing BuddyPress 10 years, 2 months ago
I need to add some html attributes to some Xprofile fields such as max-length. I was trying to find a filter so I could use str_replace to add attributes, but I eventually found the filter
bp_xprofile_field_edit_html_elementsin bp-xprofile/classes/class-bp-xprofile-field-type.php.
I’ve now got this code which works, but I’m not great with PHP so…[Read more] -
Paul Wong-Gibbs replied to the topic Anspress and Buddypress in the forum Third Party Plugins 10 years, 2 months ago
That’s WordPress 4.4’s embed feature https://codex.wordpress.org/Version_4.4
I think we added support for that to our activity stream in our last release.
If you don’t want the feature at all, https://wordpress.org/plugins/disable-embeds/ should work. -
Paul Wong-Gibbs replied to the topic New version broke design bc it doesnt load autocomplete css in the forum How-to & Troubleshooting 10 years, 2 months ago
Hi @jek-fdrv
Yes. See https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/
This has been fixed for BP 2.5.1 which we hope to release this week.
I am sorry that we caused this problem. -
Paul Wong-Gibbs replied to the topic PHP to get Field-Group-ID given Field-Group-Name? in the forum Creating & Extending 10 years, 2 months ago
I simply don’t believe there isn’t a built-in way to do this without writing your own SQL (which has at least two flaws with it — no escaping for the variable, and no caching).
To start with, where are you getting the field group name from? I am surprised the field group name exists somewhere you can get it, but not the ID.
-
Henry Wright replied to the topic Members page only displays online users in the forum How-to & Troubleshooting 10 years, 2 months ago
This might be due to a plugin you have activated or perhaps even the theme you’re using. Try disabling all plugins and reverting to Twenty Fifteen. Does the search return offline users now?
-
Henry Wright replied to the topic Users Registration page only reloads and doesn't submit in the forum How-to & Troubleshooting 10 years, 2 months ago
You mentioned you’re using a customised theme. Can you check if you still see the problem when using Twenty Fifteen?
-
Harlan Teal's profile was updated 10 years, 2 months ago
-
Williams Costa's profile was updated 10 years, 2 months ago
-
dispositivos's profile was updated 10 years, 2 months ago
-
John James Jacoby replied to the topic bad certificate in BP French in the forum How-to & Troubleshooting 10 years, 2 months ago
Hi there! Where did you get the
codex.fr.buddypress.orgURL from? I have a hunch the reason you’re seeing this is because subdomains more than 1 level deep aren’t covered by our certificate, but I also don’t think we use those anywhere. If we do, we should correct those URLs to be more friendly.That said, I suspect keeping codex content…[Read more]
-
RecoilDesign replied to the topic Custom post type comment tracking in the forum How-to & Troubleshooting 10 years, 2 months ago
The only way I was able to get this to work was by modifying my custom post type directly in the functions.php. Agnes, perhaps this will help you as well:
function create_post_type_videos() {[Read more]
register_post_type( 'my_videos',
array(
'labels' => array(
'name' => __( 'Videos' ),
'add_new_item' => __( 'Add Video' ),
'edit_item' =>… -
Paul Wong-Gibbs replied to the topic After Update buddypress 2.5, Mail not send html fromat in the forum How-to & Troubleshooting 10 years, 2 months ago
For SMTP issues, please read https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/#post-250544
-
Henry Wright replied to the topic Adding line to Buddypress registration page in the forum How-to & Troubleshooting 10 years, 2 months ago
As Hugo points out, index-register.php should be an entire document (with a header and footer). The template you copied (register.php) is what’s known as a “partial” and is usually included within a document.
-
Hugo Ashmore replied to the topic Adding line to Buddypress registration page in the forum How-to & Troubleshooting 10 years, 2 months ago
You don’t really need to be looking at that codex page, this ought to be a simple overload of templates, i.e copy register, from BP to your theme and edit as required. If you start to work with the extended advanced hierarchy templates you have to create full standalone templates i.e each must contain header and footer includes (hence why you…[Read more]
- Load More