• bigwater

    (@bigwater)


    I just loaded up the plugin and haven’t really tested it and everything seems to be working but, it assumes that all bp components are active. If ‘Private Messaging’ for example is inactive it will throw an error –
    Fatal error: Call to undefined function messages_get_unread_count() in ..etc/plugins\bp-direct-menus\inc\frontend-noajax.inc.php on line 72

    I wrapped the line in
    if(function_exists(messages_get_unread_count))
    $msgcount = messages_get_unread_count();

    and it works for me.?

The topic ‘Unused features’ is closed to new replies.