Version: 1.00, by magnus
Developer Last Online: Feb 2012
Version: 3.0.0
Rating:
Released: 01-27-2004
Last Update: Never
Installs: 15
No support by the author.
Ban Ignored/Specified Users from Replying v2.0
Description
This hack will prevent ignored users from replying to your threads, as well as give you the option to ban additional users without adding them to your ignore list.
Information
This hack was previously titled "User-Defined Posting Bans (Ban specified users from replying)"
Tested on RC4, should work on RC1+
Version History
v1.0 - Initial Release
v2.0 - Added auto-ban of ignored users, created installer script for convenience
I took again your txt file, to install and I have always the same problems sql as front
here, the erruer that I have when I click on the button "nexthread"
PHP Code:
There seems to have been a slight problem with the Local RC3 database.
Please try again by pressing the refresh button in your browser.
An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.
We apologise for any inconvenience.
I will like that you installs your hack well while following your txt file on a version rod of all hack and in RC3 Please :devious:
That error doesn't tell me anything, unfortunately. When you get that error, right click and select View Source. The actual error should be in the source, if you could post that here I could fix it.
Or, give me a link to your site so I can see for myself. I'm sure this is a very simple fix.
Database error in vBulletin 3.0.0 Release Candidate 3:
Invalid SQL:
SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_threadmanage AS phrasegroup_threadmanage,
language.phrasegroup_postingbans AS phrasegroup_postingbans,
language.phrasegroup_posting AS phrasegroup_posting,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep
FROM user AS user
INNER JOIN userfield AS userfield ON (user.userid = userfield.userid)
INNER JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) INNER JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))
WHERE user.userid = 1
mysql error: Champ 'language.phrasegroup_postingbans' inconnu dans field list
mysql error number: 1054
after many test, I am realized that that comes from the moment or I replace this:
PHP Code:
// get special phrase groups
$phrasegroups = array('threadmanage', 'posting', 'postingbans');
Hrm, the only variable here is that you're running RC4. I developed that hack on RC2, although that should be irrelevant. I just finished upgrading to RC4 about 15 minutes ago, so I'll know for sure soon since I have to re-hack everything.