News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Posts made 1337

Started by kokobongo, April 04, 2008, 04:01:18 AM

Previous topic - Next topic

kokobongo

I'm not sure if its bug, but when i reached 1337 posts in my smf forum, the count was not "1337", but "leet" :)

Tristan Perry

This "easter egg" was scrapped in SMF 2.0, hence it's not a bug :)

SleePy

As said leet was removed in 2.0.. The "I'm a geek" text still exists though.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Aleksi "Lex" Kilpinen

Quote from: SleePy on April 04, 2008, 12:01:00 PM
As said leet was removed in 2.0.. The "I'm a geek" text still exists though.
1337 will be missed... :(
Caused a lot of fun responces over time.
Slava
Ukraini!


"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

anna.young

Oh NO! Why was it removed? What was it replaced with?
Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)

Tristan Perry

Quote from: anna.young on April 04, 2008, 07:58:13 PM
Oh NO! Why was it removed? What was it replaced with?
I think because some forum owners thought their forums had crashed/got a bug/been hacked (etc). For those who aren't into forum-speak, having the post count changed to "leet" at seemingly randomly intervals could be un-nerving.

anna.young

Why do we always have to live by the lowest common denominator in this sad and humorless world... ? [this is just a rhetorical question and no answer is expected...]
Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)

SleePy

While easter eggs in coding is fun (I like the destroyed forum one), it isn't very professional to have on professional websites. Leet as well is a slang word that doesn't translate into other languages as well.

Y are more than welcome to add this back in.

Just open Load.php
Find:
        'posts' => $profile['posts'] > 500000 ? $txt['geek'] : comma_format($profile['posts']),

Replace:
        'posts' => $profile['posts'] > 500000 ? $txt['geek'] : ($profile['posts'] == 1337 ? 'leet' : comma_format($profile['posts'])),
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Aleksi "Lex" Kilpinen

Slava
Ukraini!


"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

anna.young

Thank you Sleepy or should that be $£33p¥ ?

4|\||\|4
Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)

Panzer-

A little offtopic but meh.

A guy i know set one up on his board. When the user got to 666 posts, the profile turned red and this little devil badge came up.. The funny thing was when the person who had 666 posts made a new topic saying "This isn't supposed to happen is it?" , it added to the post count making him have 667 posts and all the devil-ish formatting (hah) came off.

Gargoyle

How would one "add" to that code??

Oldiesmann

Quote from: Gargoyle on September 19, 2008, 12:02:23 AM
How would one "add" to that code??

The devil icon could just be added with post groups... Have one post group that requires 666 posts, and another that requires 667 posts. Then, use a devil icon of some sort for the "star" for the group that requires 666 posts.

Turning something red when that happened would require some additional modification (the exact code for that would depend on what you wanted to do).
Michael Eshom
Christian Metal Fans

Gargoyle

I found it and added a few things to it... On my test server it worked well.. It's on the production site now and we will see how it goes..

Thanks for the ideas Oldies!! ;D

Advertisement: