= Qdig-20051203cnj) or a version of Qdig with the genthmHook patch, installation is simple--just include the qdig_synd.php script before including the Qdig script. You can get Qdig-cnj from: http://matt.wronka.org/stuff/projects/icpp/qdig/qdig-cnj/dev/ If you are not using Qdig-cnj, there is no patch available at the moment. You might want to add the following to your .htaccess: RewriteRule ^recent/$ /pictures/?recent */ include('qdig_synd.php'); if(isset($_GET['recent'])){ qdig_synd_embed(); } else { include("qdig.php"); } ?> include('qdig.php'); ?>