The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Heres your fix:
Open template: forumdisplay_threadslist ## Find: <script language="Javascript"> function who(threadid) { window.open("misc.php?s=$session[sessionhash]&action=whoposted&threadid="+threadid, "whoposted", "toolbar=no,scrollbars=yes,resizable=yes,width=230 ,height=300"); } </script> <!-- topic table --> <form action="forumdisplay.php" method="get"> $forumdisplay[forumslist] Remove it. Open template: fourmdisplay ## Find: $forumdisplay[threadslist] ## Replace with: <script language="Javascript"> function who(threadid) { window.open("misc.php?s=$session[sessionhash]&action=whoposted&threadid="+threadid, "whoposted", "toolbar=no,scrollbars=yes,resizable=yes,width=230 ,height=300"); } </script> <!-- topic table --> <form action="forumdisplay.php" method="get"> $forumdisplay[forumslist] $forumdisplay[threadslist] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|