News:

Wondering if this will always be free?  See why free is better.

Main Menu

when some one hits 1000 can this happen???

Started by Dazzler, June 07, 2006, 07:22:02 PM

Previous topic - Next topic

Dazzler

hey guys... i am really pissed with the "post whores" i have on my boards so what i am looking for is when sombody hits over 1000 posts it says "1000 posts or over" instead of there real post count next to there name and in there profile.

has this been done? can this be done?

I did a search but couldnt find anything

any help would be good guys

Daz

SMF 1.1.3 + TP .983 + Copperminie

jerm

Display.template.php
Look for:
', $txt[26], ': ', $message['member']['posts'], '<br />
change to:
', $txt[26], ': ', $message['member']['posts'] >= 1000 ? '1000 posts or over' : $message['member']['posts'] , '<br />

profile.template.php
Look for:
<td>', $context['member']['posts'], ' (', $context['member']['posts_per_day'], ' ', $txt['posts_per_day'], ')</td>

Change to:
<td>', $context['member']['posts'] >=1000 ? '1000 posts or more' : $context['member']['posts'] , ' (', $context['member']['posts_per_day'], ' ', $txt['posts_per_day'], ')</td>

that should do it

Dazzler

worked a Brill thanks

***after doing it first time.. "1000 posts or over" took up too much space so changed the wrods to "over 1000"***

Many thanks

Daz

SMF 1.1.3 + TP .983 + Copperminie

Rudolf

I will update all my mods in the next few weeks. Thanks for your patience.

SVG-Collapse (you need an SVG compliant browser)

Aitsukai

I think this should go in Tips and Tricks. :)

Dazzler

I think that would be a good place for it too!


SMF 1.1.3 + TP .983 + Copperminie

L.G.S

It doesn't work for me, I make the changes but the display is still the same
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


Dazzler

Its working for me.. example here at www.minidirectory.co.uk

look in the boards and you will see...

Daz

SMF 1.1.3 + TP .983 + Copperminie

L.G.S

FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


Rudolf

Are you sure you made them in the theme you're using?
I will update all my mods in the next few weeks. Thanks for your patience.

SVG-Collapse (you need an SVG compliant browser)

Skipdawg

Skipdawg's Community

Powered by SMF 1.1.3

L.G.S

Quote from: rudiksz on June 10, 2006, 09:35:38 AM
Are you sure you made them in the theme you're using?

I only have one theme installed.
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


Advertisement: