Search Results for 'buddypress'
-
AuthorSearch Results
-
May 10, 2009 at 11:45 pm #44988
In reply to: Buddypress as homepage rather than MU
John James Jacoby
KeymasterDo you have a link to your site I can check out?
May 10, 2009 at 10:28 pm #44983jfcarter
ParticipantOkay, I read the codex on the function, but cannot seem to get the syntax right. This is the sample code from another buddypress thread:
function my_help_link(){
?>
- Help
<ul class=”your-ul-list-css-classname”>
- Help 1
<li class=”alt”>Help 2
- Help 3
<li class=”alt”>Help 4
- Help 5
<?php
}
add_action( ‘bp_adminbar_menus’, ‘my_help_link’, 14 );
[Here with formatting: http://pastie.org/451047%5D
I cannot figure out where to add the if (is_user_logged_in()) {} function.
May 10, 2009 at 9:16 pm #44974In reply to: “socialnetwork” font
jfcarter
ParticipantMay 10, 2009 at 8:21 pm #44970In reply to: BuddyPress and Multi-Site issues
Marcin Biegun
Participantavatars – maybe it would be enough to point on route to another via htaccess?
really noone interested in multi-site possibilities?
May 10, 2009 at 7:58 pm #44969In reply to: SQl Question
Paul Wong-Gibbs
KeymasterPlease search forum before asking questions; it’s in the FAQ sticky – https://buddypress.org/forums/topic.php?id=2190
“How to hide selected profile fields”
May 10, 2009 at 6:52 pm #44964In reply to: Forum Integration: HELPING HINTS
jfcarter
ParticipantSo far, I’ve been able to integrate buddypress and bbPress.
My question involves this whole “deep integration” thing. I’ve scoured the forums on bbpress.org and mu.wordpress.org, but have not found anything that relates directly to running WPMU within bbpress.
Anyone know of a thread or have information on how to arrange this “deep integration?”
thx
May 10, 2009 at 6:02 pm #44962In reply to: Wire and Custom Slugs CORE BUG
trcwest
ParticipantBurtadsit.. ive done what you surgest and i have had no joy.
i honestly think that it is a problem with the patch. defining the groups only and not allowing for members to come into it.. ??
May 10, 2009 at 5:35 pm #44961jfcarter
ParticipantThanks for this information. I do have integration between buddypress and bbPress, such that my users, group forums, and logins, work seamlessly between the two programs.
I have not been able to understand what deep integration means in terms of WPMU + Buddypress + bbPress, and I’ve even gone over to the bbpress.org and mu.wordpress.org forums. Mostly because the program versions are all so different and the forums are often 1-2 years old that I can’t really gauge what procedures I should follow for WPMU 2.7.1, BP 1.0, bbP 1.0 alpha 6.
If you could point me to a thread that discusses deep integration between these three versions (whatever is close enough), or a thread on how to load WPMU in bbPress, I would appreciate it. Then I can implement your instructions.
Thanks!
May 10, 2009 at 1:26 pm #44953In reply to: Design help
Jeff Sayre
ParticipantSince this is a request for services and not a BuddyPress-support-forum issue, I’m closing this thread. Those who are interested in providing services have contact information above.
May 10, 2009 at 1:18 pm #44951In reply to: black avatars
Jeff Sayre
ParticipantI know that many others who are using IE7 do not have this issue.
A few suggestions:
- Are you using a custom theme? If so, switch to the standard, BuddyPress themes and see if this behavior still exists.
- If you are running your domain under PHP4, try upgrading it to PHP5.
- Check which version of the GD module your PHP install is running. Internet Explore had some known issues with earlier versions of the GD library.
May 10, 2009 at 1:05 pm #44949In reply to: Design Help
Jeff Sayre
ParticipantSince this is not a how to or support question but a request for services, I’m closing this thread. If you’re interested in providing services, you have contact information above.
I’m also resetting this topic to “not a support question” as it has nothing to do with the functioning of BuddyPress.
May 10, 2009 at 11:06 am #44946In reply to: BuddyPress and Multi-Site issues
Marcin Biegun
ParticipantI’m afraid that many things i changed could be written much more simplier using build in wpmu and buddypress functions so if anybody see such a situation, please write about it here.
I think i finished enabling buddypress sitewide with same data for each site. Last changes i made were made in core files – can i move them somehow outside to leave core files as they are?
Change to bp-core.php enabling buddypress dirs on additional sites:
line 16:
if ( !defined( 'BP_ROOT_BLOG' ) ) {
global $current_blog,$wpdb;
$blog_url = get_blog_option($current_blog->blog_id, 'siteurl' );
$blog_url_pieces = explode("/", $blog_url);
$blog_url_pieces = explode(".", $blog_url_pieces[2]);
if (isset($blog_url_pieces[2]) && $blog_url_pieces[2]!
'')$blog_url = $blog_url_pieces[1].'.'.$blog_url_pieces[2];
else
$blog_url = $blog_url_pieces[0].'.'.$blog_url_pieces[1];
$query = "SELECT * FROM {$wpdb->blogs} WHERE domain='".$blog_url."'";
$blog = $wpdb->get_row($query);
define( 'BP_ROOT_BLOG', $blog->blog_id );
}
Change to bp-core-avatars.php solving issue with wrong avatars urls:
In function bp_core_render_avatar_cropper()
$src = str_replace( array(ABSPATH), get_blog_option( 1, 'siteurl' ).'/', $new );
In function bp_core_get_avatar()
$url =get_blog_option(1, 'siteurl' ) . '/' . $avatar_file;
May 10, 2009 at 8:37 am #44942Paul Wong-Gibbs
KeymasterYep, still works. I assume we\’re talking about the \’buddypress\’ graphic in the top-left of the \’buddybar\’.
In my theme\’s functions.php:
remove_action( \'bp_adminbar_logo\', \'bp_adminbar_logo\' );And in my CSS:
#wp-admin-bar ul { margin-left: 0 !important; }If that doesn\’t work before you, it\’s because you\’re putting it in the wrong file. If you\’ve got it in bp-custom.php, then it\’s getting read before the buddybar menu items are created internally – therefore it doesn\’t remove them as it needs to happen afterwards.
Burt Adsit has a suggestion on the Trac for a bp-custom-after.php which would be an appropiate place for this sort of override. In the interim, I suggest you make a file \’z-custom.php\’ in /mu-plugins/ and put the above line in.
Kunal17
ParticipantI am looking for very basic functionality. Since there are other larger communities that relate to the one I want to create, I would like to aggregate the events they organize in a prominent location on my buddypress install. Can anyone suggest a way to do this?
Basically I need a way for me or other users to be able to submit an event with name, date, location and other details. A way to add events through RSS would also be great
May 10, 2009 at 4:10 am #44934alunsina
Participantive have had months of battling with this same issue. mostly due to plugins. mu or otherwise. special mention, bp-dev plugins. im not sure if this would be the same case as yours but for me what really helped was deleting all the other plugins and not just disabling them either. totally remove them from files and database.
May 10, 2009 at 2:40 am #44933Burt Adsit
ParticipantI don’t *think* that bp has any issues running in a subdir of the doc root. That may have nothing to do with your problem. What error messages do you have in your error log?
May 10, 2009 at 2:35 am #44931In reply to: Wire and Custom Slugs CORE BUG
Burt Adsit
ParticipantMay 10, 2009 at 1:09 am #449292766283
InactiveIm working on three bbpress themes for original buddypress theme. Sorry my english suck!
Maybe you know how to fix my theme. The adminbar in my theme is showing but only a grey rectangle. So, these link just it\’s a example of my progress. But i\’m not programmer
only entusiast!
May 9, 2009 at 11:19 pm #44921jfcarter
Participant@Renzokuomo
I’m not sure what you mean. I followed the link and it was a topic with only one entry and didn’t really have an answer.
I’m looking to add the bp-admin-bar the bbPress, so I need something that will cause bbpress to recognize buddypress so I can get the bar to show up. I have the php code; the problem is getting it to show.
I appreciate your help, though.
May 9, 2009 at 11:13 pm #44920kocm
Participantyes. that is where all plugins go. that is where the buddypress folder is when it causes the crash in my example. what i meant by subfolder install was referring to my wpmu. it is not running in root but in a subfolder. hence httpdocs/wpmu. that means my buddypress folder is httpdocs/wpmu/wp-content/plugins/buddypress.
May 9, 2009 at 10:55 pm #449192766283
InactiveCheck if you have funtions.php in your theme
May 9, 2009 at 9:33 pm #44911In reply to: localization on subversion – bp i18n
Arturo
Participantyes John, for the Italian localization.
have the folder svn.buddypress.org/i18n/it_IT/1.0 … 1.1 and so on (for example)
and the same for other localization teams… I hope to be clear
May 9, 2009 at 9:14 pm #44907In reply to: localization on subversion – bp i18n
Arturo
Participanti know john, “to update the italian localization” i mean keep update the translation on BuddyPress Italy site AND on svn … when Andy start this “service” for all the localization teams
May 9, 2009 at 6:35 pm #44903In reply to: Unable to create groups & post wire
Burt Adsit
ParticipantWell, this is pretty specific to your issue: https://buddypress.org/forums/topic.php?id=1096
May 9, 2009 at 4:05 pm #44888In reply to: Can I hire someone to help me install Buddy Press
Jeff Sayre
ParticipantI’m closing this thread as it has nothing to do with BuddyPress support. If you’re interested in offering your services to Pcmike, you have his email address in the OP.
@Pcmike-
Please realize that you’re asking to convert your single-user WP blog into a WPMU + BuddyPress site. Make sure that the person you use understands this important point.
- Help
-
AuthorSearch Results