-
Renato Alves commented on the post, BuddyPress 2.7.0 Beta 1, on the site BuddyPress.org 9 years, 7 months ago
Great! Now the testing begins! =D
-
Elena Dolce's profile was updated 9 years, 7 months ago
-
Paul Wong-Gibbs replied to the topic Hello! in the forum Installing BuddyPress 9 years, 7 months ago
(This error message in your screenshot refers to some other plugin, not BuddyPress. But anyway:)
To remove any plugin in WordPress, go into
wp-content/plugins/with FPT or however, and delete the plugin folder — in this case,BuddyPress.If you visit
your-site.com/wp-admin/plugins.phpdirectly, WordPress should disable the missing plugin.If…[Read more]
-
Paul Wong-Gibbs replied to the topic How to manage Avatars? in the forum How-to & Troubleshooting 9 years, 7 months ago
Unfortunately there aren’t any management features built into WordPress to deal with uploaded user/group pictures (or cover images) in the same way that WordPress has its media library. This may change, but probably not for a long while, or until a contributor appears who really, really wants to fix this.
I wouldn’t worry about unused images on…[Read more]
-
Paul Wong-Gibbs replied to the topic Upgraded BP, now receiving "Warning: Invalid argument supplied for foreach()" in the forum How-to & Troubleshooting 9 years, 7 months ago
If you don’t have dev resources to track it down and if the site isn’t on GitHub publicly or something, it’s going to be veeeeery difficult to come up with any meaningful suggestions where to look. I’m not sure where to start.
-
Paul Wong-Gibbs replied to the topic PLEASE HELP: No confirmation emails in the forum How-to & Troubleshooting 9 years, 7 months ago
Exactly. The first thing you want to do @phound1 is verify if WordPress sends its own emails. An easy example is the comment moderation notification email. If it does not work, obviously fixing that is the first step. Let us know, we’ll try to point you in the right directions.
-
Paul Wong-Gibbs replied to the topic How to add self-created category to member Activity filter dropdown box? in the forum How-to & Troubleshooting 9 years, 7 months ago
I think there’s a filter to add something to the drop-down box, but the more complex part is updating (I think) the javascript and back-end code to handle your new type. I don’t have an hour to look into this at the moment. I’m hoping someone comes along with an example or a code snippet or a link to another plugin that does this.
Second issue -…[Read more]
-
Paul Wong-Gibbs replied to the topic Featured Image won't show up on member Activity feed… in the forum How-to & Troubleshooting 9 years, 7 months ago
I needed the link to your pastebin… but it sounds like you’ve done the same sort of testing with the paragraphs (etc) that I was going to do.
I’m going to check out the media extraction behaviour from the activity stream because I think there’s potential for an odd situation occurring due to a fault in the logic in the relevant bit of code, so…[Read more]
-
@mercime wrote a new post on the site BuddyPress.org 9 years, 7 months ago
BuddyPress 2.7.0 Beta 1 is lovingly packed with new features and enhancements and is now available for testing. You can download the BP 2.7.0-beta1 zip or get a copy via our Subversion repository. We’d love to h […]
-
Paul Barthmaier updated the Template Hierarchy page, on the BuddyPress Codex 9 years, 7 months ago
A detailed look at theme compatibilities template hierarchy
BuddyPress 1.7 introduced universal theme compatibility making it easier for WordPress theme designers to work with BuddyPress.What this means is if […]
-
Paul Wong-Gibbs replied to the topic BuddyPress too many redirects – URGENT in the forum How-to & Troubleshooting 9 years, 8 months ago
I see your site has a HTTP Basic Auth. user/password, so I can’t track down down where it’s redirecting to/from.
How exactly did this problem occur? If you have the site going live in a couple of days (hopefully), then it must have been working to get it ready, so what did you do to break this?
Please also let us know if you’re running WordPress…[Read more]
-
Paul Wong-Gibbs replied to the topic Upgraded BP, now receiving "Warning: Invalid argument supplied for foreach()" in the forum How-to & Troubleshooting 9 years, 8 months ago
On any decent server config, warnings and errors will not be shown on screen in production environments. Instead, it’ll be written to a log file. So you will still have the problem.
Try switching back to your real theme (so the warning comes back), and then disable plugins one-at-a-time. See if you can figure out if it’s a combination of one…[Read more]
-
Paul Wong-Gibbs replied to the topic @mentions post to friend's wall like FB in the forum How-to & Troubleshooting 9 years, 8 months ago
BuddyPress doesn’t have a wall feature like how you think it does. You’ll need to check out a Wall plugin for BuddyPress, maybe http://www.buddyboss.com/product/buddyboss-wall/
-
Paul Wong-Gibbs replied to the topic Featured Image won't show up on member Activity feed… in the forum How-to & Troubleshooting 9 years, 8 months ago
Can you copy/paste the content of the blog post to pastebin.com or somewhere, to share it with is?
The logic is: if the post is 3 paragraphs or less, and it has an embed, it should use the embed in the summary shown in the activity stream.
If more than 3 paragraphs, and an image exists (either a featured image, gallery, or inline
imgtag), it’ll…[Read more] -
Henry Wright replied to the topic Login conflict in the forum How-to & Troubleshooting 9 years, 8 months ago
You could use member types to create child and adult types and add a radio button to the BuddyPress registration form?
-
Henry Wright replied to the topic BuddyPress Branding in the forum Miscellaneous 9 years, 8 months ago
Here’s an example of what’s allowed:
Activity Stream Plus for BuddyPress
Note, the following is an example of what isn’t allowed:
BuddyPress Activity Stream Plus
You may come across older plugins that use the 2nd naming style. That’s because the guidance above was introduced by the WordPress Plugin Review Team relatively recently.
-
Christian Freeman (codelion) replied to the topic Custom Theme Template Path in the forum Creating & Extending 9 years, 8 months ago
Awesome, thanks! The template overload and BP theme compat documentation is really insightful.
My goal with this is to create a plugin that loads a BuddyPress theme which can work along with nearly any WordPress theme I switch to. With that said, in your expert opinion, which of the methods you’ve provided will work best from an overall…[Read more]
-
Christian Freeman (codelion) replied to the topic BuddyPress Branding in the forum Miscellaneous 9 years, 8 months ago
Alright, understood.
Thanks!
-
Christian Freeman (codelion) started the topic BuddyPress Branding in the forum Miscellaneous 9 years, 8 months ago
Hi,
I’m developing a new BP plugin (Free & Premium), and I want to know if I am allowed to use “BuddyPress” within the plugin name? I will be creating a site for it, so the domain will be the plugin name, which will include BuddyPress.
Do I need to get permission for this, or is this allowed?
Thanks
-
Christian Freeman (codelion) started the topic Custom Theme Template Path in the forum Creating & Extending 9 years, 8 months ago
Hi guys,
I’m working on adding BuddyPress support to my theme, but I want to load all of the functions and theme template files for BuddyPress in a plugin. Does anyone know how this can be done? Is there a way to change the path in which buddypress searches for the template files?
Thanks,
- Load More