Search Results for 'buddypress'
-
AuthorSearch Results
-
September 23, 2009 at 6:48 pm #52965
In 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 ?
September 22, 2009 at 4:46 pm #52904In reply to: Avatar Crop Tool Offset
yannux
ParticipantSame here, the crop tool doesn’t appear for the first thumb.
Wp Mu 2.8.4
BuddyPress Version 1.0.3
Firefox3.5.2
Default budypress community theme
Worked fine with Bp 1.02
September 22, 2009 at 3:02 pm #52901In reply to: Forum Stickies Don't Work
John James Jacoby
KeymasterMy response from the other topic:
That’s the way it is working currently. Stickies are basically excluded from the directory loop at the moment while Andy figures a way to handle them properly. There’s nothing wrong with your installation.
September 22, 2009 at 2:23 pm #52896In reply to: How To Integrate Full BBPress and BuddyPress 1.1
John James Jacoby
KeymasterSame as with 1.0.x.
There are endless topics discussing how to do it, and a sticky to help you with integration.
September 22, 2009 at 2:21 pm #52895In reply to: Problem installing 1.1 Beta
John James Jacoby
KeymasterSounds like you didn’t move the files over correctly if it’s still saying 1.0.3. The version number is taken directly from the buddypress/bp-loader.php file itself, so if the file is correct, then so is the plugin.
September 22, 2009 at 2:18 pm #52894In reply to: Is this the way Forums are supposed to work?
John James Jacoby
KeymasterWith the integrated version you won’t have access to the bbPress admin panel to turn them on or off, so external only.
bbPress being included with BuddyPress is like TinyMCE being included with WordPress. Yes they are applications all their own, but they also live together in a very symbiotic way (without being alive of course.)
September 22, 2009 at 2:12 pm #52893In reply to: "delete selected" won't work
Jason Giedymin
ParticipantIf you can verify on http://testbp.org and it’s still bugged out you can open a new ticket referencing this one: https://trac.buddypress.org/ticket/198
If the sent messages are still bugged by all means re-open it.
September 22, 2009 at 1:38 pm #52891In reply to: buddypress and bbpress
Jason Giedymin
ParticipantHe’s saying that it could be a PHP error causing the issue and to check your error logs. Usually at this point it could be anything.
I think your next task is do a search on here and mu.wordpress to find out how to enable error logs, logging in general for your particular setup.
September 22, 2009 at 11:43 am #52886In reply to: Dashboard ?
21cdb
ParticipantSo, will there be some blog post on how to create a dashboard in our themes? Are there any further plans to include this in buddypress 1.1 or 1.2? I think it’s a great improvement compared to the actual situation where profile page shows up when a user is logged in.
PS: By the way, why is the profile page at position 2 in the userbar and activity on position 1? Shouldn’t it be vice versa because the profile page is the first page that shows up?
September 22, 2009 at 5:40 am #52880In reply to: HELP I CAN'T POST! – README
Andy Peatling
KeymasterLog out, then log in with this form and try to post if you are having issues:
September 22, 2009 at 5:39 am #52879In reply to: wait to update or install 1.1?
Andy Peatling
KeymasterMatt: make sure you log out, and then log in with this form. See if you can then post.
September 22, 2009 at 5:17 am #52878In reply to: wait to update or install 1.1?
mattkern2
ParticipantThanks John. If going from 1.0 to 1.1 is not too difficult I guess I will wait.
as an aside, any idea why I can’t post in the forum under my actual account?
-
AuthorSearch Results