escoson
01-05-2003, 10:51 PM
im installin the contract posts hack...
it calls for a modification in showthread.php....
find
$pagenav = getpagenav($totalposts,"showthread.php?s=$session[sessionhash]&threadid=$threadid&perpage=$perpage");
replace with
// Contract Old Posts in Thread (v1.0)
$pagenav = getpagenav($totalposts,"showthread.php?s=$session[sessionhash]&threadid=$threadid&perpage=$perpage&display=$display");
// Contract Old Posts in Thread (v1.0)
but it seems i have already editted the line i need to find for another hack...
this is the line i have
$pagenav = getpagenav($totalposts,"showthread.php?s=$session[sessionhash]&threadid=$threadid&perpage=$perpage".iif(isset($highlight), "&highlight=$highlight", ""));
im not good enoug to edit it myself i dont understand this stuff lol
can someone give me the line i should put
it calls for a modification in showthread.php....
find
$pagenav = getpagenav($totalposts,"showthread.php?s=$session[sessionhash]&threadid=$threadid&perpage=$perpage");
replace with
// Contract Old Posts in Thread (v1.0)
$pagenav = getpagenav($totalposts,"showthread.php?s=$session[sessionhash]&threadid=$threadid&perpage=$perpage&display=$display");
// Contract Old Posts in Thread (v1.0)
but it seems i have already editted the line i need to find for another hack...
this is the line i have
$pagenav = getpagenav($totalposts,"showthread.php?s=$session[sessionhash]&threadid=$threadid&perpage=$perpage".iif(isset($highlight), "&highlight=$highlight", ""));
im not good enoug to edit it myself i dont understand this stuff lol
can someone give me the line i should put