The solution to the second query is going to:
VBulletin Options - Home of the forum and put 0 in the Cropping Members
------------------------
The First Query is not yet that is, someone knows what is?
Code:
SELECT user . * , usertextfield . * , userfield . * , user.userid, options, IF( displaygroupid =0, user.usergr
Thanks
--------------- Added [DATE]1254416433[/DATE] at [TIME]1254416433[/TIME] ---------------
I found it
If anyone has the same problem, the solution to clear the query:
Code:
SELECT user.*,usertextfield.*,userfield.*, user.userid, options,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight
, lastactivity AS lastvisittime
Is disabling the Members List