-
Paul Wong-Gibbs replied to the topic bp-template-notice failure in the forum How-to & Troubleshooting 8 years, 1 month ago
What versions did you upgrade from?
-
Paul Wong-Gibbs replied to the topic Show/sync all imported members on memberlist in the forum How-to & Troubleshooting 8 years, 1 month ago
In that case, you’re best off waiting until those users log in again, they’ll then show up.
-
Paul Wong-Gibbs replied to the topic Hello! in the forum Installing BuddyPress 8 years, 2 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.php
directly, 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 8 years, 2 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 8 years, 2 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 8 years, 2 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 8 years, 2 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 8 years, 2 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]
-
Paul Wong-Gibbs replied to the topic BuddyPress too many redirects – URGENT in the forum How-to & Troubleshooting 8 years, 2 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 8 years, 2 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 8 years, 2 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 8 years, 2 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
img
tag), it’ll…[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 8 years, 2 months ago
I haven’t seen this on my dev site, and I don’t think we’ve had reports of this, so… as it’s staging, please can you switch the theme temporarily to a default WordPress theme, like twenty-twelve (etc) — and then visit this same URL again and see if the warning is still being printed or not?
I suspect it’s something in your theme, maybe one of…[Read more]
-
Paul Wong-Gibbs replied to the topic Can't type in Multi-Line Text Area Fields in the forum How-to & Troubleshooting 8 years, 2 months ago
It’ll be something specific to your theme/site. Could be some odd Javascript, odd CSS. Impossible to tell unless your site is public for someone to take a look at.
-
Paul Wong-Gibbs replied to the topic managing search engine crawl on a private Buddypress site in the forum How-to & Troubleshooting 8 years, 2 months ago
I’d look at increasing performance generally rather than specifically focusing on trying to block search engines.
Like… I don’t know what other plugins or themes you are running, or how well they are written, nor anything about your hosts’ performance, but you need to look into those. I’d also look at making sure you have an object cache…[Read more]
-
Paul Wong-Gibbs replied to the topic Open Source Theme: Surface in the forum Showcase 8 years, 2 months ago
cool!
-
Paul Wong-Gibbs replied to the topic To post in an open group without joining it in the forum How-to & Troubleshooting 8 years, 2 months ago
If you post in a Public Group that you aren’t a member of, then you are automatically added to the Group.
I believe the only exception for this is site administrators.
-
Paul Wong-Gibbs replied to the topic User dashboard url in the forum How-to & Troubleshooting 8 years, 2 months ago
@missmad If you wanted to create a link to go to a specific screen on the logged-in user’s profile, use
http://buddypress.dev/members/me/profile/
Obviously swap in your actual domain. Note the
members/me/
bit — that’s the magic part. If that’s found, it redirects to the logged-in user’s profile following whatever comes after it in the URL. -
Paul Wong-Gibbs replied to the topic New Member Emails Not Sending in the forum How-to & Troubleshooting 8 years, 2 months ago
Do other emails sent from your site, by WordPress, work? For example, comment moderation notifications, and so on.
Please also provide a list of plugins active.
-
Paul Wong-Gibbs replied to the topic Assign buddypress output to a string in the forum How-to & Troubleshooting 8 years, 2 months ago
- Load More
@djpaul
Active 2 months, 2 weeks ago