Found this in the config.php file:
PHP Code:
// regular expression to ban useless external links in index
define('BANNED','^ad\.|banner|doubleclick');
change it to:
PHP Code:
define('BANNED','^ad\.|banner|doubleclick|print=y');
I guess this could be used to exclude the urls with strings matching the reg-exp
Have the same problem... but not tested this possible solution yet... will be back with the result.
// JoNtE