leviw
02-08-2003, 04:58 PM
I'd like to be able to make any single post printer friendly.
Currently both vbhome lite and the normal vbulletin support this using either printarticle.php or printthread.php, but both work off a thread ID which means it just pulls the top post.
Is there an alteration I can make that would allow me to use a link like this:
printarticle.php?s=$session[sessionhash]&postid=$post[postid]
To pull ONLY the one post I want into a printer friendly format?
I'm fairly new to php in general but I think it requires a change to either printarticle.php or printthread.php itself, allowing it to use the postid info once it recieves it.
Any tips would be greatly appreciated, thanks in advance!
Currently both vbhome lite and the normal vbulletin support this using either printarticle.php or printthread.php, but both work off a thread ID which means it just pulls the top post.
Is there an alteration I can make that would allow me to use a link like this:
printarticle.php?s=$session[sessionhash]&postid=$post[postid]
To pull ONLY the one post I want into a printer friendly format?
I'm fairly new to php in general but I think it requires a change to either printarticle.php or printthread.php itself, allowing it to use the postid info once it recieves it.
Any tips would be greatly appreciated, thanks in advance!