Search Results for 'buddypress'
-
Search Results
-
I am using WordPress 3.2.1 and Buddypress 1.5.1 and I cant seem to find a way to hide my members profile, groups, pages from visitors (logged out members). Is there a plugin I can use? Or anything simple? This is one of the reason I’m putting off ablums etc for my members.
Any help would be greatly appreciated. Thanks in advance.
Topic: Pages not working
okay so a few days ago i had my website fully done with no issues i made some groups on the website to make it more like a forum but then i saw that my theme was messed up but since i lack the skills to fix it properly i started uninstalling stuff to see what fixes the issue. I then uninstalled buddypress and then reinstalled it. But once i got the theme fixed i realized my groups didnt work at all and other things so i looked around the forums for some answers but nothing helped i tried switching to a default theme which just made the problem worse because now i cant see members, discussion forums, groups, or activity stream. What i mean by cant see when i try to connect to the page after i make the the for example groups page for buddypress the link just brings me to a blank white page. so im wondering how to fix this my website is http//:eldercraft.biz
We installed BuddyPress on our website and we are using WordPress 3.0.2. When we click to finish we get the follow error:
Fatal error: Call to undefined function show_admin_bar() in /home/content/a/d/m/adminslp/html/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php on line 585
The whole site crashes and we have to remove the buddy press plugin from the back end. Does anyone have any suggestions or know what is wrong?
Also we have a custom theme so wondered if that might be the problem. Thanks. Sharon Perry
Topic: Group Avatar not uploading
This is kind of a long problem because there is a history to it but I think I’ve turned it into a legacy problem.
I started out with WP multisite and BP 1.2.5. Back when I originally installed everything, there was a known problem with user avatars displaying in the comments in sub-blogs. It was simply a broken image path. After much searching, I found the code snippet below to straighten out the user avatar path and it fixed the problem.
`// Custom filters to clean up issues in WP 3.0 with avatar paths.
// Written by @theandystratton
function sizeable_bp_core_avatar_folder_dir( $path ) {
$items = explode(‘/’, $path);
$path = ABSPATH . ‘wp-content/uploads/avatars/’ . end($items);
return $path;
}
add_filter(‘bp_core_avatar_folder_dir’, ‘sizeable_bp_core_avatar_folder_dir’);
function sizeable_bp_core_avatar_folder_url( $url ) {
$items = explode(‘/’, $url);
$url = ‘http://’ . $items[2] . ‘/wp-content/uploads/avatars/’ . end($items);
return $url;
}
add_filter(‘bp_core_avatar_folder_url’, ‘sizeable_bp_core_avatar_folder_url’);`I have that code in bp-custom.php
I was able to operate for a long time with that bit of code because I wasn’t using BuddyPress groups. It turns out, with that code snippet the group avatars and user avatars get confused. If the numeric id for the group was the same as that for a user, then whenever the avatar for either one was changed then it would update for both. It linked the two together.
Because I haven’t been using groups, it wasn’t a big deal, but now I’m looking at using groups. I found a workaround by going into the database and changing the group id number of the most recently created group to an ungodly high number (1000001). Since I’m never going to get that many members on my site, now all newly created groups are id’d sequentially after that number. So now I think I’m fine, I should be able to upload group avatars without it affecting the user avatars.
Only it doesn’t work.
Uploading a group avatar errors out with “problem cropping…”.
I’m guessing that it is because I screwed up the avatar paths so long ago with that code snippet.
I tested by removing that snippet to see how things went and the user avatars went back to not showing up in the comments on the sub-blogs. Okay, that’s expected (sort of), so I attempted to upload a user avatar under the organic paths that are in BP 1.5 and it failed (I tried about 10 times to be sure).
So now I’ve got the code snippet re-enabled in bp-custom.php but I can’t upload group avatars.
Questions:
How do I fix this?
What is BP 1.5’s default path for user and group avatars?
If I manage to fix this, am I going to have to ask all my users to reupload their avatars?Hi all,
I have a big problem with the compatibility of BuddyPress with my Professional Theme by Elegant Themes.
Information:
WordPress 3.2.1
BuddyPress 1.5.1
WordPress is installed in a directory (root / on my Alfahosting server directory ‘html’).
Other Plugins: bPress (2.0), Codestyling Localization (1.99.15)Here are two links:
http://musikwelten.net/activity/
http://musikwelten.net/members/guest/settings/general
First link:The content isn’t quite contained in the Div container. However I don’t find any way to fix this.
Second link:
User: Guest
PW: guestIt’s the Settings Page. I think you see what’s going wrong there. The content is contained three times.
How do I fix that?EDIT – Please do not post large blocks of code here. Use pastebin.com. I have transferred all to pastebin — mercime
Here is the page.php Code of the Theme: http://pastebin.com/mq8rLDK4
Here is the code of the first link: index.php of activity: http://pastebin.com/XV4Q8Q81
Here is the Code of the second link. general.php of settings:http://pastebin.com/zZFW09Ky
I hope the information is enough and you can help me with this. I don’t get further there.
Greetings
