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
Posted: 01.11.2003, 20:49
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
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
Posted: 02.11.2003, 17:38
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
You are completely right - congrats, you found a HTML generation bug. Will be fixed.