Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Sorry, But it seems with recent changes, the code is some how broken. Two buttons that were beautifully added beside next and previous items, now occupy two row of the screen. Does anyone else experience the same problem? f yes, It would be great if Julian take o look on the code again. Many thanX :) |
|
|
Want to get a title for the "Print All" page? Just add the following immediately after
docprint.document.write('<title>');
docprint.document.write(document.getElementById('chrome-stream-title').firstChild.text);
docprint.document.write('</title>');
|
|
|
Awesome... just plain awesome. Thanks. |
|
|
I've created a simple hack to this script to allow you to print as many full text items (in the Expanded View) as you like. Full details of the problem and the hack can be found here |