Forum Replies Created
-
Plugin in Acton here: http://faboo.nl/members/anraiki/
Tweet Proof: http://twitter.com/Anraiki/status/9308568836
Summary of Plugin:
Basically connects with the Twitter API to allow your users to update their twitter and also grab their twits.
Awesome plugin!
Ticket filed: https://trac.buddypress.org/ticket/1987
Erm Scratch what I just said. After going to the latest RC from a “Fresh Install”
I can confirm that this init is no longer working as well.
I can confirm that this is a Buddypress problem as I have disabled the plug-in, and created a blog with success.
However, when the plug-in is active, the creation of blogs are thrown into an error giving the following:
When editing:
Warning: Invalid argument supplied for foreach() in /home/public_html/wp-admin/wpmu-blogs.php on line 149
And when visiting:
The blog you have requested is not installed properly. Please contact the system administrator.
As for Angophora instruction, I am sorry but I am confused. You may need to clarify, and also if this is on a Window or Linux box. What about a solution for those who are not on a localhost?
Works perfectly fine for me.
I have a empty function.php in my child’s theme, however, it has that one line:
<?php remove_action( ‘init’, ‘bp_dtheme_add_custom_header_support’ ); ?>
Make sure there isn’t any other function that may override the bp-defaults.
If that doesn’t work, you can attempt to copy the function and replacing the the few lines with a return call.