Hard Light Productions Forums

Site Management => Site Support / Feedback => Topic started by: jr2 on June 28, 2011, 04:15:10 pm

Title: Announcements being wonky
Post by: jr2 on June 28, 2011, 04:15:10 pm
Anyone have this happen: ?

(http://i52.tinypic.com/15ekb35.png)
Title: Re: Announcements being wonky
Post by: Jeff Vader on June 28, 2011, 04:17:41 pm
Mentioned several times in the "New theme issues" thread.
Title: Re: Announcements being wonky
Post by: jr2 on June 28, 2011, 04:19:04 pm
...But I'm pretty sure I've seen this before we switched themes.  :nervous:  Or am I just remembering things wrong?  :warp:
Title: Re: Announcements being wonky
Post by: Jeff Vader on June 28, 2011, 04:22:52 pm
I, for one, don't remember seeing it before the theme change.
Title: Re: Announcements being wonky
Post by: jr2 on June 28, 2011, 04:30:19 pm
OK, just had this happen again.. steps that happened before bug:

1) I clicked "Show unread posts since last visit. (http://www.hard-light.net/forums/index.php?action=unread)" (1st link under "Hello user")

2) I clicked on page #2 in the results, and the announcements were wrong.

Let me see if I can reproduce this with the same steps again...

EDIT: Confirmed, at least at this time, I can reproduce this by following the above steps.
Title: Re: Announcements being wonky
Post by: Zacam on June 28, 2011, 05:07:40 pm

Thank you for the diligence and the testing.

But I hate to tell you this, it's already all been done and reported. And as to whether it pre-exists the theme change or not is irrelevant, as it is still a theme related issue (new or old).

Again, thank you, but given that it is not fixed yet means that there is likely some underlying reason or that the cause for it is still being determined.
Title: Re: Announcements being wonky
Post by: jr2 on June 28, 2011, 06:02:44 pm
Ah.  Good to know.  :yes: I just noticed it again and decided to try to help.  :)
Title: Re: Announcements being wonky
Post by: sigtau on July 17, 2011, 09:26:32 pm
Seems like a fixed CSS height attribute would fix that so that they all appear to be the same general size...
Title: Re: Announcements being wonky
Post by: KyadCK on July 17, 2011, 10:08:24 pm
I'm thinking he means they are not the current announcements shown anywhere else on the site sigtau. Same happens to me, only the ones shown in my case are from 2010.
Title: I really don't mind it - it provides a nice change.... ;)
Post by: Enigmatic Entity on July 18, 2011, 01:02:19 am
.

[attachment deleted by ninja]
Title: Re: Announcements being wonky
Post by: sigtau on July 18, 2011, 10:38:19 am
Oh.  In that case, I'd compare browser caches and look at the PHP of thread listing view and index view (and see where the differences lie) because it could be either a client or server problem.

Of course, I'm really no help since I can't see the code (and I'm not asking to), I'm just trying to assist as best I can.
Title: Re: Announcements being wonky
Post by: Iss Mneur on July 26, 2011, 11:48:58 pm
Oh.  In that case, I'd compare browser caches and look at the PHP of thread listing view and index view (and see where the differences lie) because it could be either a client or server problem.

Of course, I'm really no help since I can't see the code (and I'm not asking to), I'm just trying to assist as best I can.

It is defiantly a server side issue.  As it happens on any page of HLP that is paginated, once you go to any page other than page 1 you get highlights that belong to on what appears to be the corresponding page of the highlights board, that is you click on page two, you get the first 4 items on page two of the highlights board.

Which means, more than likely the query that retrieves the highlights is using the same pagination information as everything else, is where the bug actually lies.