JohnWoo
03-30-2004, 10:00 PM
Many people (like me) prefer using printable versions of threads to keep their network traffic at low level :)
This is a hack for such people.
What does this hack do?
- on multiply pages threads "printable version" link will follow to exact page number (default for vB - first page)
- goto=lastpage action for printthread
- additional link to printable version in new reply e-mail notify
- additional link to printable version of threads list pages (forumdisplay and search results)
- quick reply box on printable version of thread (with return to printthread after posting)
History:
v.1.2
Typo fixed
if ($_REQUEST['printpage'] = '1') {
replaced with
if ($_REQUEST['printpage'] == '1') {
v.1.1
light quick reply box on printhread page (changes in script newreply.php and in printthread template) and in printthread template)
This is a hack for such people.
What does this hack do?
- on multiply pages threads "printable version" link will follow to exact page number (default for vB - first page)
- goto=lastpage action for printthread
- additional link to printable version in new reply e-mail notify
- additional link to printable version of threads list pages (forumdisplay and search results)
- quick reply box on printable version of thread (with return to printthread after posting)
History:
v.1.2
Typo fixed
if ($_REQUEST['printpage'] = '1') {
replaced with
if ($_REQUEST['printpage'] == '1') {
v.1.1
light quick reply box on printhread page (changes in script newreply.php and in printthread template) and in printthread template)