The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
It was working before I installed it. The hack I setup didn't include any changes on line 7. Most of the changes were more toward the middle and end of the showthread.php
//poll hack $posts=$DB_site->query("SELECT post.dateline as dateline,post.postid as postid,post.pagetext as pagetext, post.allowsmilie as allowsmilie,post.signature AS showsignature,post.title as title, post.ipaddress as ipaddress,post.iconid as iconid,post.username as fakename, post.userid as userid,post.pollid as pollid, user.userid as userid,user.email as email,user.username as username, user.usertitle as usertitle,user.signature as signature,user.showemail as showemail, user.homepage as homepage,user.icq as icq,user.aim as aim,user.yahoo as yahoo, user.joindate as joindate,user.posts as posts FROM post LEFT JOIN user ON (user.userid = post.userid) LEFT JOIN icon ON (icon.iconid = post.iconid) WHERE post.threadid=$threadid AND visible=1 ORDER BY dateline $postorder LIMIT $limitlower,$perpage"); //end poll hack and ////////// poll hack start if ($post[pollid] <> 0) { //post has a poll $pollmodule = 'pollshow'; include ('pollmodule.php'); } //end of "post has poll" else $pollbit = ''; //no poll, nothing returned //lets get the signature after the poll $message=bbcodeparse($post[pagetext],$forumid,$post[allowsmilie]).$pollbit.bbcodeparse($signature,0,$allowsmilies) ; /////end poll hack Line 7 is the original code for showthread.php. Remember I'm using version 1.1.6. I don't know what any of the previous versions looked like. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|