Search Results for 'buddypress'
-
AuthorSearch Results
-
May 12, 2009 at 5:09 pm #45155
In reply to: Issue with links within BuddyPress
codyb
ParticipantOnly problem is I have a main site already utilizing the codyconnect.com root structure utilizing drupal 6.8 so I can’t dump all the contents into that directory because drupal is using it already. SI this a themes issue or a permissions issue? I just don’t understand why its not creating the directory structure. I keep seeing people talk about slugs and stuff like that, but I’m new to all of this and just don’t know if I’m missing something obvious. I can get to the dashboard just fine, but anything under the BuddyPress tabs at top under My Account kicks out the 404 error
May 12, 2009 at 4:55 pm #45154In reply to: Issue with links within BuddyPress
Andy Peatling
KeymasterCodyb: Don’t install WPMU in a sub-directory, can you try installing in the root if possible?
May 12, 2009 at 4:47 pm #45153In reply to: Issue with links within BuddyPress
codyb
ParticipantYes I do. Basically I wanted my site to be accessible using the address http://www.codyconnect.com/wp so in my /var/www/html I renamed the wordpress-mu to wp
I downloaded buddypress and placed it in /var/www/html/wp/wp-content/plugins/buddypress
Then I moved /var/www/html/wp/wp-content/plugins/buddypress/bp-themes/ to /var/www/html/wp/wp-content/bp-themes/
Its almost like these directories should be created by default when you create a user, but their not. I’m not sure if I’m missing something obvious here or what. Here is my .htaccess file in /var/www/html/wp/
RewriteEngine On
RewriteBase /wp/
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
May 12, 2009 at 4:39 pm #45151In reply to: Importing WP eXtended RSS XML file from WP to BP
Paul Wong-Gibbs
KeymasterThat ain’t part of BuddyPress, that is WPMU. And it’s not hard to find – it’s here: http://example.com/wp-admin/import.php
May 12, 2009 at 4:34 pm #45149In reply to: Issue with links within BuddyPress
John James Jacoby
KeymasterHere’s a wild, wild guess. I’m not usually one for shooting in the dark, but lets give it a shot.
Open up your .htaccess, and the second line, do you have:
RewriteBase /wp/May 12, 2009 at 4:31 pm #45148In reply to: Extending login-search-bar to width of browser page?
KitWit
ParticipantJeff–
I’m also using a large 23″ monitor, but I have not changed any of the widths in the CSS that you note in your message previous to the last message. Those are the values that come “in the box” in the default BuddyPress installation. But it’s clear that the designers of the BuddyPress.org website have changed theirs … I’ll try to make those changes and see if that makes a difference.
Isn’t there just a simple way of making this feature expandable to the width of whatever browser window my visitor may have? Like using a percentage size instead of a fixed pixel width? What if a 30″ monitor comes along and wishes to view it?

