In the past, I have not had any problems whatsoever with my activity steam loading new data, including updates and even embedded videos. Until today. This evening, I uploaded some photos, and a couple of inspirational fitness videos. When I first uploaded them, they seemed to be on the activity wall, and all looked well. That is, until I hit the refresh button and all of a sudden, ALL of the content that I had just uploaded was no where to be found. Also, when I went to my profile to look at my personal activity, there was nothing there. It was as if I never posted a thing. I have not downloaded any new plugins since everything last worked, so I am not sure what could be the problem(s). I am using WordPress 4.2.2 and BuddyPress 2.3.2.1
Here is the link to the Activity Wall, which is referred to on my site as “The Grapevine”. If anyone has any ideas, please let me know. Thank you in advance.
http://www.thefitnotes.com/activity/
—- Aaron
Someone recently posted some code that gets into this a bit when it comes to member profiles – https://buddypress.org/support/topic/bp-member-pages-visibility-restriction/#post-241840
not sure if it works, obviously if it does it would need to be adapted for your activity page instead of members..
There have been a lot of QnA regarding privacy settings with bp pages / partial components the past so many months – maybe that is something that will make it into a future version.
There could be other answers to this currently. I am not a bp dev, just another user with limited understanding of how it ticks.
Wordpress version is 4.2.2
Buddypress Version 2.3.2.1
bbpress Version 2.5.7
my website http://atheistzone.com/
I am using buddy premium theme.
I am facing email related issue. I noticed it on Sunday when i sent mass emails from my old site and asked members to check out new site.
I noticed about 30 emails in pending columns. Activation emails were sent sometimes but most of the times were not sent.
Today i noticed another issue that is also related to email. Emails are sent but reaching about 10 to 45 minutes late in users’ account. I am also receiving notifications of new activity late.
Both activation emails and notifications of new replies are affected by this issue. Notifications of comments on blog posts are also reaching about 10 to 45 late in my email account. I am not using any email related plugin.
I have tested gmail as well as yahoo email account. Same problem. Email reaches late.
I have contacted my web host, HostGator twice via chat but he said it is not a server issue and blames software.
Hi,
I have installed BuddyPress on a fresh install of WordPress, pourly I can’t create any new group.
The group function is allready activated and I allready tried to reinstall the plug-in and also the whole installation, it doesn’t help…
On the page “groups” URL (http://mydomain/wp-admin/admin.php?page=bp-groups) when I click on “Add
New” I have the following error:
Not Found
The requested URL /groups/create/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
URL= mydomain/groups/create/
Hi, im not being able to access to /members but Im able to access /members/aMember
I used to have a redirection from /members to my homepage but i have disabled it.
After disabling that redirection it keeps doing it. It stills redirects me to the homepage.
Is something with Buddypress? WordPress? The plugin that i use for this redirections?
Thanks
When creating a group and uploading a profile photo, the cropping does not occur properly. The jcrop-tracker does not allow the user to select the full profile image which is 215px wide and 135px high. (I believe this is an aspect ratio issue). Also, the image in the preview pane is distorted.
The member avatars are skewed (stretched).
Wordpress 4.2.2
Buddypress 2.3.2.1
http://www.10hopecommunity.com/
I’m looking for a (plugin) solution to the issue of inactive members on a BuddyPress install.
Ideally, I would like a solution that would automatically contact inactive members via email after a set period of inactivity asking if they were still interested in being members. If they did not respond, or responded they no longer wanted to be a member, they would be deleted or set as former members (as I believe that deleting members also deletes any material they created).
I’ve searched through the forums for a plugin like this with no luck. Any direction would be appreciated.
Hi Joe,
I don’t think there is a setting you can change for that specifically but you can restrict access to the content on that page and similar pages by adding a conditional in to their templates.
You need to copy over the relevant template from here:
…\wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\
and put it in to your theme here:
…\wp-content\themes\your-theme\buddypress\
so for example for that particular page, the friends list on a user profile, you would copy this file:
…\wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members\single\friends.php
and put it here:
…\wp-content\themes\your-theme\buddypress\members\single\friends.php
then open up that file in a text editor and add this code near the top (under the first closing ?>)
<?php if ( is_user_logged_in() ) : ?>
Then right at the end of that file, add this code:
<?php endif; ?>
That should work but I haven’t tested it as I don’t have access to my main PC right now. That will show the normal header and footer but none of the friends list content.
Alternatively if you wanted to show an error message like ‘you need to be logged in’ you could use something like this in place of that first snippet of code:
<?php if ( !is_user_logged_in() ) : ?>
<p>You need to be logged in to view this content</p>
<?php else : ?>
Hope that helps š
@hammed4real101 – what (list all) plugins are you using?
are they having trouble when trying to login on your actual login page? (.com/login/
– or just when they try to login with the sidebar login widget?
recent mentions of facebook integrations stuff here: https://buddypress.org/support/topic/wrong/
Hi,
My wordpress site is having a challenge of login in, my users keep complaining of difficulty trying to log in.
A user might login successfully now, and latter it will be saying wrong user name or password.
So, please do you have a solution to solve this problem?
I really want a single sign on, where a user can also sign in using social media, eg facebook, gmail, twitter ETC
My site uses buddypress and bbpress
My site: http://www.dliplanet.com
Website stats:
Wordpress Version 4.2.2
Buddypress Version 2.3.2.1
Using the KLEO theme with BBPress activated.
I’m on a VPS server. Site has been sped up dramatically since upgrading hosting, but still VERY slow when certain actions are taken, notably the “Add Friend” button and similar buttons take forever to respond. This makes it seem like clicking the button “does nothing” instead of instantly switching to “Friend Request Sent” or whatever.
Now, if this is just a matter of BP being slow, I can live with that, but can I update the script so it processes the button change first so it seems like stuff is happening?
Thanks,
Mike
I am trying to add a link to the profile for a sidebar I have created, the only issue is that the profile page URL is dynamic, addign the users username to itself, this is the problem.
I am using the plugin called Social Sidebar for WordPress (http://codecanyon.net/item/social-sidebar-for-wordpress/6244336) and I am trying to add the BuddyPress profile link to one of the tabs (icons).
Is there any way for me to reference the username to create this link, or any way at all to do this?
Yeah, I am getting practice!
So other than the folder name, the biggest–and probably more valid–difference is that I turned on registration before installing and activating BuddyPress. I had not done this with my original install that I was using when I started this thread–the install was a few months ago.
It changed more than a just the working front page and that the activate and register pages were automatically created. In Settings–>BuddyPress–>Settings Group Settings are now available; I had not seen these on any install until now.
And for anyone thinking they can just uninstall or deactivate BuddyPres and turn on registration and reinstall and activate…nope, I tried that early on in my troubleshooting.
@fridafric Most of the information on that book is obsolete. If you want blogs, you need to create a network first, and that is a WordPress function which BuddyPress supports. Deactivate BuddyPress and other plugins first the follow instructions at https://codex.wordpress.org/Create_A_Network
Do make sure that your multisite installation is working as expected before activating BuddyPress.
I am learning to make social network with buddypress. I am learning through the book BuddyPress for Dumies. This book is from Year 2007. so the author explaining it in old BuddyPress. There is a chapter called Blogs, but when I want to work with blogs in BuddyPress I can not find it. Is a Blog same as Topic or is something else?
Hi I’m developing photo solutions in buddypress Activity (Timeline)
But when I snap photo with webcam, It redirect automatically just like posting ( /activity/post/ )
Below I add my js code
var video = document.getElementById("video"),
// Trigger photo take
document.getElementById("snap").addEventListener("click", function () {
context.drawImage(video, 0, 0, 480, 480);
});
Any help would be much appreciated! Thanks!
Okay, I have not really solved the problem, but I’m trying a new install in a folder called ‘community.’ Maybe this will be less confusing for the system than having a folder called ‘members.’
So far it is working, though I’m just getting started. Before installing and activating BuddyPress I made sure registration is open and I created a page called ‘welcome’ and added my content. I switched the theme to 2013–because the horizontal nav menu feels less confusing to me since that is what I am used to.
Before installing and activating BuddyPress the ront page shows the welcome page!
YAY
After installing, activating and going through the configuration steps for BuddyPress the front page shows the welcome page!
YAY!
So perhaps not a resolution to the other address where wordpress is installed in the folder called ‘members,’ but it works so far at this other location.
That doesn’t mean the issue is due to the folder being named ‘members.’ I did some steps in a better order this time–liek remembering to turn on registrations before installing BuddyPress. So when I went to view the core pages, both activate and register were already created–previously I had to add them myself.
My next step is to slowly begin adding and activating the other plugins–testing between each.
I think naming the folder community might be better anyway. I might move my forum to it if I switch to Simple:Press and then my community will truly be there, whereas originally it was only going to be paying members other than front page type access.
Yes, I am using the theme 2013. I don’t want to use it forever, but for now I’m testing with it.
[b]Plugins[/b]
The only active plugin in the list is BuddyPress. Would a default wp-cache or other plugin show up, or might such a things be hidden?
@wealthy – I don’t think you need buddypress for this. I believe you could easily achieve those goals setting up and wordpress install, turn on multi-site (aka wordpress mu setting) – add in one of the many membership type plugins like s2member.. then add in a commerce plugin like marketpress or woo-commerce, something like that.
Make it so all sub “blogs” aka “sites” are locked out from visibility unless logged in, your “logged in state” is determined by the s2member or similar plugin…
might take a look at press permit core for restricting content.. there are others.. but in essence I think there is no need to add buddypress to the mix. Only thing that would do it open up profiles and friends – but then you’d have much more difficulty locking down member profile viewing and groups viewing and stuff like that, which is not so easy to deal with at the moment.
@rollercoasterider – are you still doing this with a default theme like 2014 or something similar?
Have you tried it with ALL plugins disabled except buddypress?
(some hosts do include a wp-cahe type plugin, that is enabled by default, that drove me crazy with a similar issue a couple years ago – lol)
@quinngoldwin – bp profiles already already come with a “friends” tab – which would do essentially what you are describing if the others have a profile in the system and they have accepted as friends. Then everything you are asking is already done with a default install.
If others are not in the system, I guess they could upload a buddypress docs file with a list or something.
Thank you! Is there anything in the buddypress settings that can make all the forums private? For example, if the click on the forums link then they cannot see any of the forums until the login.
Your best bet is probably to look at this from the s2member side.
There is lots of info available, such as
s2Member + BuddyPress
Thank you dmccan and shanebp. I’ve setup most of this and don’t require a developer. I guess I’m most unfamiliar with BuddyPress thus far.
I”m trying to make my site more social and develop accountability from peers on site. I’ve already had WP, S2Member and Badge OS (from Credly) set, now I just added BuddyPress.
My programs are 12 Week Trainers with one week of content dripping every week. As long as BuddyPress recognizes people going through this activity (maybe though the comment field of each lesson?), I should have success.
Does BP recognizes user’s post and page comments?
Thanks,
Justin