TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: sdkid on Mar 16, 11, 06:18:58 PM

Title: Simple DarkModern question...
Post by: sdkid on Mar 16, 11, 06:18:58 PM
The forum stats section...
I want this line:

"xx,xxxxx Posts in x,xxx Topics by XXX Members; Latext Member: Xxxxxxx"

to be in the header info under the random news item display.

What code do I need to make that happen?

Thanks in advance for your reply.
Title: Re: Simple DarkModern question...
Post by: sdkid on Mar 16, 11, 07:59:10 PM
Doh!  I got it.

echo '
<p id="stats"><br><br><br>
', $context['common_stats']['total_posts'], ' ', $txt['posts_made'], ' ', $txt['in'], ' ', $context['common_stats']['total_topics'], ' ', $txt['topics'], ' ', $txt['by'], ' ', $context['common_stats']['total_members'], ' ', $txt['members'], '. ', !empty($settings['show_latest_member']) ? $txt['latest_member'] . ': <strong> ' . $context['common_stats']['latest_member']['link'] . '</strong>' : '', ' </p>';

Title: Re: Simple DarkModern question...
Post by: Maxx on Mar 18, 11, 04:52:31 PM
Cool glad you got working!

regards,
Maxx