Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorfixter
    • CommentTimeNov 15th 2010
     
    hi.. im trying to add small thumbs under next and prev .. link and maybe whole list of pict with thumbs on picture page .. .

    but all my efforts ware useless ,, since i cant get colection name on pict page :( ,

    some of u must have the knowledge so i would apriciate any help :)...
    •  
      CommentAuthormemic.a
    • CommentTimeNov 23rd 2010 edited
     
    You don't need the collection name... only the picture id:

    $pic_data = get_picture_by_id($id);
    $thumb = generate_thumb($pic_data['path'], $id);


    that works for me...