Hi n00b,
I tried your plugin and I think it works much better than zenshow, but it still creates one major error and that is I can't place the tag above another WordPress function. I tried sandwiching the `zenpress_latestphotos()` tag inbetween the archives and categories links on my wordpress sidebar and it created this error:
`WordPress database error: [Table 'wordpressdb.v4_images' doesn't exist]`
`SELECT images.filename AS filename, images.'desc' AS description, album.folder AS folder, images.title AS title FROM v4_images AS images INNER JOIN v4_albums AS album ON album.id = images.albumid WHERE images.show = 1 ORDER BY images.id DESC LIMIT 2`
`Notice: No photos matching the criteria. in /home/.felice/jhsu/imagebaker.com/v4.0/wp-content/plugins/another_zenpress.php on line 93`
Is there a way to escape out of the WordPress database before your function looks for the ZenPhoto tables?