Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
The Last post column on the front page of the forum displays only the last non-anonymous post - i.e. a post by a registered user will remain the "last post" even after someone posts anonymously. Can't see a reason for this, must be a bug.
Soz if repost.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
It's intentional so that you can't see who an anonymous user is. It could say the last post is by [anon name] though...
Really? I thought it went without saying that ofc it would show the anonymous name. The point was that it's incorrect some of the time.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
It could say the last post is by [anon name] though...
that probably isnt possible
Offline
12345678908642 wrote:It could say the last post is by [anon name] though...
that probably isnt possible
of all the things we've seen go down so far in the interest of making this anonymity system exist
you think this is the not-possible feature?
I am incredulous and disagree.
Offline
Bimps wrote:12345678908642 wrote:It could say the last post is by [anon name] though...
that probably isnt possible
of all the things we've seen go down so far in the interest of making this anonymity system exist
you think this is the not-possible feature?
I am incredulous and disagree.
nice
Offline
Bimps wrote:12345678908642 wrote:It could say the last post is by [anon name] though...
that probably isnt possible
of all the things we've seen go down so far in the interest of making this anonymity system exist
you think this is the not-possible feature?
I am incredulous and disagree.
of course it's possible, it's just fairly annoying, which is the reason it wasn't already done
Offline
hummerz5 wrote:Bimps wrote:12345678908642 wrote:It could say the last post is by [anon name] though...
that probably isnt possible
of all the things we've seen go down so far in the interest of making this anonymity system exist
you think this is the not-possible feature?
I am incredulous and disagree.
of course it's possible, it's just fairly annoying, which is the reason it wasn't already done
adding anonymity is annoying and it was done
suddenly random sig change
Offline
Ratburntro44 wrote:hummerz5 wrote:Bimps wrote:12345678908642 wrote:It could say the last post is by [anon name] though...
that probably isnt possible
of all the things we've seen go down so far in the interest of making this anonymity system exist
you think this is the not-possible feature?
I am incredulous and disagree.
of course it's possible, it's just fairly annoying, which is the reason it wasn't already done
adding anonymity is annoying and it was done
Indeed. I'm not sure how much more annoying it would be to modify the query to find the latest not-anonymous poster than if we simply found the latest poster and then.... oh yeah you'd still have to do the anon conversion. OK, slightly more annoying.
Offline
okay done
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Offline
Yay.
Locking before any more retarded replies get posted.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
Yay.
Locking before any more retarded replies get posted.
Wait one more please
12345678908642 wrote:Ratburntro44 wrote:hummerz5 wrote:Bimps wrote:that probably isnt possible
of all the things we've seen go down so far in the interest of making this anonymity system exist
you think this is the not-possible feature?
I am incredulous and disagree.
of course it's possible, it's just fairly annoying, which is the reason it wasn't already done
adding anonymity is annoying and it was done
Indeed. I'm not sure how much more annoying it would be to modify the query to find the latest not-anonymous poster than if we simply found the latest poster and then.... oh yeah you'd still have to do the anon conversion. OK, slightly more annoying.
The forums store each topic's last poster and last post along with info like the topic ID, poster, and subject, and they do the same for each forum. Every time a topic or forum is posted in, it's last poster and last post ID is updated. That way the forum can grab that info without having to actually look for the last post. The difference between topics and forums is that the topic is updated by post.php itself, while updating the forums is outsourced to the update_forum() function. So, being the shamefully lazy person I am, I told post.php to neglect calling update_forum() if the topic was anonymous. Now it doesn't do that, and to avoid update_forum having to grab a bunch of extra info to re-generate the anonymous name, it's passed along from post.php to update_forum().
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Pages: 1
Topic closed
[ Started around 1738411046.2587 - Generated in 0.154 seconds, 13 queries executed - Memory usage: 1.65 MiB (Peak: 1.84 MiB) ]