Quote:
Originally Posted by msu2k
Just installed this on my site and it looks great! One problem I'm encountering on my iPhone, and this happens when I visit your site as well, the jump to last post button isn't working correctly. It just takes me to the last page, but not down to an anchor for the last post itself. Any idea why this is happening?
<snip>
UPDATE: Ok, I figured out why this was happening...
|
Thanks so much for asking and answering this, msu2k. This was bugging me too, I couldn't figure it out, and came here to try and ask the same question. Since scrolling long pages is a bit of a pain on the iPhone, it was keeping me from embracing/releasing this skin on my forum. Your fix changed that, and I appreciate it. :up:
Quote:
Originally Posted by SemperFideles
|
Thank you for sharing the fixes, SemperFideles, and showing us your forum so we can see how it's supposed to look! I was going through this thread myself and adding in all the edits being mentioned -- at least, the ones I could figure out -- so your post saved me from hairpulling and spending a lot of time.
I do notice that on long threads, that go to a second page, that there's a redundant box at the top, that lists "Page x of x" twice. See it here:
http://www.puritanboard.com/f54/coul...problem-34459/
I removed it by commenting out the first instance of this on the showthread template:
PHP Code:
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>