Search Results for 'wordpress'
-
Search Results
-
Topic: Fresh install – Errors!
Hi
I just installed WPMU + Buddypress, and I keep getting the following error message:
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/hatemon/public_html/wp-content/mu-plugins/bp-groups/bp-groups-ajax.php:1) in /home/hatemon/public_html/wp-content/mu-plugins/bp-core.php on line 153
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/hatemon/public_html/wp-content/mu-plugins/bp-groups/bp-groups-ajax.php:1) in /home/hatemon/public_html/wp-content/mu-plugins/bp-core.php on line 153
I use WordPress MU 2.6.5.
The first time the error appeared was right after I uploaded the BuddyPress package.
Can someone tell me what to do? Please
Thanks!
I’ve WordPress MU 2.7 (installed trough svn) and Buddypress SVN revision 641 and Prologue theme for wordpress 2.7.
Why in every page does it appear?
A
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/admin/domains/mikiti.net/public_html/wp-content/mu-plugins/bp-groups/bp-groups-ajax.php:1) in /home/admin/domains/mikiti.net/public_html/wp-content/mu-plugins/bp-core.php on line 153
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/admin/domains/mikiti.net/public_html/wp-content/mu-plugins/bp-groups/bp-groups-ajax.php:1) in /home/admin/domains/mikiti.net/public_html/wp-content/mu-plugins/bp-core.php on line 153
What? I visited earlier and wasn’t getting any CSS from the forums. Somebody is playing. Now I know what some of my users the past 2 months feel like. Burt’s playing again. I’ll be back later.
Hi guys,
i’m an italian php developer, i think i’m the youngest guy that is trying wordpress.
So, when i have a non-widget wordpress theme, generally, i add code to widgetize it, but sometimes i need a non-widget theme.
In wordpress when i use non-widget theme, i put code like <?php wp_tag_cloud(); ?> and if it’s possible i costumize the tag cloud adding some piece of code, like <?php wp_tag_cloud(‘largest=30’); ?> (I hope this code it’s correct).
In buddypress if i put the <?php bp_core_widget_members() ?> in my sidebar.php for example it return an error, that says that it can’t use extract that requires the function’s argument, bp_core_widget_members($args).
What do i have to put on $args ? and how can i use widgets in non-widget theme?
I already installed bbpress for support forum. Im also using wordpress integration, if new user registered in buddypress then it will be create new user forum in bbpress. But, the problem is all new user status always inactive. I have change it everytime if new user registered.
Wordpress integration only help us to create new user based on buddypress registration, but failed to change user status.
The problems were specific to installations of WordPress MU with VHOST off and installations of MU in a subfolder.
My installation is a webportal for youthwork where users can submit stuff with the Plugin TDO-Miniforms. It works great, but I have a question/request:
The activity-feed shows the user who changed (revised) the article. That is not good, because we have to revise with different user from submitter, but it shouldn’t show in the activity-feed. Everytime it is revised by a different user it makes an activity-entry… Would be great if the activity-feed would just show the original author and not the reviser. Is there a possibility to change that?
Second question: The activity feed shows information I don’t want people to see (per example stuff from plugin like that: [hidepost] blabla [/hidepost]). It is like the_content_rss in normal WordPress. My question is, if I can change that or my request if it could be changed at all…
I know this is kind of “special” but for our installation it’s important!
See an example here: http://berra.graphic-studio.ch/community
Thanks in advance
!
SerÃa muy positivo incorporales caracterÃsticas avanzadas de mercado electrónico, tipo clasificados o remates:
http://wordpress.org/extend/plugins/wp-auctions/
http://wordpress.org/extend/plugins/wp-e-commerce/
http://wordpress.org/extend/plugins/eshop/
http://wordpress.org/extend/plugins/wp-liveshopping/
Otro:
http://www.seetheface.com/siteclip/
Saludos
I am having a problem with a brand new install. Here are the steps that I took:
I downloaded the latest version of WPMU (2.6.5)
I copied wp-admin, wp-content, wp-includes directories along with the files in the root installation directory to the root directory of my site.
I installed the database with no problems.
I followed the advice of the BP instructions and I created a new blog, created new posts and comments. Everything worked as expected.
I then downloaded the latest BP zip file (r598).
I copied all of the files and directories in the root directory of the zip to the /wp-content/mu-plugins directory.
I copied the buddypress-home directory to /wp-content/themes directory
I copied the member-themes directory to the /wp-content directory.
I went to the Site Admin->Themes page and selected ‘Yes’ for the BuddyPress Home Theme and ‘No’ for all the others.
Note: At this time the theme for the home page was still the default wordpress blog theme.
I then went to the root blogs (located at / according the the manage blogs page) and change the theme for it to BuddyPress Home Theme.
Now I get Error 404 messages when I select the News or Blogs from the home page. Also, when I go to my member’s page, it says that I have no blogs, to create one. After creating another blog, the member’s page still says that I have no blogs. If I select Members, it doesn’t any, not even the member that I am logged in as. However, if I put the Members Widget on the home page, it lists me there.
I feel pretty confident that I installed WPMU correctly, but I suspect that I didn’t install buddypress to the right location(s).
Please advise.
Topic: Buddy press VS wordpress
hello,
I like to run some plugin from buddy press to a wordpress not wordpressmu.
Can work this plugin with wordpress? or can suggest somebody a send private message from a user to other but for wordpress plugin?
Thanks
Howdy folks. I’ve been watching development of BuddyPress for a little while and things are looking great! In an effort to put it to use, I’ve just done a fresh install at http://uber-geeks.org and have run into a little problem. Any attempt to visit any of the member pages results in a redirection to the home page.
This is a fresh install of WordPress MU and a fresh install of the trunk of BuddyPress (I svn updated the check-out of trunk this morning). Permalinks are the default custom.
Thoughts?
Topic: Blog Author Drop Down Fix
When visiting a blog, there is a drop down from admin bar that show all the authors of that particular blog. However, not only does it show all authors, it also shows all subscribers as well. Is that the desired functionality? For my site there will be potentially hundreds (I hope!) joining as subscribers of blogs, so this doesn’t make sense.
I’ve hacked it with following (Im new to wordpress and wpmu programming) so there could be easier way to do this), so that it only shows members of this blog who have edit_post permisions (i.e. contributors and up) as well as it does not show any site_admins. Let me know if there is an easier way.
This would replace the author section in the bp-core-adminbar.php file:
// **** “Blog Authors” Menu (visible when not logged in) ********
if ( $current_blog->blog_id > 1 ) {
$authors = get_users_of_blog();
$addfield = true;
if ( is_array( $authors ) ) {
/* This is a blog, render a menu with links to all authors */
foreach( $authors as $author ) {
$curruser = new WP_User($author->user_id);
if ( !is_site_admin( $author->user_login ) && $curruser->has_cap('edit_posts') ) {
if ( $addfield ) {
echo '<li><a href="/">';
_e('Authors', 'buddypress');
echo '</a>';
echo '<ul class="author-list">';
$addfield = false;
}
$author = new BP_Core_User( $author->user_id );
echo '</li>
<li>';
echo '<a>user_url . '">';
echo $author->avatar_mini;
echo ' ' . $author->fullname;
echo '<span class="activity">' . $author->last_active . '</span>';
echo '</a>';
echo '<div class="admin-bar-clear"></div>';
echo '</li>
';
}
}
if ( !$addfield ) {
echo '';
echo '';
}
}
}