Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 30, 201113 yr File Name: (SOS32) TOP 20 Reputation PointsFile Submitter: Adriano FariaFile Submitted: 30 Nov 2011File Category: Hooks and Plugins This hook will create another statistic to your forum: Top 20 Reputation, where will list 20 users with more points.Settings:If you want to format user links with their group color If you want to show banned users on the listClick here to download this file
November 30, 201113 yr Nice hook, but when I keep this (Show banned users? NO Will show banned members on list, if enabled?) I get a driver error (There appears to be an error with the database. )If I say YES everything is fine... :)
November 30, 201113 yr Author Retested and I have no problem with it. I can only imagine that you don't have:$INFO['banned_group'] = '5';[/CODE] in your conf_global.php because of this: [CODE] /* Banned users ? */ if ( !$this->settings['top20rep_banned'] ) { $where[] = "member_banned = 0 AND member_group_id != {$this->settings['banned_group']}"; }
November 30, 201113 yr Retested and I have no problem with it. I can only imagine that you don't have:$INFO['banned_group'] = '5'; in your conf_global.php because of this: So do i need to add this to my conf_global.php????
December 1, 201113 yr Hi there another good one thanks. Curiously the icons/avatars of about half of the people on the list are not appearing --- just white space (so not even a red x image not found thing).... Any idea on that? Thank you.
Archived
This topic is now archived and is closed to further replies.