Search Results for 'buddypress'
-
AuthorSearch Results
-
March 29, 2011 at 5:00 pm #109058
In reply to: [Resolved] Missing Members Directory!
christophg
MemberThank you for your reply, I believe that’s only if I’m using the buddypress default theme though; I am not. It goes on to say “If you are not using the BuddyPress default theme, you have to insert the BP Profile Search form somewhere in your theme Members page”. I have no such page. I have tried just creating a page and inserting the code ”. This didn’t work of course. Any thoughts?
March 29, 2011 at 4:47 pm #109055In reply to: buddypress.org: notifications not working
robelings
Memberi am also looking for the answer to this…. when comments are made to a forum topic i need to be notified as well as anyone else in the comment thread…… wouldn;t make sense to have to go back into the forum all the time to see if anyone made a comment….. or am I being ignorant?
Hope someone can help.
Rob (Asmterdam)March 29, 2011 at 4:17 pm #109054In reply to: Changing Group tab display defaults
kenrichman
Participant@Marcus
Thanks very much for this – haven’t tried it yet but am about to.
But what I think is really needed is simply the option for the group admin to choose the default tab – as part of the group settings.
I wil have several groups that will need different defaults. Can your code accommodate that in some way?
Who is up to writing a plug-in to do that? Not me I’m afraid..!
I also agree that Home should be changed to Activity.March 29, 2011 at 4:03 pm #109052In reply to: [Resolved] Speeding up buddypress
Bowe
ParticipantI’ve just published a tutorial about setting up a CDN with Total Cache and MaxCDN. It does wonders for me, and takes care of the parallel loading and serving of your static files through a CDN:
March 29, 2011 at 3:14 pm #109047In reply to: [Resolved] Speeding up buddypress
James
Participanttried w3 total cache on localhost, don’t know how for others, but for my non english installation it caches/saves page text as unknown symbols.
Edit: had to disable page cache and now it works fine, I think so, at least nothing goes wrong.
March 29, 2011 at 3:12 pm #109046In reply to: send-invites problem in single group
rachael
ParticipantIm getting a group duplication problem as well when sending invites at the final stage of creating a group? Can anyone shed some light on why this may be happening? Im running wordpress 3.0.2 with buddypress 1.2.6
March 29, 2011 at 3:06 pm #109045In reply to: Remove BuddyPress Sections?
rachael
Participantif you’re on an Mu install you’l have to log in as a super admin and access their admin areas individually for each blog. Although thsi is a buddypress forum so perhaps you want to ask the question on the wordpress forums.
March 29, 2011 at 1:59 pm #109040Lawrence
ParticipantThanks guys… sorry for taking such a long time to update on this. Ended up having to work on some other projects. I’ve managed to get the custom avatar generator to function okay now, and have a live project that uses it (http://school.ocdaction.org.uk/), but I need to tidy up the code a little. At the moment I’m having to plug the wordpress avatar function (get_avatar) and use that for my rendering duties. What I’d like to happen is for the bp dev team to make their bp_core_fetch_avatar pluggable, as it doesnt really have much scope for extending in its current state. Maybe I’m wrong, but if someone has more knowledge of how to alter bp_core_fetch_avatar for my needs then that would be awesome. I did think of filtering, but one aspect of bp_core_fetch_avatar I don’t particulary see the need of is that it pushes the final img url through http://www.gravatar.com, which in my opinion is a wasted resource, as this plugin would only read directly off the parts folder when it generates an avatar, and then loads from a cache dir.
Welcome any thoughts on this.
March 29, 2011 at 12:25 pm #109031In reply to: BuddyPress, Wishlist, and WordPress 3.01
The API Guys
ParticipantHey guys, I’m looking at integrating Buddypress to an existing site that uses Wishlist Member and I’m hoping to hear that you’ve tried it and all is fine. Looking forward to hearing great news!!
March 29, 2011 at 11:41 am #109029In reply to: buddypress and MU network
Nahum
ParticipantIt really does work with multisite. The component loops will work on subdomains but I think it’ll be a ton of trouble to get the full component features working on a subdomains especially groups. I think I have seen some threads about putting members on a subdomain you might try there.
March 29, 2011 at 10:47 am #109023Sofian J. Anom
ParticipantMarch 29, 2011 at 9:53 am #109021In reply to: bp_adminbar_notifications_menu
pcwriter
ParticipantCool, I’m glad it worked out

How about creating a link to showcase your site at http://buddylite.com/linksMarch 29, 2011 at 9:49 am #109020In reply to: User navigation modifications?
pcwriter
ParticipantMarch 29, 2011 at 9:42 am #109019In reply to: Not able to create a group
s.a.991
MemberOk, I thought it could also be done in the backend. The groups function is enabled. Just have activated the default theme and here it works. I am developing my own theme so i don’t want to shred this. Maybe some code is missing… All Buddypress templates are implemented thus the error MUST be in my theme’s templates. It’s not the functions.php, already have checked it.
March 29, 2011 at 9:35 am #109018In reply to: headers already sent error in ajax.php
amittrehan
Memberthank you mercime for replying. its the ajax.php that is the problem. this is the error that i get
‘Warning: Cannot modify header information – headers already sent by (output started at /…./public_html/chill/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:553) in /…./public_html/chill/wp-content/plugins/buddypress/bp-messages.php on line 556’. i have already checked the above link.
line 553 in ajax.php is this below line code:
‘echo bp_core_fetch_avatar(array(‘item_id’ =>$user_id,’type’=>’thumb’,’width’=>15,’height’ =>15)).’ ’.bp_core_get_user_displayname($user_id).’(‘.$username.’)’;
} ‘regards
amitMarch 29, 2011 at 7:42 am #109013In reply to: Fatal error: Buddypress 1.2.8 and WP 3.1
Hugo Ashmore
ParticipantSidenote: edited the server directory paths, on a public site it’s best not to show full directory set up.
March 29, 2011 at 6:47 am #109011In reply to: Members page not showing up
Paul Wong-Gibbs
KeymasterInstalling WordPress in a directory with the same name as one of BuddyPress’ components will break things; it’s a known issue.
March 29, 2011 at 5:57 am #109009In reply to: Members page not showing up
@mercime
Participant== could it be that the root of my bp install is in a subdomain called ‘members’? ==
Your BP/WP is not in a subdomain but rather in either a physical subdirectory or a virtual subdirectory named members. So no, not likely a problem caused by the structure.1. Just to clarify,
a) you installed WP http://chcalgary.ca/ and then created a network with virtual sub-directory structure. One of sub-directories is http://chcalgary.ca/members , which is where you pointed BuddyPress?
or
b) you installed WP in http://chcalgary.ca/ and then created a physical sub-directory named members and installed another WP there with BP plugin activated?2. Looks like mod_rewrite is enabled because this URL shows up correctly http://chcalgary.ca/members/category/uncategorized/ so that means you have pretty permalinks. No problem here.
3. Check that your .htaccess file is correct for either WP in physical subdirectory if structure is 1.b. above or in WP in domain root if structure is 1.a. above
4. Check your apache config if directory configured to enable “Options FollowSymLinks” & “AllowOverride All”
March 29, 2011 at 2:36 am #109000In reply to: Fatal error: Buddypress 1.2.8 and WP 3.1
Virtuali
ParticipantMhm, your install may be broken.
Delete the entire plugin, and re-install buddypress, it should fix it.
March 29, 2011 at 1:09 am #108999In reply to: Adding multiple profiles per member
nanchante
ParticipantMarch 29, 2011 at 12:41 am #108996In reply to: Add Friend Issue on Buddypress
@mercime
ParticipantMarch 29, 2011 at 12:40 am #108995@mercime
Participant– Deactivate all plugins except BuddyPress and check registration.
Edit- see also different solutions in this thread https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/registration-link-redirects-to-home-page/
March 29, 2011 at 12:09 am #108991In reply to: Disable Custom Header
@mercime
Participant@larrysmith1000 If you’re created a child theme of bp-default theme, did you surround the code in functions.php file with opening “ at bottom?
March 28, 2011 at 11:55 pm #108989In reply to: Not able to create a group
@mercime
ParticipantDeactivate all plugins except BuddyPress and change to bp-default theme, clear cache and see if you can now create a group. I assume you did not disable Groups in BuddyPress > Components. https://codex.buddypress.org/getting-started/configure-buddypress-components/
Btw, what do you mean by “There is no such thing like “Create a group” in the backend.”? You create a group in front end of site.
March 28, 2011 at 11:52 pm #108987In reply to: [SOLVED] Hide ”Groups” tab in BP theme?
@mercime
ParticipantIf I recall, fishbook theme is a child theme of bp-default theme. So if there’s no header.php there, download a copy here https://trac.buddypress.org/browser/tags/1.2.8/bp-themes/bp-default/header.php – download link at the bottom of the page. Delete lines 61-64, then upload to server wp-content/themes/fishbook folder
-
AuthorSearch Results