This is a read-only archive of malwareremoval.com. No new posts or registrations. Privacy Page
Stress Removal

Bad design of phpBB ??

1 min read

This thread's last reply is from February 16, 2006, 7:52 AM UTC. Software, malware, and removal-tool advice below may be out of date — treat specific steps and download links with caution.

Each time I wanna print a topic in any area of the board, I run into problems : the layout on the paper make that the usefull information is cutted on the right side.

After it feel I like Hulk !! :twisted:

This come, I think, from the fact that for Authors columns, designers have used a fixed width of 150 pixels, and that the second column has a size expressed in percents.
Maybe (more than probably, I already had a lot of probs with designing CSS stylesheets for IE) is the print engine in IE quite bad for portrait layout. Landscape printing does not cause any problem, of course... but is not ease of use to review printings...

May I suggest the site admins (I know : you have already a lot of work... Especially with boyz like me :-)) to try to locate the place where author headers and contents are displayed and to try a percentage value in place of fixed value.

On a second hand, I personaly use the technique of CSS media selection, making that a div or named section with a css setting 'display:none' only on printed media will not be displayed. So, the all place is available for the printing of the pertinent information... making visitors happy not to choose a specific 'printer version'...

Maybe should I direct someone from the phpBB development team to this topic ?
One of the items in my todo list - is the printer friendly view of topics :)
"krizniak" wrote:Maybe should I direct someone from the phpBB development team to this topic ?

You made some points about column widths that might be very helpful to the phpBB developers. There's a phpBB forum that's ideal for suggestions like this. Give it a try! :)

Jim
HI,

I'll have a look at this tomorrow.

For now, I think I'll go to sleep :-)

:sleepy3: :sleepy2: :sleepy3:
The message was transmitted on the appropriate forum.

Thanks JimW, hope that could help the community ;)