-
Paul Wong-Gibbs replied to the topic Add @mentions in plugin in the forum How-to & Troubleshooting 8 years, 8 months ago
Try running the custom content through the
bp_activity_at_name_filter
filter. -
Paul Wong-Gibbs replied to the topic what widget ? in the forum How-to & Troubleshooting 8 years, 8 months ago
It’s hardcoded. If you know how to customise a theme and write PHP, you can see the implemetnation: https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php#L355
bbPress does have shortcodes, I’d suggest doing that instead. I don’t know what the shortcode is, I’d suggest searching on…[Read more]
-
Paul Wong-Gibbs replied to the topic How to delete the Name field from Registration? in the forum How-to & Troubleshooting 8 years, 8 months ago
Right now, you can’t. It’s a mandatory and required field, and very much hardcoded throughout BuddyPress.
You *might* be able to not show the form if you replace the sign-up process with a Gravity Form (I think that’s it — one of the form plugins). I know @dimensionmedia has done this; I’m not sure he regularly reads these forums, but if he…[Read more]
-
Paul Wong-Gibbs replied to the topic BP Pages Not Displaying in the forum How-to & Troubleshooting 8 years, 8 months ago
By that, I mean, what do links to individual blog posts look like, and do they load?
-
Paul Wong-Gibbs replied to the topic BP Pages Not Displaying in the forum How-to & Troubleshooting 8 years, 8 months ago
Do WordPress post permalinks work? Have you tested them to be sure?
-
Paul Wong-Gibbs replied to the topic Add @mentions in plugin in the forum How-to & Troubleshooting 8 years, 8 months ago
@btees It probably hasn’t been documented. 😀
First, see if a
mentions.min.js
ormentions.js
is loaded on the screen you want at-mentions support added to. If it is, try adding the CSS classbp-suggestions
to the textarea that your users will be typing in, and test again. If that doesn’t work, open up thementions.js
script and start…[Read more] -
Paul Wong-Gibbs replied to the topic Buddypress 2.5 email customizatio – brackets in the forum How-to & Troubleshooting 8 years, 8 months ago
Square brackets
[ ]
are cosmetic. They don’t matter.
You should be able to edit the email and remove those characters from the subject line area.The “warning” message is more intended to be a link to our documentation explaining what tokens are. Thanks for your feedback regarding this confusion, we’ll continue to iterate on this screen in…[Read more]
-
Paul Wong-Gibbs replied to the topic No verification mails sent since the newest update in the forum How-to & Troubleshooting 8 years, 8 months ago
Phew! Glad to hear it. Thanks for letting us know!
-
Paul Wong-Gibbs replied to the topic No verification mails sent since the newest update in the forum How-to & Troubleshooting 8 years, 8 months ago
Try after version 2.5.1 is released today or tomorrow, we have several fixes.
-
Paul Wong-Gibbs replied to the topic Anspress and Buddypress in the forum Third Party Plugins 8 years, 8 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 8 years, 8 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 8 years, 8 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.
-
Paul Wong-Gibbs replied to the topic After Update buddypress 2.5, Mail not send html fromat in the forum How-to & Troubleshooting 8 years, 8 months ago
For SMTP issues, please read https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/#post-250544
-
Paul Wong-Gibbs replied to the topic Disable "Link Preview" in the forum How-to & Troubleshooting 8 years, 8 months ago
Right. 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 relese.
If you don’t want the feature at aall, https://wordpress.org/plugins/disable-embeds/ might work. -
Paul Wong-Gibbs replied to the topic After Update buddypress 2.5, Mail not send html fromat in the forum How-to & Troubleshooting 8 years, 8 months ago
You must have a plugin that affects how WordPress delivers email. Can you list what plugins you have active?
-
Paul Wong-Gibbs replied to the topic PHP to get Field-Group-ID given Field-Group-Name? in the forum Creating & Extending 8 years, 8 months ago
I took a quick look and can’t see one function. There’s probably a better way, but you could use
xprofile_get_field_id_from_name( $name )
and pass that toxprofile_get_field( ... )
to get aBP_XProfile_Field
object, then access its->$group_id
property. -
Paul Wong-Gibbs replied to the topic 'bp_email_use_wp_mail' Causing Issues in the forum How-to & Troubleshooting 8 years, 8 months ago
To update this thread, I’ve just added a fix for emails not sending for certain server configurations. See https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/ and https://buddypress.trac.wordpress.org/ticket/6947
I think this will help many people, but I would surprised if it fixed everything for everyone. Fingers crossed!
-
Paul Wong-Gibbs replied to the topic 'bp_email_use_wp_mail' Causing Issues in the forum How-to & Troubleshooting 8 years, 8 months ago
2.) Then when altering configuration (i.e. adding add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ ); to BP_Custom), and testing again, the emails output a combination of WP Better Email and the default template with various CSS Styles altering different parts of the email with each new email sent.
BTW, this is exactly what I expect to happen.…[Read more]
-
Paul Wong-Gibbs replied to the topic Disable "Link Preview" in the forum How-to & Troubleshooting 8 years, 8 months ago
Can you share a screenshot of the problem?
-
Paul Wong-Gibbs replied to the topic bad certificate in BP French in the forum How-to & Troubleshooting 8 years, 8 months ago
I’ll get it reported, but don’t expect any immediate fix. It’s beyond our immediate control.
- Load More
@djpaul
Active 2 months, 3 weeks ago