Quote:
Originally Posted by DragonByte Tech
Advanced User Tagging v3.2.1
New Features:
Mention Thread Starter- Typing @OP: in a post will mention the Original Poster / thread starter
- Can be disabled globally via vBulletin Options
- Defaults to enabled
Bug Fixes:- (Pro) Hash Tag subscriptions could be toggled for a user without their explicit consent
Fillip
|
Get a DB Error.....
Database error in vBulletin 4.2.2:
Invalid SQL:
SELECT
user.userid,
username,
usergroupid,
membergroupids,
displaygroupid,
infractiongroupids,
user.dbtech_usertag_excluded AS excluded,
relationid,
userlist.type,
friend,
dbtech_usertag_settings,
email,
languageid,
options,
adminoptions
, mention.dateline
FROM user AS user
LEFT JOIN userlist AS userlist ON (userlist.userid = user.userid AND userlist.relationid = '1443441')
LEFT JOIN dbtech_usertag_mention AS mention ON(mention.mentionedid = user.userid AND mention.postid = 'post' AND mention.type = ?)
WHERE user.userid = 9931;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?)
WHERE user.userid = 9931' at line 20
Error Number : 1064