Viewing 6 replies - 16 through 21 (of 21 total)
  • I’ve completed all of the above fixes, which has fixed most of the issues, but I’m finding that the “view” link on flagged content in the Admin panel doesn’t go to the actual content.

    If an activity item is flagged, the link to view takes you to a link formatted in this way:

    https://domain.com/activity/p/155761/

    When the permalink for the flagged activity is:

    https://domain.com/members/username/activity/155761/

    Is anyone else running into this issue? Did I miss a step?

    Thanks for any help you can offer.

    inactive

    (@nurdanucergmailcom)

    Intervik,

    Did you manage to fix that notice?

    Notice: Undefined index: bpmod-fe in C:\UniServer\www\depl\wp-content\plugins\bp-moderation\bpModLoader.php on line 62

    Would you mind sharing your fix?

    Thanks!

    inactive

    (@nurdanucergmailcom)

    Let me answer my own question in case it helps anyone:

    on bpModLoader.php, change line 63 from:

    if ( is_admin() && !$_REQUEST['bpmod-fe'] ) {

    to:

    if ( is_admin() && !isset( $_REQUEST['bpmod-fe'] ) ) {

    This fixes all notices for me and the plugin works fine.

    Thanks to everyone for fixes.

    I have BP 1.7.1 and WP 3.5.1 and it doesn’t work. Does anyone have it working with these versions? Is the fix above making it work?

    Making the changes suggested in this forum by Michel (the bp-loader code he shares above) fixed everything for me except Activity Comments posted on the site (Initial activity updates can be located from the Moderation dashboard, but if a subsequent comment on an activity is flagged, the link in the backend can’t locate it.)

    The link to report an activity comment is also not adhering to the CSS rules of the other links under an activity comment.

    I’m running BP 1.7, WP 3.5.1 (MS) and a twentythirteen lightly tweaked child.

    Here’s an image: https://screencast.com/t/8Vc5uWjnB

    Plugin Author francescolaffi

    (@francescolaffi)

    Hi, I’m the plugin author, I neglected it for some months due to other commitments, sorry for the inconvenience, glad you could find some workarounds.

    I’m currently working to get it compatible with bp 1.7 and 1.8, if you are willing to get involved in it, as tester or developer, read this post: https://flweb.it/2013/06/bp-moderation-is-broken-help-fix-it/
    (tldr: dev version https://github.com/francescolaffi/BP-Moderation report issues to https://github.com/francescolaffi/BP-Moderation/issues )

    thanks

    @mrjarbenne: I’ll look into the activity comments flagging problems, for the css the faster solution for you is to fix directly the styling, the plugin can’t integrate well with all themes (or if there is some standard for those links that it’s not following report it).

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: BuddyPress Moderation] Not working with BP 1.6.1 WP 3.4.2’ is closed to new replies.