BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: Mediapress features #15640

    Is there a way of overloading the mpp template files? That would be the easiest I would have thought.

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: mpp moderate – strange terminology used #15639

    Hi Brajesh, some additional notes:

    1. Clicking on the moderation link for an image takes you to an empty page – the image to moderate is not displayed.
    2. Admin users own image updates are moderated, this should be skipped.

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: Mediapress features #15638

    Hi Brajesh,

    For my image zoom, all I need to do is add a class to the img for all MediaPress single media pages. I added this manually by editing photo.php and simply adding the class. Obviously this will be overwritten with the next update. Any suggestions on how I can add this programmatically?

  • Participant
    Level: Master
    Posts: 413

    Did you get anywhere with this Brajesh?

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: Mediapress features #15625

    Sorry about that, here it is again:

    http://tinypic.com/view.php?pic=iozrjc&s=9#.Wx6yEiAnaM8

    There’s a plugin that adds zoomable lightboxes for standard media WP Image Zoom, my first thought is to see what its using and replicate that for mediapress images.

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: Mediapress features #15623

    Here’s what I’ve got so far, one view of the media upload before the upload and another after it’s been uploaded. I’m hoping my users will either read the help file or not have the savvy to multi-select images. I’ll deal with that when it happens I think.

    http://tinypic.com/view.php?pic=73klmh&s=9

    http://tinypic.com/view.php?pic=73klmh&s=9

    My next project will be to integrate and zoomable full screen lightbox into the single media view, don’t suppose you have any tips on that?

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: Mediapress features #15618

    Thanks Brajesh, that was nice and simple, I’ve now got a prototype running, just need to get the visuals sorted.

    Speaking of which, have you noticed that the media uploader window – .mpp-dropzone is not high enough? it’s set to 165px on my system and that draws it right over the max file size display. on my system it needs to be 205px.

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: Mediapress features #15597

    Thanks Brajesh, I’ve put together a simple input form linked to js which reveals the form on upload complete, I’ve linked this to js submit function that calls an Ajax function which will add the title and description to the image. What I need to do now is write the function that will add this info to the gallery image. is there an mpp function I can use?

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: Mediapress features #15583

    Actually it looks like the problem is that descriptions added in the Admin Gallery editor are not being saved. I just added a description from the front end and could see it in the single image view.

    Actually I’ve been thinking about it and the UX I would like to create would be as follows:

    1. User clicks upload, and selects a file.
    2. File upload box is hidden.
    3. Image Title and Description boxes are revealed, for the user to complete.
    4. On completion, the image upload box is revealed again ready for the next upload.

    There’s a hook I could use to place the content, I wonder if it’s possible to write a suitable JS routine to handle the rest? Any suggestions?

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: Mediapress features #15572

    I’ve just added a description to an image, I then viewed it on the single image page and the lightbox view, neither showed the description. Think there’s an issue with the shortcodes with that maybe?

    If we can get the description displaying in the single media view, I think I’d like to use this as the anchor page for my own custom lightbox, one that allows a full page view and the ability to zoom. Many of these images are maps and they are to be studied.

    That would leave the question of how to get the descriptions added in the first place. How feasible is it to serve a bulk edit page covering only the images added immediately after the uploads?