(John James J … yes, I believe you are seeing what you say you are seeing, for sure! Maybe my problem is that I have too generous a browser window … but on the BuddyPress site this top bar expands to fit whatever size window I make in my monitor … but my own version of the theme doesn’t do this, nor does the “out of box” installation of BuddyPress … there is always a gap!)
Thanks for the code!
Kit
May 12, 2009 at 4:23 pm #45146In reply to: Issue with links within BuddyPress
codyb
ParticipantOK so I redid both my wordpressMU and buddypress installations and the same thing is happening. I don’t know what the hell I’m doing wrong. Anytime I click on ANYTHING under the my account tab I get the
Not Found
The requested URL /wp/members/admin/friends was not found on this server.
Apache/2.2.3 (CentOS) Server at codyconnect.com Port 80
I’ve followed the installation instructions to a T and am still having the issue? My page is http://codyconnect.com/wp
I can log in and get to the dashboard just fine, but I can’t click on anything under My Account without getting the 404 error. Please someone help, this is getting very frustrating.
I followed the instruction listed here exactly https://codex.buddypress.org/getting-started/installing-buddypress/
except for step 7, but even if I do step 7 I still get the same thing, HELP!!!
May 12, 2009 at 4:12 pm #45144In reply to: BuddyPress and Multi-Site issues
nicholaszen
ParticipantI am very interested in this topic, but have none to very less programming experience… I wished I could help you out… I am trying this also already this out on localhost…
May 12, 2009 at 2:18 pm #45133In reply to: Extending login-search-bar to width of browser page?
KitWit
ParticipantJeff–
No, it’s not resolved yet. I can’t seem to get this to work. I’m still not sure which CSS attributes are controlling the width of the search-login-bar at the top of the page, despite having looked them over in Firebug. Here is the CSS code I see when I use the inspector to examine the Buddypress web site:
#search-login-bar { custom.css (line 70)
background:#EBEBEB none repeat scroll 0 0;
border-top-color:#0090FF;
}
#search-login-bar { base.css (line 43)
background:#FFF9DF none repeat scroll 0 0;
border-top:10px solid #F7740A;
padding:7px 10px;
}
And then here is the code I see when I inspect the same element in my installation:
#search-login-bar { [base.css (line 50)]
background:#CCCCCC none repeat scroll 0 0;
border-top:10px solid #CA3495;
padding:7px 20px;
}
Any tips would help (I know this is a totally elementary, if not kindergarten-level, question!).
Thanks.
May 12, 2009 at 2:01 pm #45129In reply to: BuddyPress For WordPress (Not MU) Coming
2834973
InactiveSorry to here that. But thanks for the quick reply.
May 12, 2009 at 1:34 pm #45125In reply to: Issue with links within BuddyPress
codyb
ParticipantOk, I’ll clean everything up and start over and see where I’m at after that. Thanks for your help Jeff
May 12, 2009 at 1:24 pm #45124In reply to: External Blogs
takuya
ParticipantIf it’s not listed or announced on bpdev, then obviously not.
It’s not good only to depend on Nicola for various plugins, but I can’t code. If any php/wpmu/buddypress developers are reading this, please consider giving some hands.
May 12, 2009 at 12:53 pm #45123In reply to: Issue with links within BuddyPress
Jeff Sayre
ParticipantCodyb-
Just for good measure, I would log into WPMU’s backend and reselect your bpmember theme. This has worked for some people.
If that does not work, then I’m afraid it’s back to square one. Delete everything, including your MySQL DB, download a new copy of WPMU and follow the install instructions for MU. Then, once WPMU is up and running, manually download BuddyPress, and follow the install instructions in the readme.txt file.
It sounds like a pain, but since this is a fresh install without any data worth keeping, it should go pretty quickly. Something must have gone wrong with your install.
Let me know how what happens.
May 12, 2009 at 12:47 pm #45122In reply to: Featured members: possible to show fewer details?
Jeff Sayre
ParticipantKit-
That is correct. Make a copy of the bpmember theme, rename your copy, make whatever changes you want to it, and you have–in effect–a custom theme! Just make sure you keep your new theme in the /wp-content/bp-themes/ directory.
Once ready for use, log into WPMU’s backend and navigate to “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”. You should see your newly-named theme as an option in the dropdown box. Select it, save, and you’re ready to go.
It’s worth doing and it is easy.
May 12, 2009 at 12:41 pm #45120In reply to: Not found Members directory
Dworldon
ParticipantSorry, still new to BuddyPress forums…
WPMU 2.71
BP 1.0
No custom themes
No 3rd party plugins
Not sure how to find errors in log files…
May 12, 2009 at 12:17 pm #45119In reply to: Date in profile is broken in latest BP release
Burt Adsit
Participantbento
When posting a support issue, please indicate the following:
* Which version of WPMU you're running
* Which version of BuddyPress you're running
* Whether you're using customized themes
* Whether you are using other 3rd-party plugins
* A list of any errors showing up in your log files
* Other errorsMay 12, 2009 at 12:15 pm #45118In reply to: Issue with links within BuddyPress
codyb
ParticipantJeff-
Yes I have a .htaccess file in my wmpu root folder.
Also under BuddyPress > General Settings > Select Theme to use for BuddyPress generate pages I have BuddyPress Default Member Theme 1.0 selected there.
I’ve also went under Appearance > themes and selected BuddyPress Default Home Theme 1.0 by Andy Peatling
I’m still not sure whats going on here. I was playing with it last night, still no luck.
May 12, 2009 at 12:02 pm #45117In reply to: BuddyPress For WordPress (Not MU) Coming
Paul Wong-Gibbs
KeymasterNot anytime soon as I understand.
May 12, 2009 at 11:48 am #45116In reply to: Not found Members directory
Burt Adsit
ParticipantDworldon
When posting a support issue, please indicate the following:
* Which version of WPMU you're running
* Which version of BuddyPress you're running
* Whether you're using customized themes
* Whether you are using other 3rd-party plugins
* A list of any errors showing up in your log files
* Other errorsMay 12, 2009 at 11:15 am #45112In reply to: BuddyPress For WordPress (Not MU) Coming
2834973
InactiveHay,
How is it going with the BuddyPress for WordPress (not MU)?
When can we download it?
Cheers, P
May 12, 2009 at 3:06 am #45105In reply to: wire post at the top of profile
alunsina
Participantawesome! i was able to drag this code around.
<?php if ( function_exists(\'bp_wire_get_post_list\') ) : ?>
<?php bp_wire_get_post_list( bp_current_user_id(), bp_word_or_name( __( \"My Wire\", \'buddypress\' ), __( \"%s\'s Wire\", \'buddypress\' ), true, false ), bp_word_or_name( __( \"No one has posted to your wire yet.\", \'buddypress\' ), __( \"No one has posted to %s\'s wire yet.\", \'buddypress\' ), true, false), bp_profile_wire_can_post() ) ?>
<?php endif; ?>only thing is it brings the whole wire with it. i want to move just the post box. or even just move the post box at the top of wire instead of it being at the bottom.
May 12, 2009 at 12:57 am #45102In reply to: Add function to ‘create group’
Anointed
Participantmaybe it will be easier to understand if I phrase my question a different way.
what part of what file do I have to comment out in order to setup buddypress groups to ‘NOT’ create a group forum when the group is created?
I’m sorry for such a simple question, but I have spent the entire afternoon reading through the buddypress code and so far I cannot figure out what file creates the groups forums when a group is created.
I’m sure once I know, it’s gonna be one of those duhhh kinda answers LOL
May 12, 2009 at 12:07 am #45099In reply to: Extending login-search-bar to width of browser page?
Jeff Sayre
ParticipantSince I can’t peer into this site’s base.css file for the theme I’m wondering how to change that attribute … ?
Ah, but you can!
For all CSS and template design issues, I highly recommend that you use the Firefox browser with the Firebug Add-on. WIth FIrebug installed in Firefox, you can see where page elements inherit their CSS–the file names, the file contents, etcetera. You can even make changes to the CSS selector parameters and see how that affects the design.
So, when you pull up any buddypress.org page, or any webpage at all, you can use Firebug within Firefox to see how the CSS selectors are styled.
May 11, 2009 at 11:56 pm #45097In reply to: Featured members: possible to show fewer details?
Jeff Sayre
ParticipantKit-
The theme where this is located is in bpmember, not bphome. I’m just not firing on all cylinders today.
Are your instructions to show me how to do that?
Yes, you can make these edits in the bpmember theme directly. Just make sure that you have a backup before changing.
Also, please realize, that if you alter the standard themes and do not rename them, then the next you upgrade BuddyPress, you will lose your theme changes if you copy over the default themes.
May 11, 2009 at 11:22 pm #45095In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
Jeff Sayre
ParticipantFreaking Wildchild-
Since Donncha’s WordPress MU Domain Mapping plugin (aka the sunrise domain plugin) allows you to map a blog to another domain, this could be the issue. I would post on the WPMU forum or, better yet, contact Donncha directly to ask for his assistance. http://ocaoimh.ie/wordpress-mu-domain-mapping/
This is beyond scope of the BuddyPress support forums.
-
AuthorSearch Results