Quote:
Originally Posted by cosmin
--
yeah!  ... more than one person interested in a PhotoPost addon through this awesome portal 
|
I don't know if this is the best way to do it or not, but it's what I'm using to call php files on my VB2 forums and it works for displaying thumbnails in the vBadvanced custom blocks for VB3 as well.
This is for use with the Photopost thumnailincluder hack as a file.
In the phpinclude_start template, add
Code:
$photo = implode('', file("http://www.yoursite.com/file.php"));
Then add $photo to your custom block template to display the thumbnail.