Support » Plugin: BuddyPress Activity Plus » [Plugin: BuddyPress Activity Plus] 1.4.1 not working on iPad

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter danielesavi

    (@danielesavi)

    And I’m glad to see it’s not just me too 🙂 I thought it was my fault.

    So you say it’s working with 1.4, good I’ll download it, at least I will upgrade from my older one 🙂

    No. No. it’s EXACTLY as you say. its not working on the iPad. it is on mac & pc

    just not the latest version. overreacted

    Thread Starter danielesavi

    (@danielesavi)

    Hope the developer will fix it 🙂 And it’s not working on iPhone too, with the BP-mobile theme, so it’s not theme-related.

    Same issue. Yet another reason you should never use anything from WPMUDEV.

    It is very strange that Buddypress.org hasn’t integrated links/video/photos to the Activity Stream and that we depend only on WPMUDEV for this one plugin to solve an extremely obvious and basic issue for ANY social networking solution (it is inconceivable not to have media uploading capacities in the Activity Stream).

    Also it is incredible that only ONE plugin exists to solve this thing…thx to the lack of competition the developer of this plugin rests on a very incomplete solution with no apparent sense of urgency to make it better (please someone develop a competing plugin!).

    Everything is wrong with this plugin, maybe the developer never uses any social media sites, its the only explanation.

    In the meantime I adhere to the needs of this forum that it is imperative that this plugin must be compatible with iOS6 (all apple products).

    IT IS URGENT!!!!!!!

    NOTE: The fact that this plugin is offered for free does not give license to the developer to make it lousy…it undermines the whole open-source wordpress enterprise.

    This is a suggestion:

    It would be very practical too if a link to upload and share documents was also included in this plugin:

    Photos / Videos / Links / Docs

    I know Buddypress docs exists, but it works only in groups and as a sepparate page and not as an addition to the Activity Stream.

    Regards, Donald.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    NOTE: The fact that this plugin is offered for free does not give license to the developer to make it lousy…it undermines the whole open-source wordpress enterprise.

    Sure it does. Just as you have the option to code your own or just don’t use this one.

    In the meantime I adhere to the needs of this forum that it is imperative that this plugin must be compatible with iOS6 (all apple products).

    IT IS URGENT!!!!!!!

    Rather than hoping on this exist topic, please create your own.

    http://wordpress.org/support/plugin/buddypress-activity-plus#postform

    With your own details and specifics, you may get a better response.

    in the interface file (bpfb_interface.js) look up for this line

    // Only initialize if we're supposed to.
    if (!('ontouchstart' in document.documentElement)) {
    	if ($("#whats-new-form").is(":visible")) init();
    }

    and replace it for this one

    // Only initialize if we're supposed to.
    if ((document.documentElement)) {
    	if ($("#whats-new-form").is(":visible")) init();
    }

    i tested on iPad 1 & 2, also on iPhone 4 & 4s and did work like a charm, i just fix mine right now. i hope it work for everyone else. 🙂

    a side note, if you have iOS 6 you will be able to upload pictures from your camera roll, yeah! 🙂

    Thread Starter danielesavi

    (@danielesavi)

    @sugartoys: it works!!! Thank you, it’s super cool now 🙂

    enjoy! im glald to help. 🙂

    Many thanks sugar toys. Once again, the magic of wordpress forums!

    I am sosososososo grateful for this advice! Ive got my site now working with ipads which is awesome as we are a pilot school for E7 1:1 students scheme and I need pupils to be able to upload straight to the site to take part in the blog.

    Thankyou

    Nice catch sugartoys. Much appreciated.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: BuddyPress Activity Plus] 1.4.1 not working on iPad’ is closed to new replies.