Search Results for 'buddypress'
-
AuthorSearch Results
-
May 8, 2009 at 3:52 pm #44813
In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
ParticipantJotem = Genius!
That worked, thanks! I hate core hacks, but looks like it wasn’t going to work any other way.
May 8, 2009 at 3:35 pm #44811In reply to: black avatars
Jeff Sayre
ParticipantEvvscuba-
We have no idea what setup you’re running? Which version of WPMU, of BuddyPress? How did you install them? Did you upgrade WPMU? If so, from which version and how?
Also, please first visit and read the link I provided in the second post. If the suggestions there do not solve your problem, then answer my additional questions in the fourth post.
May 8, 2009 at 3:27 pm #44809In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
Jeff Sayre
ParticipantOkay, I’ve reread this thread for the second time. You state that:
The problem must be with the data; since a fresh install works perfectly and after the data gets imported, I get the nasty 404 bug.
Andy’s answer is:
This is normal with WPMU, you are not going to be able to transfer over blog tables as there are all sorts of URL settings in the DB.
I have a few questions based on this interchange:
- Which version of MySQL are you (is your host) running?
- Have you tried repairing the DB tables before reimport?
- Are you moving your data between different domains?
Since WPMU 2.7.1 + BuddyPress 1.0 + standard themes work fine with a new, empty MySQL DB, the issue is, as you state, with the data. Either you have data corruption, indices that need reindexing, or hardcoded links within the tables that are causing the 404s.
If the domain mapping is not identical to the hardcoded links in your WPMU tables, you will have issues.
So, here’s what I’d suggest:
- Backup your data again
- Then, repair/reindex
- Then, if your domain mapping is not identical, follow these instructions keeping in mind that these articles are for WP and not WPMU. You’ll have to adjust accordingly:
May 8, 2009 at 3:26 pm #44808In reply to: Buddypress theme for bbPress ?
rrijke
ParticipantIlya,
I’m working on a project where i must integrate WPMU, buddypress and bbpress all together.
http://terafriu.com/forum/ is the forum page. I have modified the kakumei theme that came with bbpress. Changing the header and footer will go a long way. But it ultimatly depends on what you are trying to acheive. For the time being you’ll either have to create/modify your own.
Keep in mind that Buddypress is a fairly new application and we should be gratefull to get such an application for free! When the important stuff like bug fixes etc are resolved we will see tons of themes, just like WordPress.
May 8, 2009 at 2:32 pm #44799In reply to: How to add pages to the navigation?
alunsina
Participanthere’s something i have lying around. i’m not sure where i got it. not very good at records:

<?php
function add_about_to_main_menu() {
$class = (bp_is_page(‘about’)) ? ‘ class=”selected” ‘ : ”;
echo ‘<li ‘ . $class. ‘>‘ . __( ‘About’, ‘buddypress’ ) .’‘;
}
add_action(‘bp_nav_items’,’add_about_to_main_menu’);
?>
end here.
create this as something like aboutmenu.php then edit the link (href part). this way you wont have to muck around the theme files.
hope that helped!
May 8, 2009 at 2:23 pm #44796In reply to: Visit Random Member BuddyPress 1.0 Not Work
Burt Adsit
ParticipantYep. Bug in 1.0. Looking at it.
May 8, 2009 at 1:59 pm #44795In reply to: BuddyPress Skeleton Component v1.2 RC-2
Jan M.
ParticipantYou’ll have to edit the css-file in your member-theme.
In the css/base.css file you’ll find something like this:
li a#user-settings, li a#my-settings {
background: url(../images/settings_bullet.gif) 88% 52% no-repeat;
}
Just copy that and change the “a#user-settings” to whatever fits your component, like “a#the-navigation-slug”. Don’t forget to put your image in the according folder and changing the name in the code to that name.
May 8, 2009 at 1:48 pm #44793In reply to: Buddypress RC2 Logout Bug
Burt Adsit
ParticipantThis is a wpmu/bbpress integration issue not a bp issue as far as I can tell. Since this is not a bp support issue, marking the thread as such.
May 8, 2009 at 1:32 pm #44787In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
Participantbump
May 8, 2009 at 1:28 pm #44786In reply to: Static Front Page, Blog Link Doesn’t Work
belogical
Participantyou are close, I want this:
domain.com (static page)
domain.com/blog (list all my blog posts, index.php)
domain.com/home (buddypress home page, home.php)
i have everything working, except the /blog link.
with that being said, what code do I need in my index.php in order to pull the “normal home page” blogs posts? right now it looks at the WP radio button and just pulls the “static” page, which ends up being a link back to domain.com. i want domain.com/blog to list all my posts. i tried the normal:
<?php while (have_posts()) : the_post(); ?>, but I assume that looks at the WP static flag that I set, which will no longer pull the posts. how do I get around this?May 8, 2009 at 6:14 am #44773In reply to: Buddypress RC2 Logout Bug
arghagain
ParticipantYa BBPress makes u mess with cookies and I didn’t like it. I have a hard time to make it work, but removing BBPress, the BuddyPress is still working fine. BBPress is only a module, and so it shouldn’t affect the whole BuddyPress.
May 8, 2009 at 6:09 am #44772In reply to: Visit Random Member BuddyPress 1.0 Not Work
arghagain
Participantanyone know a solution to this?
May 8, 2009 at 6:07 am #44771In reply to: Problems Installing BBPress
John James Jacoby
KeymasterIf you don’t want to believe me, that’s okay, but that doesn’t make me any less right.

