Search Results for 'buddypress'
-
AuthorSearch Results
-
November 27, 2008 at 9:21 am #33998
In reply to: The News section
revolutionfrance
ParticipantHello, I have the same problem as many.
My buddypress installation is as follows:
Installed in http://mysite.org/testbp/
Permalinks: /news/%year%/%monthnum%/%day%/%postname%/
When I click on one permalink of the root blog in the recent news section, it brings me to the blog post within the buddypress theme. However when I click on news, I get the header, the sidebar, but where the news should be just : “edit this entry” (without even the leftcol_header_back.gif appearing).
Any ideas?
November 26, 2008 at 7:58 pm #33991In reply to: BuddyPress Showoff: Post your links
OshikErnst
Participantjust testing, playing and having fun. http://www.ajaxexample.com
November 26, 2008 at 7:07 pm #33990In reply to: BuddyPress Showoff: Post your links
Matthew Batchelder
ParticipantNovember 26, 2008 at 12:50 pm #33980In reply to: BuddyPress Showoff: Post your links
gpo1
ParticipantPetomundo :This site is the best,I like the template while others are ok,but look the same!
November 26, 2008 at 11:52 am #33979In reply to: BuddyPress Showoff: Post your links
advinci
Participantjbzz
ParticipantI would agree this is very important. Both facebook and meetup have the ability to create events, invite people, rsvp, and send messages to attendees. Lacking this feature would be the only thing holding me up from a full fledged rollout of buddypress.
November 25, 2008 at 7:02 pm #33972In reply to: BuddyPress Showoff: Post your links
jveron
MemberNovember 25, 2008 at 5:06 pm #33968In reply to: embed google advert
Deadpan110
MemberCreate your own theme… or copy and edit the default BuddyPress Theme:
header.php
<div id="my_userbar">
<?php include_once (TEMPLATEPATH . '/userbar.php'); ?>
<!--MY GOOGLE AD STUFF HERE-->
</div>
<?php include_once (TEMPLATEPATH . '/optionsbar.php'); ?>Then just edit the css to format nicely
November 25, 2008 at 4:46 pm #33967In reply to: ldap authentication
Deadpan110
MemberAlthough WordPress / MU use its own WP authentication methods, I would state that LDAP will never be a plugin module for BuddyPress.
BuddyPress is a plugin for Social Networking – asking it to deal with authentication is like wanting your office document application to play mp3’s.
Authentication however – within WordPress / MU is pluggable and if there is a plugin out there that supports LDAP, then give it a go as BuddyPress will only check if you are logged in or out and has nothing to do with authentication.
November 25, 2008 at 4:16 pm #33966In reply to: BuddyPress Showoff: Post your links
jbzz
ParticipantNovember 25, 2008 at 2:40 pm #33965In reply to: avatars upload but cannot be cropped etc
st9bp
MemberI have discovered that my server assigns ownership of the blogs.dir recursively to nobody:nobody, which cannot be right. So I am assuming this is not a buddypress issue but a server configuration one
November 25, 2008 at 4:19 am #33964In reply to: URL Translation
dudboi
ParticipantAh I figured it out! Textbook case of failure to RTFM. I uploaded member-themes into the themes directory instead of the wp-content directory.
Well, at least I learned a little bit more about how buddypress works through the wonderful invention that is var_dump!
November 24, 2008 at 11:32 pm #33960In reply to: profile error with new trunk
danielfelice
ParticipantYes the file are in the correct dir and the permissions are set
I noticed that in site admin > buddypress i am unable to select any theme. There is nothing to select just an empty drop down
November 24, 2008 at 11:05 pm #33958In reply to: profile error with new trunk
Andy Peatling
KeymasterHave you put the buddypress-member theme into /wp-content/member-themes/ ?
The error is because the file is missing, or does not have the correct permissions.
November 24, 2008 at 3:46 pm #33955In reply to: Updates on BuddyPress Release Status
gpo1
ParticipantWhat album plugin for wordpress mu do you recommend for now?
November 24, 2008 at 3:40 pm #33954In reply to: BP is broke using IE7 (r571)
gogoplata
ParticipantThis is a known issue and an official fix is in the works, but in the meantime here’s a solution to improve the bar in IE7:
November 24, 2008 at 3:31 pm #33950In reply to: Updates on BuddyPress Release Status
gogoplata
ParticipantThanks for the update Andy. Looking forward to the upcoming features.
November 24, 2008 at 3:27 pm #33949In reply to: Updates on BuddyPress Release Status
thezohan10
MemberAndy, are the ie6 and ie7 issues gonna be fixed for the first beta release of the components?
Thanks,
Z
November 24, 2008 at 7:06 am #33947In reply to: picture and media not showing
kunefr
MemberIt is. The only plugin i’m using is the one for buddypress

By example, the Recent Blog Post is doing it .
November 23, 2008 at 8:19 am #33938In reply to: RTL – Loading alternate CSS for plugins
Yoav Farhi
ParticipantGreat.
Another small change that may be useful in the future:
In the Home theme, the ID’s for the columns are “right-column, center-column,left-column”,
Since the design may change (not only in RTL themes), you might want to rename theses to “column1, column2, column3”. More semantic.
Edit: created ticket #182.
November 23, 2008 at 5:30 am #33936In reply to: Group invites
creede
ParticipantTicket is here –> https://trac.buddypress.org/ticket/180
Glad I’m not the only one.
November 23, 2008 at 12:11 am #33932In reply to: I´m curious!
db2008
MemberI’m with you ‘ricwes’! I can’t wait to implement BuddyPress into my website!!! This is really exciting. I can’t wait to see how it develops.
I’m preparing a proposal for my company to use WordPress for blogging too.
November 22, 2008 at 9:43 pm #33931In reply to: Translating BuddyPress
Slava Abakumov
ModeratorOk, and what if you’ll try to manipulate with Definelang function in wp-config? Try change it everywhere (in wp-config and even in translated BP po and mo files to xx-XX.po/mo or XX-xx.po/mo). The same changes to all at once, I mean. It helped me some weeks ago.
November 22, 2008 at 7:56 pm #33929In reply to: /blogs/?random-blog redirects then WP redirects
Andy Peatling
KeymasterI think I’ve fixed it.
When using the BuddyPress function bp_core_do_catch_uri() via the ‘template_redirect’ action, there needs to be a remove_action() on redirect_canonical() to stop the BuddyPress redirection and WordPress redirection conflicting.
Basically adding a remove action on line 158 of bp-core-catchuri.php seems to work:
remove_action( ‘template_redirect’, ‘redirect_canonical’ );
add_action( ‘template_redirect’, ‘bp_core_do_catch_uri’ );
This seems to fix the problem of conflicting page names/group names.
November 22, 2008 at 7:08 pm #33928In reply to: /blogs/?random-blog redirects then WP redirects
Andy Peatling
KeymasterBuddyPress is doing its own thing.
Take a look at bp-core/bp-catch-uri.php
The URL is split up into variables and used within plugins. This is obviously interfering with some of the WordPress URL’s. I’m going to take a look at this and see if there is a solution to put pages on a exclude list.
-
AuthorSearch Results