This topic has 4 replies, 2 voices, and was last updated 10 years by mpitka.

  • Author
  • #8606
     mpitka
    Participant

    Hi,

    This is a thing, which could be a very good feature to next releases. I believe it’s easy to do, so I ask it now.

    How can I add a link to end of a profile called as: “report inappropriate profile”. It would be very handy. It can link to a contact form or something else 🙂

    Ideas?

    #8674
     Abe
    Keymaster

    Maybe there is a plugin already released. Try searching the web. You need custom development if you want something like that

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #8683
     mpitka
    Participant

    Hi!

    There is some plugins, have not tried those yet. But

    http://wordpress.org/plugins/bp-moderation/
    https://premium.wpmudev.org/project/moderation/

    Those looks promising…

    #8785
     mpitka
    Participant

    Hi!

    I got BP-moderation to work with an other site using different theme. With Sweetdate when trying to activate, WordPress says:

    Fatal error: func_get_args(): Can’t be used as a function parameter in /homez.755/boorntdk/www/wp-content/plugins/bp-moderation/bpModLoader.php on line 119

    Does someone have ideas, how to fix this?

    #8787
     mpitka
    Participant

    I did a search over the internet and found a solution. Here’s a copy-paste from BP-moderation’s support forum:

    Change the following lines…

    function call_activate()
    {
    $this->call_installer(‘activate’, func_get_args());
    }

    to

    function call_activate()
    {$fargs = func_get_args();
    $this->call_installer(‘activate’, $fargs );
    }

    and the same to disable..

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?