Skip to:
Content
Pages
Categories
Search
Top
Bottom

Block other Users – count images


  • emidio007
    Participant

    @emidio007

    Hello,

    Unfortunately I have two questions. Although I have found a couple answers. But they did not work.

    1- Is there a way that a user can block (ban) other users?
    2- how i can get the total Numbers of uploaded Images of a user? when i use “bp_album_get_total_picture_count()”, i become a empty Variable.

    I would be grateful for any help!

    Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)

  • shanebp
    Moderator

    @shanebp

    1. We have a premium plugin for blocking: BuddyBlock

    2. BP-Album is a third-party plugin. Did you try asking on their support forum?


    djsteveb
    Participant

    @djsteveb

    @emidio007 – are you really using the old never updated bp-album still? I had to switch to rtmedia album since it seemed that no one was working on any other album plugin or making this (what I consider extremely important) functionality a part of BP core.

    on the block user thing I had brought up similar issues here:
    https://buddypress.org/support/topic/report-user-report-abuse-flag-something/

    but no one could tell me if anything was actually working properly with current versions of stuff. Glad to see @shanebp posting above, sounds like there is hope that something with this function is current and working.


    emidio007
    Participant

    @emidio007

    hello shanebp,

    thank you for your reply.
    1- The plugin is good. Maybe I’ll buy it soon.
    2- I use rtmedia and would like to find out the number of images, I would like Limit the number of images to eg 15 images. A user can then, for example, only upload 15 images.


    emidio007
    Participant

    @emidio007

    hello djsteveb,

    I use rtmedia and would like to find out the number of images, I would like Limit the number of images to eg 15 images. A user can then, for example, only upload 15 images.


    danbp
    Moderator

    @danbp

    Hi all,

    BP Album is no more avaible and outdated.
    BuddyPress Album hasn’t been updated in over 2 years.

    A new project called MediaPress is out since october on BuddyDev.

    rtMedia is a third party plugin; any question regarding that plugin is to ask on their support forum.


    digitalpur
    Participant

    @digitalpur

    Hello @emidio007,

    you can look here: http://www.digitalpur.de/wordpress-buddypress-rtmedia-limit-upload-images/

    This could help you. I have implemented a similar solution for one of my clients. at the File “rtMedia.backbone.js” i have created a loop.

    i have searched for “FilesAdded” and have added there this loop. You must costumize it for your needs.
    while (up.files.length > 4) { up.files[4].remove(); }

    The Problem here: Every time you update “rtmedia”, the “rtMedia.backbone.js” will be overwritten.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Block other Users – count images’ is closed to new replies.
Skip to toolbar