Topic: Bug in combination with AutoTheme?
Converted
avatar
12
Posts: 0

Posted:
12.Oct 2003 - 10:11

Hi,
i just found, when i use a AutoTheme-Theme and enbale right blocks, that the AddPictures Page of Photoshare is displayed wrong.
things that should stand in the right block appear under the Centerblock.

I dont know if it?s a bug or something wrong with my preferences.
Perhaps somenone knows a simple solution for this.
Thanks in advance, Tobi

Converted
avatar
12
Posts: 0

Posted:
1.Nov 2003 - 20:49

I think i found the problem myself, but perhaps you could explain me what the difference is:
In the addimages function in the pnuser.php there is a line:
$output->Text("\n");

There seems to be a problem with this line. When i change it to a normal tablestart
$output->TableStart(); all blocks are displayed in the right position.

Unfortunately i don?t know anything about PHP. Is there a mistake in the upper statement?
Thanks, Tobi
Converted
avatar
12
Posts: 0

Posted:
2.Nov 2003 - 17:38

You are completely right - congrats, you found a HTML generation bug. Will be fixed.