Search Results for 'buddypress'
-
AuthorSearch Results
-
September 24, 2009 at 12:48 pm #53010
In reply to: Using Custom Userbar.php
wordpressfan
ParticipantLearning is half the fun. I’m looking forward to new buddypress child themes appearing.
September 24, 2009 at 12:38 pm #53007In reply to: Using Custom Userbar.php
wordpressfan
ParticipantGreat. It is a simultaneous hacking and learning process for buddypress themes.
September 24, 2009 at 12:37 pm #53006In reply to: Can I do this..
John James Jacoby
KeymasterYou could add them via the wordpress admin, but you’ll still need to go back and edit their xprofile display name for them to be “visible” inside BuddyPress.
September 24, 2009 at 12:30 pm #53003In reply to: Adding Recent Replies to Site Wide Activity
John James Jacoby
KeymasterActivities are created by plugins that add those activities to 1 large table in the database that can be sorted in many ways; user, activity type, etc…
What you would need to do is create a little mini plugin to hook into the bbPress posting actions, and have that generate an activity that you will also need to create.
It’s easier than it sounds. Check out
buddypress/bp-activity/bp-activity-classes.phpand…function bp_activity_add( $args = '' ) {in buddypress/bp-activity.php for some direction.
September 24, 2009 at 12:26 pm #53001In reply to: Can I do this..
John James Jacoby
KeymasterYes it’s possible but it will take some integrating with existing WordPress plugins to make it so. Best place to start with BP specific code is the codex; http://codex.buddypress.org
I’m trying to add a little to it everyday if I find the time, so it should keep getting more and more documented with code snippits and examples.
September 24, 2009 at 11:15 am #52997Matze
ParticipantOk i now have WPMU 2.8.4a + Buddypress 1.1 Beta on lighttpd running.
Profile fields can be saved but accepting group membership or friend requests always leads to a site: “Are you sure you want to do this? Please try again”
So it is the same problem as with 2.8.3 + bp1.0.3 on lighttpd server.
Must be an url-rewriting issue!?
The generated acceptance url looks like this “http://domain.com/members/admin/friends/requests/accept/1?_wpnonce=94e23dc003”
Please let’s find some lighttpd/lighty rewrite rules that work with wpmu+buddypress perfectly…
With these rules everything works fine instead of the problem i mentioned above:
server.error-handler-404 = “/index.php”
url.rewrite-once = (
“^/(.*/)?files/$” => “/index.php”,
“^/(.*/)?files/(.*)” => “/wp-content/blogs.php?file=$2”,
“^(/wp-admin/.*)” => “$1”,
“^/([_0-9a-zA-Z-]+/)?(wp-.*)” => “/$2”,
“^/([_0-9a-zA-Z-]+/)?(.*\.php)$” => “/$2”,
)
Which rules do you use with Bp (if you have lighttpd) ?
September 24, 2009 at 6:20 am #52991In reply to: Ads with buddypress
Paul Wong-Gibbs
KeymasterAs long as your theme calls the standard WordPress hooks – like BuddyPress’ does – any add plugin that works on WPMU should work.
September 24, 2009 at 4:48 am #52986In reply to: How to call: Site Wide Activity
Andy Peatling
KeymasterSeptember 24, 2009 at 3:28 am #52983In reply to: extend invitation to other components
r-a-y
KeymasterHey Grosbouff,
It’s better to post development enhancements in the trac to avoid getting lost in the shuffle.
Add your suggestion as an enhancement in the BuddyPress trac.
Login with the same username/password you use here on BuddyPress.org.
September 24, 2009 at 2:09 am #52979stwc
ParticipantI’m going to be running Buddypress in a subdirectory with subdirs off that for user blogs (if I enable them — still haven’t decided) and I have a couple of other standalone WP installs in other subdirs of the site (off the root) for different parts of the overall site functionality (with a static index page in the root). I’d also love to be able to have the Buddybar show up for registered users in the other WP installs, so any ideas would be a great help.
September 24, 2009 at 2:07 am #52978In reply to: Why OptionsBar With BuddyBar?
wordpressfan
ParticipantI’m looking to replicate the profile pages either here or WordPress.org.
September 23, 2009 at 6:48 pm #52965In reply to: Details About the New Theme Architecture
gday3012
MemberI am a bit confused about 1 thing. Do I create a child theme with the theme buddypress installs with or create a parent theme to make child themes from in the future. I am looking to change colors, layout (collumns) bg image and things like that. Something I read made it sound like any wordpress theme can be the parent, is this correct? I am assuming that using a standard wordpress theme would require adding code from the default theme. Is this correct? I just want to make sure I am understanding this before I try to jump in and work because in the begining I don’t think I was. Thank you,
Greg
September 23, 2009 at 6:01 pm #52964In reply to: How to improve performance of your website.?
September 23, 2009 at 5:42 pm #52961In reply to: Does Profile Data Move Along With Fields?
Jeff Sayre
ParticipantHave a look at this Codex article.
As a general piece of advice, this is not specifically for the xprofile component, make sure that you check the codebase in the version of trunk that you’re using as there have been a number of changes to functions–some have been renamed, others deprecated, and new ones created. So it is possible that some of the Codex articles on BP loops may be slightly out of date.
September 23, 2009 at 5:34 pm #52960In reply to: Activity Stream Broken – going from 1.1 Beta to 1.03
Jeff Sayre
ParticipantSeptember 23, 2009 at 5:02 pm #52959In reply to: Members and members admin css
4thofficial
ParticipantThanks DJPaul and Kevin for the quick response. I can’t thank you enough as I know you’re busy men …
Heres what I’ve done:
— Moved bp-themes into wp-content/themes/bp-themes
— Placed bphome and bpmember into bp-themes
— Deleted the directory bp-themes from wp-content
Now the entire site is a blank page (http://footiemate.com)?? The only thing I can think of is that I’m not using the correct version of Buddypress. In the BuddyPress readme.txt it says I’m using: Stable tag: 1.0.3 … should that be 1.1??
Thanks again
September 23, 2009 at 6:24 am #52941In reply to: Members and members admin css
4thofficial
ParticipantKevin / Gerikg – Thanks so much for the response … but I fear I’m still in trouble
. Theres definitely something screwed up with how I have the folders structured. I’ve tacken a screenshot of the directory structure here: http://footiemate.com/blog. (bphome and bpmember) are in wp-content/themes.You can click around on FootieMate.com. Right now the the main BP homepage and blog are showing up, but the members, groups and blogs are giving me an error (You do not have any BuddyPress themes installed. Please move “/wp-content/plugins/buddypress/bp-themes/†to “/wp-content/bp-themes/†and refresh this page. You can download more themes here.).
I’ve done that (bphome and bpmember in a ‘bp-themes’ directory in themes) and the entire site gets a white page. In the widgets area I’m told I’m using BuddyPress 1.0.3. I’ve had a base level of success by putting ‘bphome’ into ‘themes’ and ‘bp-themes’ (includes bpmember) into wp-content and the everything shows up, but the CSS styles in members, groups and blogs gets completely lost. Really appreciate any advice you can offer. Thanks
September 22, 2009 at 11:28 pm #52933In reply to: buddybar slow at testbp.org ?
abcde666
ParticipantI just tested again and it seems the behaviour of the BuddyBar is different when comparing the two websites buddypress.org and testbp.org
buddypress.org : the mouse-over-effect is behaving perfect and fast.
testbp.org : the mouse-over-effect is behaving extremely slow.
September 22, 2009 at 9:52 pm #52929In reply to: Members and members admin css
Kevin Pine
ParticipantThere are two sets of files you need to work with… One for the home page and main blog and another for the member/group/admin pages.
The home theme is found here: /wordpress-mu/wp-content/themes/bphome
The member theme is here: /wordpress-mu/wp-content/bp-themes/bpmember
If you don’t have a member theme in the above location, upload it there. The bpmember base.css is similar and you will have to make most of your CSS tweaks to both. v1.1 uses only one theme for both. More info:https://buddypress.org/blog/news/the-new-buddypress-theme-architecture/
September 22, 2009 at 9:46 pm #52928kkeramidas
Participant1. Which version of WPMU are you running?
2.8.4
2. Did you install WPMU as a directory or subdomain install?
directory
3. If a directory install, is it in root or in a subdirectory?
subdirectory /blogs/
4. Did you upgraded from a previous version of WPMU? If so, from which version?
fresh install
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
yes
6. Which version of BuddyPress (BP) are you running?
1.0.3
7. Did you upgraded from a previous version of BP? If so, from which version?
No
8. Do you have any plugins other than BuddyPress installed and activated?
Yes
9. Are you using the standard BuddyPress themes or customized themes?
standard themes
10. Have you modified the core files in any way?
no
11. Do you have any custom functions in bp-custom.php?
no
12. If running bbPress, which version?
not running
13. Please provide a list of any errors in your server’s log files.
Not quite sure where to find those, will keep looking
Thanks for your continued help by the way. I am suspicious about the blog subdirectory and think that may be related to the problem since there is already a blogs folder in Buddypress. I started to look for a setting to correct it in the Buddy press setting in the dashboard but couldn’t find any way to change that path to correct things. Perhaps a change in a php file?
September 22, 2009 at 6:56 pm #52918In reply to: Buddypress stopped working :/
thomasmoen
ParticipantOk, I will check out the hyperDB as well.
September 22, 2009 at 6:49 pm #52916In reply to: Buddypress stopped working :/
Jeff Sayre
ParticipantFirst of all, since you are installing a premium, 3rd-party DB sharding tool, you need to contact the people at WPMU DEV Premium and ask them for support. It seems like all was fine with your standard WPMU + BP install until you switched to using their multi-db plugin.
Secondly, in case you are not aware, there is a free sharding tool–HyperDB. In fact, this site (BP.org) is using it. Also, there is a great two-part article on how to use HyperDB written by Trent Adams, one of the moderators on this and other WP product forums.
September 22, 2009 at 6:19 pm #52912In reply to: New theme framework and exisiting WP themes
Andy Peatling
KeymasterThe best option is to set “Template: bp-sn-parent” in the WP theme’s style.css header. That will allow it to inherit all of the BuddyPress templates.
If that isn’t an option (perhaps the theme is already a child theme) then you will need to copy over the template files from bp-sn-parent into the wp theme. Just make sure you don’t replace any existing theme files.
You’ll will probably want to add the user navigation into the theme also, you can add the following lines to the bottom of header.php:
<?php if ( !bp_is_blog_page() && !bp_is_directory() && !bp_is_register_page() && !bp_is_activation_page() ) : ?>
<?php locate_template( array( 'userbar.php' ), true ) /* Load the user navigation */ ?>
<?php locate_template( array( 'optionsbar.php' ), true ) /* Load the currently displayed object navigation */ ?>
<?php endif; ?>Once you’ve done that, BuddyPress pages will inherit all of the theme’s styles and its header and footer. You will of course need to add extra styles since WP themes only handle blog pages.
You can also try importing the bp-sn-parent screen styles into the WP theme’s style.css file. Depending on the theme, this may help to add layout to BuddyPress pages, but also stay within the WP theme’s look and feel.
September 22, 2009 at 5:46 pm #52910In reply to: Buddypress 1.0.3 with wpmu 2.8.4a
gerikg
ParticipantClick on FORUMS on the top. Scroll down to Latest Discussion, look under “FAQ: How To, Code Snippets and Solutions” the solution is there.
September 22, 2009 at 5:04 pm #52906In reply to: Buddypress 1.0.3 with wpmu 2.8.4a
yannux
ParticipantEverything good execpt for avatar croping
Nobody have problem with firefox 3.5.2 to crop avatar ?
-
AuthorSearch Results