Quote:
Is there away to have it work with a gallery image link in postbit that only shows up if you have a Photopost gallery upload.
|
It can not be done with templates because vb code can not know if a user has a gallery or not without querying the database (= hacking).

You have to use a hack first so that vb code knows it while running. Then conditionals can depend on this info.