News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

"I am a geek!!" postcount

Started by [MaxX], October 09, 2009, 01:14:58 AM

Previous topic - Next topic

[MaxX]

Hi,

One of my users (who has crossed 100,000 posts) is showing a postcount of "I am a geek!!"

How can I go about disabling or changing it?

Thanks!

Aleksi "Lex" Kilpinen

That's actually a built in easter egg. I suppose it was thought no one would easily cross the line. :P

It's written in Load.php, and is something along the lines of


'posts' => $profile['posts'] > 500000 ? $txt['geek'] : comma_format($profile['posts']),

Removing this completely will remove it from showing,
changing the $profile['posts'] > 500000 figure, lets you decide when it happens.
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

Amoreitalia

Lex! glad your still around! you helped me a ton back in the day. anyway i could borrow you for a few? Id really like to ask ya a few things. if its too much trouble let me know lol. :P

Aleksi "Lex" Kilpinen

Oh, nice to see I've made a lasting impression on someone :P

Quote from: Amoreitalia on October 09, 2009, 02:25:54 AM
anyway i could borrow you for a few? Id really like to ask ya a few things. if its too much trouble let me know lol. :P
Depends greatly on what it is you want to ask ;D I'm a bit tight on time right now...
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

[MaxX]

Thanks Lex.. Searched around Load.php.. found the line

'posts' => $profile['posts'] > 100000 ? $txt[683] : ($profile['posts'] == 1337 ? 'leet' :

:)

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

Arantor

There is actually a mod on the mod site to remove this, and to readd it back in 2.0.
Holder of controversial views, all of which my own.


T3CHN0

Quote from: Arantor on October 09, 2009, 08:11:54 AM
There is actually a mod on the mod site to remove this, and to readd it back in 2.0.
whats the mod called?
I would like to change what it says instead of removing it from "i am a geek" to something I would like

Arantor

If you want to change it, look through the files in Themes/default/languages for 'I am a geek'
Holder of controversial views, all of which my own.


Aleksi "Lex" Kilpinen

I may be wrong here, but I thought that was hardcoded, and not in the language files...
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

Arantor

I can't remember to be honest, the mod I refer to details exactly where it is, if it's not a language string it's directly in Load.php.
Holder of controversial views, all of which my own.


Advertisement: