Search Results for 'buddypress'
-
Search Results
-
Topic: Member Only Theme
I was looking at other people’s solutions for making a buddypress community member only and really came to one conclusion. It will be best served when the components are added
That being said, I was looking at the seriously easy hacks due to the high volume of SVN updates being made. The simple one I was looking at was doing the following in /buddypress-member/header.php right at the top of the file :<?php if(!is_user_logged_in()){
nocache_headers();
header("HTTP/1.1 302 Moved Temporarily");
header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']));
header("Status: 302 Moved Temporarily");
exit();
} ?>Just putting that at the top of the file would redirect any request to buddypress-member theme back to the login page if not logged in. While there are most likely better ways to do this, I was looking for a simple one copy and paste type edit when things change.
My questions about this are:
1) Is there a more efficient way to do this without multiple hacks to multiple files?
2) If this is a good way, is there an easy method to add the text “You must login to view member profiles” to the login that I am redirecting to as well as a link to the wp-signup.php page?
Trent
Topic: Extended profiles only
Hi all
I’m looking at using the extended profile plugin. With Buddypress do you have to then access everything through the frontend?
I have seen earlier images and they shopw that the profile etc can still be accessed from WordPress’ backend, but i just installed the latest build of buddypress and it doesn’t seem to let me access anything from the backend.
Could someone shed some light on this for me?
Topic: homepage no longer working
I’m trying to add wp-classifieds to my site. I only want it to show up as a link (tab) off the front page (which it is doing successfully). However, it also shows up as a plugin option for user blogs which I don’t want it to do. I have installed it in the plugins directory of my wpmu. Also, I cannot add ads as it thinks I’m not logged in or registered. Logging in takes me to the backend. If I click “visit site” it still thinks I’m not logged in. I’m not a programmer, but would like to know how involved it might be to adapt this to buddypress. Thanks in advance for any direction.
Topic: utf?
Why buddypress do not support utf-8?
Topic: Where is the page?
I’m using buddypress-home for my wordpress mu, I write new page with this domain http://domain/about/ but when i tried to access that link I always redirect to buddypress homepage. Help please?
I’ve just updated to trunck version r473 (from trac download) and I’m get the following error on all pages, both front-end and admin…
Parse error: syntax error, unexpected ‘}’ in C:wampwwwwp-contentmu-pluginsbp-coredirectoriesbp-core-directory-members.php on line 95
Any idea why this might be happening? I’m running WordPress MU 2.6.3 under Apache 2.2.8 on Windows Vista (dev setup only)… everything else on MU is fine until I update the BuddyPress plugins to this latest trunk build (previously running tagged versions of BP from 26th October with no problems).
I’d appreciate any light anybody can shed on this and how I can address it.
Topic: Buddypress without blogs?
Hey guys,
I really like the idea of turning wordpress (mu) into a social network. But I just want that “social-network”-functions and I don’t want every user to have a blog. I know that this is kinda the main idea of buddypress.
So, my question is: Is it possible to deactivate this blog function or to.. “delete” that, so that my wordpress mu would just be a social netowrk without blogs?

If not, do you have any other ideas how to do that?
Thank you very much.