right got ya...
talking of accepted file-types... because I'm using older PP code for my photopost-features... i had trouble getting thumbnails on videos... your newer features code does the job of finding the right thumb etc etc but the older one i can see you just checked for an image... if not chuck out a default video-thumbnail and that was it... but i wanted just a small feature set of videos on my front page which are all stored in a certain category but getting the thumbnails was a bitch
did a quick hack job on it and i'll finish it off later
$videothumb = substr_replace($photo , 'jpg', strrpos($photo , '.') +1);
which nicely got the photo i wanted in a string then replaced the extension which is the same name anyways so... cool
oh you might be able to help on this... do you know the file/javascript i have to include to run
vB drop-down menus on a non-
vB page?

cheers