In order to affect fun effect on pages, add on your config_local.inc.php file this param: $conf['fun_citation_pages'] = array ( 'admin' => false, 'comments' => true, 'identification' => true, 'index' => true, 'password' => true, 'picture' => true, 'popuphelp' => true, 'profile' => true, 'register' => true, 'search' => true, 'tags' => true, ); This example is the default value. Page, witch are not in array, have false value by default.