This is the bit that causes the error (in bp-invitefriends-admin.php5)
<script src="../wp-content/mu-plugins/bp-invitefriends/lib/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function()
{
//hide the all of the element with class msg_body
$(".msg_body").hide();
//toggle the componenet with class msg_body
$(".msg_head").click(function()
{
$(this).next(".msg_body").slideToggle(600);
});
});
</script>
if I remove it the ajax on the plugin settings page doesn’t work. any idea how I can fix this?
what version of Bp do you use?
on new version(0.7 for RC2) i have resolved it!
will edit 0.6 version for RC1 next days
brilliant thanks! where can i download the revised 0.6?
click on “Other Versions »” on invitefriends plugin page of wordpress and download 0.6.1 version.
menu is working but quickpress and other dashboard widgets are still not working
but this error is generated by “bp-core/js/general.js?ver=2.7” then is not my plug in!
give me a feedback. thanks