Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Upgrade

Status
Not open for further replies.

GrandOldTeam

Moderator
Staff member
Blues,

We've just upgraded the forums platform.

It's quite a software upgrade, and given I largely wing this site with a very limited tech nous - there will be some inevitable hiccups.

Please report any issues you encounter in this thread. Would appreciate not clogging this so just technical issues, not general issues like - Everton still having Ashley Williams.
 
Maybe I'm weird but many times when I read a thread, especially a very busy one, I tend to read them backwards. So bottom up. When doing it this way it is very convenient to have the toggle between pages at the top. Currently it's only at the bottom. The old format had both.
Me too mate.

Wasn't sure how many would miss it/whether to just prompt users to start browsing differently, but see here;

https://xenforo.com/community/threads/xf2-add-page-numbers-at-top-of-forum-in-mobile-version.148865/

The page numbers look a little clunky when I look on mobile, so I'm undecided.


Right Ive meddled with the template to bring the page nav back to the top on mobile.

Lets see how it does. Code below to revert back for my own ref;

Code:
// Hide any block page nav that goes before the block as we will be wasting vertical space.
@media (max-width: @xf-responsiveNarrow)
{
    .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
    {
        display: none;
    }

    // this is a sanity check in case .block-outer--after is forgotten
    .block-container + .block-outer .pageNavWrapper
    {
        display: block;
    }
}
 
Upvote 0
Me too mate.

Wasn't sure how many would miss it/whether to just prompt users to start browsing differently, but see here;

https://xenforo.com/community/threads/xf2-add-page-numbers-at-top-of-forum-in-mobile-version.148865/

The page numbers look a little clunky when I look on mobile, so I'm undecided.

Would it be possible to add it to the hamburger drop down menu? I am using that for new posts. I just find it a pain to read backwards then scroll back to the bottom to go to the previous page.

It's an inconvenience...and I am sure I would get over it...but as of right now it's one of the very few things I notice from a browsing experience.

Still think we have some coloration things to sort out *cough* *poll questions* *cough*...and infractions should probably be in red.
 
Upvote 0
Right Ive meddled with the template to bring the page nav back to the top on mobile.

Lets see how it does. Code below to revert back for my own ref;

Code:
// Hide any block page nav that goes before the block as we will be wasting vertical space.
@media (max-width: @xf-responsiveNarrow)
{
    .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
    {
        display: none;
    }

    // this is a sanity check in case .block-outer--after is forgotten
    .block-container + .block-outer .pageNavWrapper
    {
        display: block;
    }
}

Looks fine. Does anyone actually use the 'Mark Forums Read' feature? Removing that from the top would help.
 
Upvote 0

It’s also not possible to reject all the cookies as whole. The banner that pops up at the bottom on the iPad I have (11.4) it’s possible to accept them all but not reject.
 
Upvote 0
Right Ive meddled with the template to bring the page nav back to the top on mobile.

Lets see how it does. Code below to revert back for my own ref;

Code:
// Hide any block page nav that goes before the block as we will be wasting vertical space.
@media (max-width: @xf-responsiveNarrow)
{
    .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
    {
        display: none;
    }

    // this is a sanity check in case .block-outer--after is forgotten
    .block-container + .block-outer .pageNavWrapper
    {
        display: block;
    }
}
Very happy to see this back. I prefer to have page numbers, but not as important as you can edit the url and i know what you mean about clunkiness and eating into the space.
question - can you get away with just one arrow for pre and next and drop the text "prev" and "next"? Similar to first/last...
 
Upvote 0
Just noticed that earlier. Seemed a bit weird.

I used the old 'latest posts' button to do a refresh...I abused that quite a lot, it'd be nice to have it back. I get that there's a drop down selection but it's just an added step/frustration because I'm iLazy. I know that's now the 'new posts' selection, I'm just not used to inactive posts not showing up when you refresh. I'll get it over it at some point.
 
Upvote 0

I used the old 'latest posts' button to do a refresh...I abused that quite a lot, it'd be nice to have it back. I get that there's a drop down selection but it's just an added step/frustration because I'm iLazy. I know that's now the 'new posts' selection, I'm just not used to inactive posts not showing up when you refresh. I'll get it over it at some point.

Welcome to Team New Posts.
 
Upvote 0
If I switched it back to as it was, there would be murder.

Evertonians don't like change and it's a compliment, users of GOT are very well engaged so any change is seen as significant.

Still a few bits I need to fix, but it's getting there...
My forum support membership sorted on a six monthly basis thanks for your advice and help my son did the tricky bits it's automatic now sorry for having to bother you when you have all this to do...
I do tend to panic a bit;)
Love the GOT;)
 
Upvote 0

Status
Not open for further replies.

Welcome to GrandOldTeam

Get involved. Registration is simple and free.

Back
Top