Log in | Register | Lost password

Bottom
Missing "Thumbnails-Overview" in Mediashare
  • Posted: 05.05.2006, 00:04
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Hi!

    Something is missing in Mediashare, that is included in Photoshare and I think it is very usefull: Thumbnails (over-)view (in "user browsing mode" not in admin - there is something like that)!

    Isn't there a functionality like this in Mediashare?
    An overview of all media items included in an album with thumbnails (or media icons for videos*) in table or list form?

    I can browse only sequencial or by the dropdown box.

    Maybe it is "very easy" to do an overview with the tamplates...

    Regards
    Gouli

    * Would be great, if we could upload a screenshot from a video/swf/etc. to show instead of the type icon! :-)
  • Posted: 05.05.2006, 22:44
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Overview should be quite easy in the templates. But you are right, it needs to be included in the template. Please add as a feature request on SourceForge.
  • Posted: 06.05.2006, 00:30
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Thank you!
    Feature request added on SourceForge.
  • Posted: 31.05.2006, 20:30
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Hi!

    Have you put this feature request in the near future in your roadmap?
    If not, I have to code these templates by my self... and this will not be very easy for me :-(

    Maybe you can gibe me a hint: Have the thumbnail overview to be (coded) like the one in Photoshare? Witch template file is this in Photoshare?

    Many thanks for the great work again!!!
  • Posted: 11.07.2006, 15:47
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I would like to know this too - has anybody succeded to make a thumbnails view?
  • Posted: 27.07.2006, 10:05
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I just needed to display a table of thumbnails below the actual picture, what I did was:

    1. added $render->assign('items', $items); in pnuser.php:view()

    2. looped through items in pntemplates/msalbum/standard/albums.html, simplified:





    Hope it helps.

    Jonas
  • Posted: 05.08.2006, 12:32
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0

    jonasdelfs

    I just needed to display a table of thumbnails below the actual picture, what I did was:

    1. added $render->assign('items', $items); in pnuser.php:view()

    2. looped through items in pntemplates/msalbum/standard/albums.html, simplified:

    Code

    <!--[section loop=$items name=curr]-->

    <img src="mediashare/<!--[$items[curr].thumbnailRef]-->" />

    <!--[/section]-->


    Hope it helps.

    Jonas
  • Posted: 13.09.2006, 15:58
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Hi,
    Could you possibly explain the above code in slightly more detail. I'm not sure where and in which file lines 1 and 2 are added.

    Thanks

Template courtesy of Designs By Darren.