The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
First post in every page
Can anybody tell me how can I make that the first post can remain in every page of the thread.. I try this one https://vborg.vbsupport.ru/showthrea...ght=first+post
but only a custom usergroup doesn't see that i dont know why... all the others can see so any possibility i had this error in fact: Code:
Database error in vBulletin 3.6.4: Invalid SQL: SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.*, usertextfield.*, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason, editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, postparsed.pagetext_html, postparsed.hasimages, sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid , IF(SUM(photoplog_fileuploads.moderate) > 0 AND 1 = 0,COUNT(photoplog_fileuploads.moderate) - SUM(photoplog_fileuploads.moderate),COUNT(photoplog_fileuploads.moderate)) AS photoplog_filecount FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post') LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 13 AND postparsed.languageid = 2) LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 13 AND sigparsed.languageid = 2) LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid) LEFT JOIN photoplog_fileuploads AS photoplog_fileuploads ON(photoplog_fileuploads.userid = user.userid) WHERE post.postid IN (0,279296,279174,279135,279095,279077,279030,279028,279028) ORDER BY post.dateline DESC; MySQL Error : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause Error Number : 1140 Date : Wednesday, December 6th 2006 @ 11:42:31 AM Script : http://f******** Referrer : http://******* IP Address : 82.53.131.163 Username : L'Ingegnere Classname : vb_database Thank you very much |
#2
|
||||
|
||||
I received a Similar Error, and it looks like an Incompatibility with the PhotoPlog Hack!!
I've been trying to Ask for Help from the Developers of the Hacks "Chief First Post - Every Page - 3.6.x" (https://vborg.vbsupport.ru/showthread.php?t=156141) and "PhotoPlog: The Lite Gallery" (https://vborg.vbsupport.ru/showthread.php?t=101368), but None of Them have Provided me with a Solution!! :down: I Copy/Paste One of My Messages; I Hope Someone Could Provide Us Some Light In The Right Way to Be Able to Use the First Post on Every Page Hack without Getting That Error!! :erm: My Best Regards!! Quote:
I've Provided Many information Regarding That Error, also the Code Line that Causes It, and The Creator of This Hack Haven't Even Analyze it and Provided a Way To Correct it!! Check My Posts in this Thread and You'll Verify what I'm talking about!! In my Forum this Hack only Works when I Disable the PhotoPlog Lite Hack, because there's a Code Line in the Query I refer in the following Quotings that Work Wrong when The Chief First Post is Activated for a Forum, and the Error You Refer in Your Message Only Gets Triggered in Those Forums with the Chief First Post set to "Yes", and Happens when Trying to See a Thread inside those Forums!! I've Even Activated the Hack for a Specific Forum so that the Developer of this Hack could see that Error Happening, but Haven't Provided a way to Correct that Query that This Hack Alters in NON Compatibility with the PhotoPlog Lite Hack; perhaps in your case there's a Similar Incompatibility in a SQL QUERY with a Hack you've Installed in your Forums; the Only Way to Analyze that is by Providing the Error Query Message that the VBulletin Forum Displays for Administrators of the Forums, in your case in your Forums!! I Hope He Corrects that Error, because Now We're Two (2) Users Unable to Use this Hack Because of that Error in a QUERY!! Atakan Please Tell Us What To Do!! How Do We Correct That QUERY Error?? Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|