Search Results for 'buddypress'
-
AuthorSearch Results
-
April 30, 2009 at 12:21 am #43856
John James Jacoby
KeymasterBuddyPress offers no additional permissions or restrictions settings at the moment. Everything you need can be found within WPMU itself, or bbPress Admin itself.
At the moment…
April 29, 2009 at 10:41 pm #43851In reply to: No CSS – Member & Home Theme
hadar
ParticipantI’m having the same problem. I just installed BuddyPress 1.0rc2 today, and it’s the first WPMU install for me, and obviously the first BP install as well. I’ve been running WP for over 2 years though, on the same server (different domain), with complete success.
The install seemed to go fine, and I followed the instructions to also use the BP-home theme for the WPMU home page as well (it fails with any of the 4 choices of home page themes).
The site comes up correctly in IE7. In Firefox (3.0.10) and Chrome (2.0.174.0), no CSS gets loaded.
I’m running this on CentOS 5.2, using NginX 0.7.53. WP runs perfectly.
It’s not an “access” problem. Firebug shows that the CSS file is read correctly (and I can see all of the lines in there, so NginX is serving up the CSS). But, for whatever reason, FF and Chrome both decide that it’s not CSS, and just ignore the styles completely (Firebug says that there are no style elements on the page).
Looking at the NginX debug logs, IE takes the css file with an “Accept: */*” and FF takes it with an “Accept: text/css”. Otherwise, I don’t see any obvious differences.
If I code up my own html file, and use the exact same syntax for the css <link> line that BP generates, FF will _correctly_ parse the css file.
The only thing that seems strange in the BP generated code is that the HTML fails the W3C validator for including an “id=_wpnonce” in the hidden search form field _two times_. But, if I remove one of those lines, FF still fails to parse the css.
Here are the links (the site has zero in it at the moment):
http://songsandjingles.com/wordpress-mu/
Here is a link to my “test” html file, which loads the same css file (where I added yellow as the background color in custom.css):
http://songsandjingles.com/wordpress-mu/testme.html
Just to show that the css file is accessible:
http://songsandjingles.com/wordpress-mu/wp-content/themes/buddypress-home/style.css
Any help would be greatly appreciated, thanks in advance!
P.S. The most obvious difference between my tiny HTML file and the generated one is that I have no DOCTYPE or “profile=” in mine…
April 29, 2009 at 9:10 pm #43849In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
Andy Peatling
KeymasterThe blog tables are WPMU so it’s installing WPMU from scratch then trying to copy over DB tables that I’m talking about, not BuddyPress.
April 29, 2009 at 8:25 pm #43848Jeff Sayre
ParticipantYou probably did not get any response concerning this issue since it is a WPMU plugin-specific problem and not BuddyPress.
If you have specific questions about a given WPMU plugin, the best place to ask them is usually on the WPMU forum. In fact, the creator of the WP Super Cache plugin, Donncha, will be more likley to see your question there than here!
April 29, 2009 at 7:25 pm #43846In reply to: Replace Buddypress logo top left with text ‘Home’
enlightenmental1
Participantdepends if you want to hack the bp-core/bp-core-adminbar.php
you can hide the logo from there, and just hand code a \\\”home\\\” link
you would also want to give it the same class=\\\”\\\” as the other non-dropdown links
like this:
<li class="no-arrow">< a href="/groups">Search Groups</ a>April 29, 2009 at 4:45 pm #43843In reply to: admin bar logo
21green
ParticipantIs there a Shortcut available to reference to the Template/Theme directory?
I tried something like this, but unfortunately there is no BP_TEMPLATE_URL available:
?>’
Does anyone knows the correct Tag for this? I also want to move the admin_bar_logo.gif into my theme directory.
April 29, 2009 at 8:07 am #43819In reply to: reducing the width of buddypress theme
Maythil
Participantdear jeff, it doesn’t work.
a site-wide.css helps put more pages within 800px —
the main page, as well as ‘home’ and ‘blog’ in the second row manu, for instance,
but everything under My Account, My Blog and Notifications (Top Menu)
still displays a 70mm screen to put it in cinematic language
Jeff Sayre
ParticipantIsuru-
Welcome to BuddyPress! I’m sorry it has taken this long to answer your question.
First let me answer this question:
do i need to edit the bp-core component and bp-xprofile too?
You should not edit any of the core BuddyPress components as your changes will be lost the next time you update BP. Instead, you can either take advantage of the bp-custom.php file (detailed here), or create your own custom component.
can someone expalin me the use of bp-xprofile component.
Here’s some information on BuddyPress’ profile features that may help answer this question.
also, i want to create my own component
There is a specially-created tool for this called the BuddyPress Skeleton Component for plugin developers. Using this series of files, you can create your own custom BP component. There is a download link on that page.
April 29, 2009 at 4:14 am #43814In reply to: Do You Have to Use WPMU?
Matt Kern
ParticipantWow, I too haven’t used IRC in a decade.
I would rather hang out here and talk BP. Seems less painful.
April 29, 2009 at 3:59 am #43813peterverkooijen
ParticipantAgain, will this badly needed functionality be part of the upcoming Buddypress 1.0 final?
April 29, 2009 at 3:57 am #43812In reply to: Securing components from non logged in users
peterverkooijen
ParticipantWill the option to restrict the members, groups and blogs sections to members-only be part of Buddypress 1.0 final?
April 29, 2009 at 3:53 am #43811In reply to: BuddyPress Showoff: Post your links
Matt Kern
ParticipantThanks Erich (assuming I am the Matt you were referring to!)
I think you are talking about threaded responses.
As far as I know, bbpress does not do those. Also, (as far as I know) it does not alert you when someone has replied to your post.
I have seen these features mentioned in bbpress wishlists before. Hopefully someday they will get added.
I am completely new to bbpress so I am not sure of their future feature plans.
April 29, 2009 at 1:46 am #43809In reply to: Page Titles for Custom Page Templates
Roy McKenzie
ParticipantI include the header file in the buddypress-member template directory ‘header.php.’ It uses a function: bp_page_title()
<title><?php bp_page_title() ?></title>Does this function not take into account the actual title of the page as defined in the page editor?
April 29, 2009 at 12:04 am #43808Donnacha
ParticipantAh, thanks Andy – I forgot to activate buddyPress-enable, and I didn’t have the very latest version of PHP.
Installing bbPress is, by far, the trickiest part of assembling a BuddyPress site.
April 28, 2009 at 9:28 pm #43804In reply to: pb with buddypress bar
Andy Peatling
KeymasterStrange – automatic install worked for me – perhaps your server is not setting permissions on files correctly?
April 28, 2009 at 8:55 pm #43800In reply to: pb with buddypress bar
TheEasyButton
ParticipantGreat to hear. Nice job.
April 28, 2009 at 8:40 pm #43799In reply to: home theme not activating in 1.0 RC2
TheEasyButton
ParticipantIf I’m understanding you correctly, you want member blogs to use the same theme that you use for your home theme. If this is correct, here’s how you can accomplish that.
In wp-content >> themes, rename the default folder. Something like old-default works well so you remember what it is.
Then, rename the folder of the theme that you want to be set as default.
i.e. rename buddypress-home to default
April 28, 2009 at 8:37 pm #43798Anointed
ParticipantNot sure what the problem was, but Nicola managed to get it fixed for me. He’s my buddypress hero for sure.
I know that the theme didn’t change, and I’m sure php didn’t change as it’s my own dedicated server.
When he gets back online sometime I’ll find out what the error was just in case it happens to others so they can find the fix here.
April 28, 2009 at 8:32 pm #43797In reply to: pb with buddypress bar
bebopcool
Participanti made a manual install and it works propely
i cannot explain me what was wrong
but maybe there is something to check with automatic install
April 28, 2009 at 8:10 pm #43796In reply to: pb with buddypress bar
bebopcool
Participanti made a brand new install and just make the automatic install for bdpress rc2
and i got the same problem for the buddybar
i did not make any changes on theme
you can create a user if you want
i will try the manual install of bdpress now
April 28, 2009 at 8:03 pm #43795In reply to: 404 errors – fresh install
TheEasyButton
ParticipantMake sure you check out the new paths compared to the old ones. If your directories aren’t named correctly and things aren’t in the right spot, it’ll kick those 404’s out all over the place.
i.e. make sure your buddypress stuff is all in wp-content >> plugins >> buddypress >> “all files” vs the old mu-plugins >> “all files” path.
Maybe someone else knows, does this database fit perfectly with the old versions? Could Wildchild do the 100% fresh install and then just put the database data in?
April 28, 2009 at 7:55 pm #43794In reply to: pb with buddypress bar
TheEasyButton
ParticipantHave you made ANY changes to your themes? i.e. Changed div’s by adding or removing any of them? Changed anything in the stylesheets? One wrong letter or character can break everything. (believe me I know lol)
I may be mistaken but I’m pretty sure the home theme runs for everything except what you see when at http://yoursite.com/members/”whatever”
If you could either set up a test user for us or even just set the admin bar to show for logged out users, that’d be helpful.
April 28, 2009 at 7:52 pm #43793In reply to: BuddyPress Showoff: Post your links
abcde666
Participantas this is a forum, is there a chance to be able to reply directly to a forum-post ?
So that:
1)
everybody understand to which forum-post my post refers to.
2)
the person I am replying to will receive an e-mail which notifies him that I have posted a feedback to his entry ?
For example: look at http://www.gossamer-threads.com/forum/
April 28, 2009 at 7:48 pm #43792In reply to: BuddyPress Showoff: Post your links
abcde666
ParticipantHi Matt,
very nice theme !
Does BP not have its own event-calendar build into it ?
Hi Andy,
is there a chance to have an “events-calendar per Group” ?
Many thanks,
Erich
April 28, 2009 at 7:25 pm #43789In reply to: BuddyPress Showoff: Post your links
Matt Kern
ParticipantWork in progress. You know how it goes.
Can I be put on the main list?
-
AuthorSearch Results