Search Results for 'buddypress'
-
Search Results
-
I tried it all.
tried .htaccess which i found on this forum.
ISAPI rewrite is on.(windows IIS server)
any idea what the problem might be?Topic: Jetpack and BuddyPress
If you are experiencing any issues with Jetpack connecting to WordPress.com, and feel you have singled it down to BuddyPress being the culprit, please check out this topic over at WordPress.org and post up some details so that we can try to troubleshoot together.
Hi BP Community.
Is it possible to display different tabs (Forums, Documents, Members, etc.) for one group within a single BuddyPress installation than the rest of the groups are displaying?
Or must all groups within a single BP installation display the same tabs?
Ideally, I’d like to set up a bunch of different tabs and let the admins for individual groups pick and choose which ones are included within their particular group.
Thanks for any insight you have to offer.
Adam
Topic: Staple Version of Plugins
Topic: problem on login
i just install buddypress on my new site and i got this error on login
Warning: Cannot modify header information – headers already sent by (output started at /home/facemett/public_html/rivrme.tk/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:7) in /home/facemett/public_html/rivrme.tk/wp-login.php on line 354
Warning: Cannot modify header information – headers already sent by (output started at /home/facemett/public_html/rivrme.tk/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:7) in /home/facemett/public_html/rivrme.tk/wp-login.php on line 366
Warning: Cannot modify header information – headers already sent by (output started at /home/facemett/public_html/rivrme.tk/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:7) in /home/facemett/public_html/rivrme.tk/wp-includes/pluggable.php on line 693
Warning: Cannot modify header information – headers already sent by (output started at /home/facemett/public_html/rivrme.tk/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:7) in /home/facemett/public_html/rivrme.tk/wp-includes/pluggable.php on line 694
Warning: Cannot modify header information – headers already sent by (output started at /home/facemett/public_html/rivrme.tk/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:7) in /home/facemett/public_html/rivrme.tk/wp-includes/pluggable.php on line 695
Warning: Cannot modify header information – headers already sent by (output started at /home/facemett/public_html/rivrme.tk/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:7) in /home/facemett/public_html/rivrme.tk/wp-includes/pluggable.php on line 897
…please help
Topic: Post Visibility
Currently when posting a new article, an author can set the post to ‘public’, ‘password’ or ‘private’. This was fine for blogging software, but buddypress could do with a couple more options. I’d like to additional settings of ‘logged in users’ and ‘friends’. So far I’ve only found plugins that add this functionality by whole ‘blog’ or ‘category’.
I’m basically planning a migration of an existing site to buddypress from elgg, and elgg supports this level of post visibility, and also the ability to set posts to custom ‘friend groups’ and such, out of the box without plugins, and I think myself and the users of my website would miss this functionality.
I’ve created a script for Elgg that imports all the posts in WordPress eXtended RSS format for ease of importing, but this will include posts that were intended for ‘logged in users’ only, so I can’t really go live with BuddyPress until I can do this.
If others need this functionality, I’d be happy to work as part of a team on a GPL plugin. I haven’t built a wordpress plugin before but I’ve written a few for elgg and am a php developer by profession.
Hello, I’m using a child theme and I am trying to edit the header to display a snippet of code which will show ads. It seems to work on all pages except the Members, Groups, and Forums. I’m aware of the Conditional Template Tags http://codex.buddypress.org/developer-docs/conditional-template-tags/ but I still am having trouble with it.
I’m using this for the home but I’m not sure what to use for the others.
`<?php if ( is_page( 'home' ) ) {
if(function_exists(‘wp_template_ad’)) { wp_template_ad(‘1’); }
} ?>`Any suggestions?
Thanks in advance!
Topic: Buddypress Forum pagination
Hello,
I have a buddypress powered website.
In my forum i have 19 topics, but all appear in the first page. Please visit:
http://pokermadeira.com/forums/
Imagine that i have 100 topics, i have to “scroll down to the end of the world”
How can i put a pagination in the buddypress forum?
Thank you
Topic: Would this be possible?
Greetings my new beloved community!
As of a week ago i decided to craft my first Buddypress project. I’ve been playing around with the plugin for a bit, trying some extensions, getting to know the core and so on – but i’m starting to wonder if what i want actually is possible with Buddypress.
Obviously, this is also the reason of this new topic! In any case, i hope you can help me out, so i’m not trying to create something that simply isn’t possible without extending the core of Buddypress wildly.
What i’d like to know is:
1. Would it be possible to restrict the user-groups, so that they would function as categories, rather than user-made groups? I want only the administrators to be able to create groups – and place new users in them.2. Would it be possible to have different tabs in the extended profile view, so that i could have a map for the adresse, a description, contact information and so on in different tabs?
3. Would it be possible to integrate some sorf of news feed (buddystream comes to mind) into one of these new tabs, that automatically would take their updates from facebook/twitter, and put them in here?
The concept:
I’m trying to create a contact information directory for my network-group, so that we’re able to browse eachothers profiles, view the contact information, ect. ect. These have to display in categories, rather than user-groups, so that only the administrators are able to create a specific type of business group for example.I hope that it’s understandable what i’m trying to achieve, and that can help me get some answers to some of the above questions. Thank you very much for reading, and have a lovely day!
Please advise how I can make the default Buddypress items visible as I am not sure where to administer this
I have converted Intaglio Theme using BuddyPress Template Pack and all appears to be working correctly beyond viewing forum and groups, etc
http://hongernaarmeer.nl/launch1/
Thanks in advance
Phil
This may be a WP forum question, so bear with me. I’m using the Sitewide Tags Plugin on a WP Network 3.0.5, BP 1.2.8 install. If you aren’t familiar with the plugin, it’s here: http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/ The tags blog publishes an activity stream event seconds after the initial blog event pops up in the activity stream (leaving a duplicate of every post in the BP activity stream).
Is there a way to eliminate the tags blog from the BP stream.
I’ve tried this: http://blog.etiviti.com/2010/05/buddypress-block-activity-stream-types-plugin/ along with the ugly hack mentioned in that blog post to block the tags blog from the activity stream via ID#, which broke things and forced me to re-create the tags blog (thanks for the “populate posts” feature). Thoughts?