bbPress .9 may integrate with BuddyPress 1.0, but it isn’t the recommended version and it will be more difficult to make them work nicely together.
May 8, 2009 at 5:26 am #44768In reply to: Editing Extended Profiles in Admin Panel
KitWit
ParticipantI can always login as the user and edit the profile, or pretend to be the user and sign up the old-fashioned way. Anyway, the problem is solved, even if it is a bit of a workaround to get there.
Future improvement to BuddyPress would be to have this profile-editing feature available to the all-powerful admin!
Thanks!
May 8, 2009 at 4:57 am #44764In reply to: Editing Extended Profiles in Admin Panel
John James Jacoby
KeymasterRight now only individuals can edit their own profiles. Admin’s cannot edit others’ information through BuddyPress.
May 8, 2009 at 4:41 am #44763In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
Participant@Jeff Sayre: Whenever I start migrating normal production data from the existing RC1 blog to v1.0…
I am unable to migrate existing data towards the v1.0 standard and I’m seemingly not the only one with those problems. I’m very sure it is database related ; errors or I don’t know why … It’s currently blocking my further buddypress development since it just doesn’t work…
As soon as I import the database the members, groups and other slugs towards Buddypress social functions stop working. Please read the previous messages I’ve written for a detailed outline about which I did with the database…
May 8, 2009 at 3:55 am #44757In reply to: Making profiles public?
John James Jacoby
KeymasterKitwit, I think you’re a little confused… It’s working exactly like it should.
The directory pages are the pages that show the A-Z options on the top. The profiles are just profiles. They reside in members/username, but viewing a profile isn’t the same as viewing a directory of many users.
When you turn on Extended Profiles, it will totally ignore any of the admin area WordPress profile fields, and wait for you to create your own profile groups and fields. Extended Profile information can then be edited through BuddyPress on the front end of your profile area, exactly like you can do here.
When you turn off Extended Profiles, BuddyPress will fall back on the WordPressMU user information found in the admin area (if you have the BuddyPress setting turned on for it to do so.)
May 8, 2009 at 3:48 am #44756In reply to: Forum Integration: HELPING HINTS
John James Jacoby
KeymasterDantes, if you view the forum via the groups page, then yes it will show up integrated into the BuddyPress group area. Otherwise, bbPress is its own application with its own plugins and theme files. You would need to create a theme to mimic the style of the rest of your website.
May 8, 2009 at 3:26 am #44748In reply to: Making profiles public?
KitWit
ParticipantActually, I haven’t figured it out. If I want to add fields to the profile so that the person’s information (Address, City, State, ZIP, etc) isn’t displayed as a jumble of sentences, then how can I add those fields if I disable the extended profile option? Why would BuddyPress actually carry a feature that is attractive and then for any usable information to display, one would have to deactivate it? Am I missing something here?
So tell me … how do I add custom fields to the profile AND have them display on each member’s visible public profile?
May 8, 2009 at 3:06 am #44747In reply to: Making profiles public?
KitWit
ParticipantOops! I just figured it out. Thanks! (Although it’s kind of counter-intuitive, isn’t it? Shouldn’t the full profile show in BuddyPress rather than the other way around?)
May 8, 2009 at 1:27 am #44741In reply to: Facebook Connect user profile could NOT be deleted.
Ralev
ParticipantSOLVED:
actually this helped :
https://buddypress.org/forums/topic.php?id=2602&replies=2#post-14193
so..
there are 2 ways to delete users in the WP-AMIN :
one is for the hole BP and one is for the particular blog…
you should go in wp-admin > admin > users
not like me – wp-admin > users > authors & users
May 8, 2009 at 12:23 am #44737In reply to: BuddyPress Showoff: Post your links
Tutsie
ParticipantIm still working on it but I thought it looked ready to share with everyone
Im having some problems with internet explorer not displaying some of my new menu navigation items links…
Thanks for all of your help BuddyPress!!!!!
May 8, 2009 at 12:14 am #44736In reply to: How to enable Edit profile and Change Avatar???
takuya
Participantbp-xprofile is the one. But I’ve never seen such a case that it doesn’t show up on the options page. Maybe you need to reinstall buddypress.
May 8, 2009 at 12:10 am #44735In reply to: Making profiles public?
takuya
ParticipantSince you are using the wpmu’s default profile system not the buddypress one, you need to disable extended profiles from buddypress component setup options.
May 7, 2009 at 10:45 pm #44729In reply to: No Group Forums
John James Jacoby
KeymasterThe Forums link appears regardless of the forum physically existing or not. Once the BuddyPress forums plugin is turned on, it turns on all of the links also.
Regarding the steps you’ve taken, they’re all correct, so don’t second guess yourself there.
My guess is this is a PHP Memory error. Your host probably has you defaulted to 8MB, and you’re going to need much more than that allocated to run WPMU and XMLRPC.
In your .htaccess files (both WPMU and bbPress) put
php_value memory_limit 32MYou can also alternatively make a php.ini file, put that in your root directory, and inside it put
memory_limit = 32MIf it still doesn’t work, report back.
-
AuthorSearch Results