My Reports
-
Hello
I want to use your plugin and make some changies to it. so I will use this topic as my reports on bugs if I’m allowed to.
Hope this support still works.
I try to keep it simple like numarating my reports and then editing first this message
___1) includes/bpa.core.php
require ( dirname( __FILE__ ) . '/bpa.group.php' );. when groups are disabled it gives an internal errorSo I rewrote this as
if ( bp_is_active( 'groups' ) ) { require ( dirname( __FILE__ ) . '/bpa.group.php' ); }Any suggestions to remake it better?
The topic ‘My Reports’ is closed to new replies.