Search Results for 'buddypress'
-
AuthorSearch Results
-
May 6, 2009 at 10:07 am #44580
In reply to: bp-custom-php help
takuya
ParticipantIt should be working. (place your bp-custom.php outside buddypress as it will be deleted when you upgrade buddypress next time by wordpress update system)
May 6, 2009 at 9:45 am #44577In reply to: BP RC2 – width inconsistency continues
Maythil
ParticipantHello, DJPaul,
My note was not an ode to IE6 (in fact, I have created several websites using simple HTML and my biggest problem was always IE6). I mentioned IE6 precisely because it’s hated and unsupported by most and yet somehow is able to solve the width problem inherent in BP.
I stressed on the problem again because (1) it’s after using RC2 and (2) I have more precise details this time. The width discrepencey I mentioned is as found in buddypress.org itself and it’s applicable to Firefox, which is my default browser for your information (I like Firebox, if I ignore their imposition of ask.com)
I am not an expert; just an observant user. If I am capable of creating a patch myself for resolving the problem, what am I doing here! And, at any rate, creating a patch is impossible unless I know where the problem lies precisely.
If nobody is going to answer, it’s ok with me.
May 6, 2009 at 9:10 am #44576In reply to: BuddyPress Showoff: Post your links
Baiheinet
ParticipantTadpole community works
May 6, 2009 at 9:02 am #44575In reply to: BuddyPress 1.0 Has Arrived
mypop
ParticipantWoot Woot!
May 6, 2009 at 7:42 am #44573In reply to: How to change the position of Userbar and Optionbar
Ezd
ParticipantSocialpreneur: Ok thanks.
Would I have to edit the header.php for both the home and bpmember theme? So I would add the same code to both files?
<div id="header">
<h1 id="logo"><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
<ul id="nav">
<li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php bp_home_blog_url() ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>
<?php if ( function_exists( 'groups_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>
<?php } ?>
<?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
<?php } ?>
<?php do_action( 'bp_nav_items' ); ?>
</ul>
</div>If I wanted to add another menu-link would I have to add something like this to both header.php files? Saying the new page was called ‘pagename’:
<?php if ( function_exists( 'bp_pagename_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_PAGENAME_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_PAGENAME_SLUG ?>" title="<?php _e( 'Pagename', 'buddypress' ) ?>"><?php _e( 'Pagename', 'buddypress' ) ?></a></li>
<?php } ?>Or is this wrong? Just wanna make sure I do it right.
May 6, 2009 at 7:42 am #44572In reply to: people willing to alpha test a plugin for buddypress
KevinHeath
ParticipantI’m a newbe to WP, MU and BuddyPress so if you want feedback from the novice point of view, count me in.
I can only learn through experiment.
May 6, 2009 at 6:51 am #44571In reply to: Buddypress RC2 Logout Bug
TheEasyButton
ParticipantUnless things have changed and I’m way behind on the new version, you need bbPress in order to use BuddyPress to its full potential. bbPress is what makes the groups work.
I had lots of login and logout issues. And to fix them, I had to “mess around with cookies and stuff like that.”
1 thing was that I copied all of the auth keys from the wp-config and put them into bb-config. Another modification was that I had to define the cookiehash. When logging into bbPress, I didn’t have that hash so there were 2 separate cookies being created. 2 separate cookies means that logging out of 1 side doesn’t kick you out of the other.
May 6, 2009 at 4:41 am #44565In reply to: BP in Education…
Gerald Lucas
MemberI, too, am thinking about using BuddyPress along with Moodle in a higher education environment. I’ve been using the latter for almost two years with pretty good success, but WPMU is impressive and calls to me as an administrator and user.
I’m always curious to share experiences and recommendations.
May 6, 2009 at 4:23 am #44564In reply to: BuddyPress Skeleton Component v1.2 RC-2
Burt Adsit
Participantbelogical
$bp->example->image_base = BP_PLUGIN_URL . ‘/bp-example/images’;
May 6, 2009 at 3:58 am #44563In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
Participantthis didn’t work either. I have this in the bp-example.php:
$bp->example->image_base = WP_PLUGIN_URL . '/bp-example/images';is that what you are talking about?
May 6, 2009 at 2:28 am #44562KitWit
ParticipantI renamed those two files, placed the code in them that I wanted to work sitewide, and uploaded back to the css folder of the bphome directory. Nothing happened. Maybe you could give me a little more direction about exactly where these files should go? I’d sure appreciate it!
May 6, 2009 at 2:19 am #44561KitWit
ParticipantI see those files (site-wide-sample.css and custom-sample.css) in the bphome folder. If I change those, do I put them back to the places where they currently reside? Does the bphome folder control the look of these other parts of the site? I’m confused about which files control which parts of the site. If there is some kind of structural documentation on BuddyPress, showing which parts files are controlling, that would be great. It isn’t transparent enough from the structure of the files themselves (at least not for a non-programmer). Thanks!
May 6, 2009 at 12:20 am #44556In reply to: Buddypress RC2 Logout Bug
arghagain
ParticipantI didn’t notice status changed to resolve, but it’s not. It’s somewhat resolved because I remove those lines.
I have a perfect working WPMU 2.7.1, and all I want to do is to add those lines as wordpress mu’s tutorial site suggests for security reason. I don’t need BBPress. I had tried installed BBPress before when I first installed BuddyPress. I didn’t get BBPress worked with BuddyPress so I ditched BBPress.
Clearly I have a working WPMU 2.7.1, and working BuddyPress 1.0 (final). Though my only problem is by adding those lines, the logout link won’t work properly. It’s obvious it has to do with cookies and sessions.
So by removing those lines meaning I’m not doing exactly like WordPress MU tutorial suggests. So it’s not resolved. I wonder because what I did with BBPress before and then decided not to use BBPress by removing it has an after effect that affects my situation now? I remember that BBPress requires you to mess around with cookies and stuffs like that.
May 6, 2009 at 12:17 am #44554takuya
Participantuse site-wide.css or custom.css they’re within the themes you’ve downloaded.
May 5, 2009 at 10:52 pm #44552Jeff Sayre
ParticipantI would like to install buddypress onto my existing wordpress install (regular wordpress not wordpress mu).
At this time, BuddyPress only works with WPMU 2.7.1. You cannot use it with single-version WordPress.
How would I upgrade this to a wordpress mu/buddypress install?
https://mu.wordpress.org/forums/topic.php?id=11126
will this integrate with my current wordpress theme
No. You will either need to use the standard BuddyPress themes that come with the package, or update your custom themes as detailed here: https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/
May 5, 2009 at 10:50 pm #44551KitWit
ParticipantWordPress (regular) and BuddyPress don’t work together (yet). You need to install MU first and then BP.
May 5, 2009 at 9:53 pm #44549In reply to: Will BuddyPress work with Multi-Site Manager Plugin
Jeff Sayre
ParticipantBiegun-
Since this thread has not seen activity for at least three months, it would be better to start a new thread. You will receive a faster response!
I just posted these new guidelines: https://buddypress.org/forums/topic.php?id=2543
May 5, 2009 at 9:46 pm #44547Tony Stark
Participantoh JJJ – to answer your Q, my username / login comes from wordpress.org so the integration works as far me logging in but there is clearly a problem with the way it is functioning. My inkling here is bug, perhaps an enhancement request. while is doesnt bother me per se it is a problem and requires a “fix”.
May 5, 2009 at 9:46 pm #44546In reply to: Will BuddyPress work with Multi-Site Manager Plugin
Marcin Biegun
Participanthttp://wspinacze.pl and http://climbers-blog.org –
– to enable registration of blogs on both domain i moved back to wp-signup.php due to redirection issues (in fact register works only on first domain – same with blogs, members. groups)
– buddypress part is only avaiable on wspinacze.pl domain – do you have any idea to show it on both domains? if yes – what about different language on each domain?
– i\’m not sure if that is really what i want to do – but does anybody have an idea how to separate buddypress part for each domain? in fact that would mean that only users are same across all domains.
– there was a problem with logging to second domain through adminbar (it always uses first domain) – my solution was to do:
remove_action( \’bp_adminbar_menus\’, \’bp_adminbar_login_menu\’, 2 );
add_action( \’bp_adminbar_menus\’, \’my_bp_adminbar_login_menu\’, 2 );
where my_… is function with proper url
May 5, 2009 at 9:21 pm #44544In reply to: Buddypress RC2 Logout Bug
Jeff Sayre
ParticipantArghagain-
You’ve marked your thread as resolved. Would you please share with us what actions resolved your issue?
May 5, 2009 at 9:07 pm #44542In reply to: admin bar logo
Jeff Sayre
Participant21green-
Since this thread had not seen activity for at least a month, it would have been better to start a new thread. You will receive a faster response!
I just posted these new guidelines: https://buddypress.org/forums/topic.php?id=2543
May 5, 2009 at 9:00 pm #44541In reply to: BuddyPress Skeleton Component v1.2 RC-2
Jeff Sayre
ParticipantOaky, I think I made a little error. Assuming that you set “WP_PLUGIN_URL” in bp-example.php (your base file which obviously has a different name), then try this:
site_url( WP_PLUGIN_URL . '/heart_bullet.png' )This assumes that you set WP_PLUGIN_URL = ‘/bp-example/images’
May 5, 2009 at 8:33 pm #44540In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
Participantthat didn’t seem to work.
May 5, 2009 at 7:50 pm #44534In reply to: BuddyPress Skeleton Component v1.2 RC-2
Jeff Sayre
ParticipantAh yes, it was in there before. I didn’t have my copy of v1.1 to reference. Try WP_PLUGIN_DIR instead of MUPLUGINDIR.
May 5, 2009 at 7:29 pm #44530KitWit
ParticipantJeff–
Not sure we’re talking apples to apples, but I’ve created this thread to ask how I can make my theme consistent site-wide.
https://buddypress.org/forums/topic.php?id=2538
I know there must be an answer to this, because the BuddyPress site we’re on is doing what I want to do!
-
AuthorSearch Results