News:

Join the Facebook Fan Page.

Main Menu

Post Count

Started by badboykane, September 14, 2007, 06:06:25 PM

Previous topic - Next topic

badboykane

For some reason on my forum I just made straight away as admin my post count is over 65000 and in the forum itself it doesn't show my post count, it just says "I'm a geek"

Whats that all about then? How can I change my post count to show my actual post count or at least change the "I'm a geek" thing to something else?

I have searched through all my settings and can't find anything.

please help.

Thanks in advance for any guidance.

codenaught

#1
It's an easter egg of SMF.

To undo this, you can edit Sources/Load.php:

Find:

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


Change to:

'posts' => $profile['posts'] == 1337 ? 'leet' : comma_format($profile['posts']),


How do I modify files?
Dev Consultant
Former SMF Doc Coordinator

badboykane

thanks, ill give that a go in the morning. Off to sleep now.
Thanks again.

H

Hi,

I'm following up old support threads. Did you manage to get this resolved or do you still require assistance?
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

badboykane

Yeah I managed to sort it out.
I changed my post count to a lower count so it actually says how many posts I have really posted.

Thanks for those who helped me.

Advertisement: