1 (edited by Parpalak 2008-11-29 17:38)

Topic: Incorrect layout in viewforum.php when "Topic views" is disabled

hi,
i have problem with topics views column. when i switch off this under administration menu, rest columns (replies, last post) are not vertical align...
i have 1.3.1

EDIT: changed subject. //parpalak

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

Added to 1.3.1 bugs.

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

This was bugging me as well.  In the main css file (Oxygen.css) changing

.brd .forum-noview .main-item {
    padding-right: 48em;
    }

from 48em to 28em seems to get it about right.  Maybe it was a typo?

The section below that might need to be changed as well.  Confirmation please smile

.brd .forum-noview .main-item ul {
    width: 47em;
    right: -48em;
    margin-left: -47em;
    }

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

This is still present in 1.3.2

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

Confirmed on my 1.3.2 board, as well.

To reproduce, simply post topics to a board, then turn Topics Views off.  You will still see the counts listed on board index, and will see mismatched column width in forum indexes.

I did, in PunBB 1.3.2 using Oxygen_WS style.

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

Fixed.

7 (edited by 8k84 2009-03-24 23:05)

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

Applied this fix. Now columns are not aligned and Last post info is off the screen in "New topics" (and "Active topics", and "Search results", etc.) tables.

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

Yes, the issue is more complicated. It's connected not only to CSS, but to HTML. I've already suggested another fix:
http://punbb.informer.com/trac/changeset/1092

Hope it works fine.

9 (edited by 8k84 2009-03-27 15:55)

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

Quite a  number of fixes where introduced since 1.3.2, why don't you guys release say 1.3.3 (or 1.3.2.1) that would incorporate all of them?

Re: Incorrect layout in viewforum.php when "Topic views" is disabled

We are going to release 1.3.3 after fixing some other bugs.