1 (edited by sypie 2012-11-26 20:05)

Topic: [Solved] Footer row not high enough on the last page.

Don't know how to explain by words. So 2 images can tell you more: (look at the yellow bar)
Before last page:
https://dl.dropbox.com/u/645076/beforelastpage.png

Last page:
https://dl.dropbox.com/u/645076/lastpage.png

Where can i solve this? It's the Oxygen style, just modified colors.

EDIT: Check my post later in this topic for the solution.

Re: [Solved] Footer row not high enough on the last page.

What browser, OS?
Link to page?

3

Re: [Solved] Footer row not high enough on the last page.

Mac OS 10.6.8 with Safari 5.1.7
Link (on that exact page it happens to me, a page further the problem disappeared...)

4 (edited by Kushi 2012-11-26 19:59)

Re: [Solved] Footer row not high enough on the last page.

Wow, somehow entire DOM is messed up smile.

User storko in post 3.782 managed to quote signature somehow.

This is post entry

<div class="post-entry">
                    <h4 id="pc19861" class="entry-title hn">Re: Mijn ontdekking van vandaag....</h4>
                    <div class="entry-content">
                        <div class="quotebox"><cite>Peter schreef:</cite><blockquote><p>Ik heb al gezien dat iemand een iPad in z'n priv</p>
                        <div class="sig-content"><span class="sig-line"><!-- --></span>"En Pierre, wat hebben zij gewonnen?"</div>
                    </blockquote></div>
                </div>
            </div>

As you can see adding signature to quote has added this line

<div class="sig-content"><span class="sig-line"><!-- --></span>"En Pierre, wat hebben zij gewonnen?"</div>

I assume that parser tought this </div> is ending of

<div class="quotebox">

but it was not ( but I may be wrong since it closed <blockquote> after that ).


Anyway lack of this one </div> after </blockquote></div> ( ending .entry-content ) messed up whole DOM structure.

However in normal way of quoting it's impossible. Perhaps you're using some multiquote extension?

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.

5 (edited by sypie 2012-11-26 20:04)

Re: [Solved] Footer row not high enough on the last page.

These are the extensions that are in ure:

Attachment 1.1.19
BBCode buttons 1.4.18
Fancy code highliter 0.7.1
Fancy Link Icons 0.3.1
Fancy Merge Posts 0.6.3
Fancy Similar Topics 0.7.3
Fancy Video Tag 0.4.11
Forum news 1.1.2
Portal by Daris 2.4.3
Private Messaging 2.4.2
Pun Move Posts 1.1.4
Pun poll 2.3
Pun tags 1.8.1
PunBB Repository 1.3.1
Spoiler BBcode 0.8.1
Stop spam from bots 0.3.3

EDIT: Problem solved: during the upgrade from 1.2 to 1.4 posts are cut off when accents are in the post. Therefore some posts stop in the middle of a word. Because of this the quote tag wasn't closed. I closed the quote manually and that solved it.

Thanks for giving me the hint of the quoted message.

6

Re: [Solved] Footer row not high enough on the last page.

Aww of course. It was this user signature smile. Glad I could help

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.