Boofo,
To make the $minpostattach variable work in the postbit_attachmentimage template:
In admin/functions.php find:
Code:
// global options
global $showdeficon,$displayemails,$enablepms,$allowsignatures,$wordwrap,$dateformat,$timeformat,$logip,$replacewords,$postsperday,$avatarenabled,$registereddateformat,$viewattachedimages;
Replace it with:
Code:
// global options
global $showdeficon,$displayemails,$enablepms,$allowsignatures,$wordwrap,$dateformat,$timeformat,$logip,$replacewords,$postsperday,$avatarenabled,$registereddateformat,$viewattachedimages,$minpostattach;
That should do it.
Sophocle,
Thanks again for you addition to the hack. Works great.