Search Results for 'buddypress'
-
AuthorSearch Results
-
March 16, 2009 at 11:54 pm #40168
In reply to: SEO problem in BuddyPress
John James Jacoby
Keymaster(Sigh) it’s okay, but next time we’re taking this to fisticuffs!
March 16, 2009 at 11:20 pm #40166In reply to: SEO problem in BuddyPress
Burt Adsit
Participantoh. (sigh) sorry.
March 16, 2009 at 11:04 pm #40165In reply to: Plugin: PmWiki in Buddypress.
ostropunk
ParticipantCan I just say that you have made a excellent choice in pmwiki. Have you thought about making group wikis?
March 16, 2009 at 10:35 pm #40164In reply to: BuddyPress Showoff: Post your links
March 16, 2009 at 8:35 pm #40159In reply to: home page = blogs (how do i fix??)
cinnemon
MemberThank you for your reply. As I noted earlier, I’m already running a WordPress blog network with active members. Incidentally, the README.txt file for WordPress actually uses the directory /blogs as an example:
* If you want to have your WordPress MU installation in its own
subdirectory on your web site (e.g. http://example.com/blogs/),
rename the directory wordpressmu to the name you’d like the
subdirectory to have and move or upload it to your web server.
For example if you want the WordPress MU installation in a
subdirectory called “blog”, you should rename the directory called
“wordpressmu” to “blogs” and upload it to the root directory of your
web server.
I imagine this may be a problem for others who went in this direction. Are you saying that those of us in this situation are out of luck with BuddyPress unless we reinstall and try to import all of our users’ blogs into the new site?
Thanks again, I do appreciate your time on this.
March 16, 2009 at 7:17 pm #40156In reply to: home page = blogs (how do i fix??)
Andy Peatling
KeymasterDon’t install BuddyPress in /blogs
March 16, 2009 at 6:09 pm #40152Burt Adsit
ParticipantMake sure you are starting your customization with the latest trunk brad85. I don’t know what ver of bp’s home theme you are customizing. In the latest trunk there are two functions that control what goes on in the login/signup buttons. The bp home theme header.php file calls <?php bp_login_bar() ?>. In that fn it calls bp_signup_page() which you see below:
function bp_has_custom_signup_page() {
if ( file_exists( WP_CONTENT_DIR . ‘/themes/’ . get_blog_option( 1, ‘template’) . ‘/register.php’) )
return true;
return false;
}
function bp_signup_page( $echo = true ) {
global $bp;
if ( bp_has_custom_signup_page() ) {
if ( $echo )
echo $bp->root_domain . ‘/’ . REGISTER_SLUG;
else
return $bp->root_domain . ‘/’ . REGISTER_SLUG;
} else {
if ( $echo )
echo $bp->root_domain . ‘/wp-signup.php’;
else
return $bp->root_domain . ‘/wp-signup.php’;
}
}
Unless you don’t have the register.php file in /themes/<your theme>, or you’ve somehow altered the header calling sequence so this code doesn’t run, then it should work fine. The signup button should not have anything to do with wp-login.php
March 16, 2009 at 5:51 pm #40147In reply to: BuddyPress on a Subdomain: Links 404
Burt Adsit
ParticipantThis is about the MSM plugin. Turning off the light.
March 16, 2009 at 5:50 pm #40146In reply to: SEO problem in BuddyPress
John James Jacoby
KeymasterBurt, I was agreeing with you.
March 16, 2009 at 5:48 pm #40144In reply to: SEO problem in BuddyPress
Burt Adsit
ParticipantI see that spot in wpmu code. What does something hard coded in wpmu have to do with bp?
March 16, 2009 at 5:38 pm #40143Burt Adsit
Participantget_bloginfo(‘wpurl’).”/wp-admin/profile.php
should be replaced with a call to: bp_core_get_userurl($bp->loggedin_user->id) which is the url to the currently logged in user. You’ll have to declare ‘global $bp;’ someplace before that in the code.
March 16, 2009 at 5:30 pm #40139In reply to: Can not change the Theme.
Sgrunt
Participant“i have the BuddyPress Home Theme set to active and the other set to no.”
here you are talking bout the “admin themes” where admin can approve or not themes that can be activated. But it is not the activation: go to Design / Themes and click on the selected theme you want to be active.
March 16, 2009 at 5:14 pm #40134In reply to: Can not change the Theme.
stefanovski
Memberi have the BuddyPress Home Theme set to active and the other set to no. yet it still gives me the other themes. other than with myself, where do you think the root of this error might be?
March 16, 2009 at 4:58 pm #40129In reply to: home page = blogs (how do i fix??)
Burt Adsit
ParticipantMarch 16, 2009 at 4:41 pm #40125In reply to: Translating BuddyPress
smueller
ParticipantSorry for jumping in here as this thread seems to have taking so many twists and turns that it appears to have a bit of a different purpose than originally. However, this is the only thread that comes close to answering my, seemingly easy, question but I’m still having issues. Specifically, all I’m trying to do is to change the word ‘Friends’ to ‘Contacts’ throughout the entire WPMU/BP install and not truly translate anything. Per suggestions from a few posts earlier in this thread I’ve done the following:
1. changed the references to ‘Friend’ to contacts in the buddypress.po file using poedit
2. saved the file changed in #1 as en_US.po and generated the corresponding en_US.mo file upon saving
3. uploaded both the .po/.mo file into both the /wp-content/languages and /wp-content/mu-plugins/bp-languages folders
4. verified that ‘American English’ was now available/set in the ‘Site Admin – Option’ and ‘Settings – General’ sections of the site.
5. change the ‘WPLANG’ setting in the wp-config.php file to en_US
and ….
nothing has changed. What am I missing here? I know it must be me but this seems to be an awful lot of hoops to go through to make a seemingly easy and I would think common change. I’ve been at this for some time now so any clues anyone can provide would ease my frustration a bit. Thank in advance.
March 16, 2009 at 4:38 pm #40124In reply to: DarkPress: another free theme
danielfelice
ParticipantYou should submit your designs to the Free BuddyPress Themes contest – http://www.freebpthemes.com
March 16, 2009 at 2:16 pm #40111In reply to: !! BuddyPress Theme Folder Changes !!
nicolagreco
ParticipantOk It works now

I think that member-themes wasn’t confusing, anyway bp-themes is better
March 16, 2009 at 11:48 am #40107jayemes
ParticipantI am using a plugin that makes all of my new blog signups an ‘editor’ of their own blog. I want to use Buddypress and have all of the widgets the same for all of my new blogs, so they look the same. Is there a way to do this so I don’t have to set up each blog’s widget positions as it’s created? I can’t imagine every Buddypress install out there gives their users admin access to change the templates? Clearly I must be doing something wrong.
March 16, 2009 at 11:27 am #40106In reply to: BuddyPress Showoff: Post your links
halfpint
ParticipantHave managed to add the twitter widget into the home page. I will be adding a box around it with something like “Follow us on twitter”
March 16, 2009 at 4:15 am #40096In reply to: Editing the Userbar
jeanmeslier
Participantnever mind, i discovered the relevant code under bp_core_add_nav_item in the bp-xprofile.php, bp-friends, etc. … just edited this:
bp_core_add_nav_item( __(‘Profile’, ‘buddypress’), $bp->friends->slug );
to this:
bp_core_add_nav_item( __(‘Identity’, ‘buddypress’), $bp->friends->slug );
good luck if anyone else has the same issue
March 16, 2009 at 12:53 am #40092In reply to: main links – home / blog / members etc
domainsmalltalk
MemberI’m playing around with the buddypress-home theme at the moment.
Thanks, I’ll have a look at that.
March 15, 2009 at 11:50 pm #40083In reply to: How do you make members & group private
mspecht
ParticipantYou could always roll your own, https://buddypress.org/forums/topic.php?id=1651
March 15, 2009 at 8:11 pm #40080In reply to: home page = blogs (how do i fix??)
cinnemon
MemberHi, I’m having this exact problem. I already have a number of user blogs operating properly. I have a main website with content, so my blog network was installed under the folder “blogs”. Everything else for BuddyPress works fine until I upload the blogs plugin. (bp-blogs.php and folder “bp-blogs”) Is there any other way around this besides reinstalling my MU files in a different folder? It may be a 30 minute job for people experts, but I’m not in that category. I imagine this could be a problem for many users who simply chose the subfolder “blogs” for their MU installation. This effects not just my home blog, but all user blogs already on the network include this path. Is there something in the bp-blogs.php plugin that can be modified to change this behavior? Thanks!
March 15, 2009 at 4:53 pm #40074In reply to: How do you make members & group private
akelley
MemberSame!
Thank you in advance for your time and consideration. I would like a few of my pages on my mu install to be open such as the index page, about us, media, and contact us, but I am looking to have the rest of the site including buddypress and all blogs private and member only!
March 15, 2009 at 3:24 pm #40072In reply to: Activation Not Working!
benny148148
ParticipantI don’t have any errors in my error log for the past two days. Is there maybe an issue with me using the BuddyPress home theme in a subdomain? My root’s theme doesn’t have any customizations for BuddyPress (although I did add register.php, activate.php, plugin-template.php and sidebar-template.php to the themes directory).
It seems like everything works when I “add” the community subdomain to the links…but I don’t know why.
Edit: This even includes the register link…when I try domain.com/register, it redirects to a login screen, but when I use community.domain.com/register, it works perfectly! What is the secret magical power of the community subdomain?!
-
AuthorSearch Results