News:

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

Main Menu

Top 10 Posters today and This Week

Started by burtybob, June 03, 2008, 11:34:31 PM

Previous topic - Next topic

tyty1234

Hi everyone :)

I've been on a really long hiatus and when I get the time again to update this mod to RC4 and 1.1.12, I will do so, however it is likely I won't release the update here on the SM.org site. I am planning on setting up a small website for my mods as I no longer have the time to keep coming back to SM.org to check on my mods and everything.

When I will find the time sometime this week or so, I will try to address all your requests and problems as best as I can. :)
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.

L Lawliet

Quote from: tyty1234 on December 13, 2010, 03:37:36 PM
Hi everyone :)

I've been on a really long hiatus and when I get the time again to update this mod to RC4 and 1.1.12, I will do so, however it is likely I won't release the update here on the SM.org site. I am planning on setting up a small website for my mods as I no longer have the time to keep coming back to SM.org to check on my mods and everything.

When I will find the time sometime this week or so, I will try to address all your requests and problems as best as I can. :)

OK, thanks very much. I will wait the update RC4. But if you share your updates on SM.org, it will be good.

L Lawliet

Can anyone update this mod? Because tyty1234 hasn't have time.


tyty1234

#224
Quote from: timned88 on February 23, 2011, 11:30:15 AM
RC5 PLEASE!!!!!!!!!

I apologize. I know from my post above I said I would have time, but I couldn't find time during my winter break to update this mod, and still have not found time. The mod should work if emulated, or if the version was changed in the package-info.xml, but I believe there is one install error. I have to go look into that and see what the problem is. Again, I apologize for not being on top of things. Life goes on.

--------------------------------------------------------

EDIT:

Just updated to 2.5.2 for 2.0 RC5. Install went well on my localhost, but for anyone that has errors or anything, please report them and I'll try to see what I can do. Thanks.
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.


HorTs

#226
Installed this on RC5 and the Topic stats are out, it only seems to be counting from installation of the mod. Posts is fine.

Any ideas?

HorTs


jaisi

same problem here no Bar showing .... any idea how to Solve ?? my forum Version Is R5

waruna

So I need to uninstall Member Color Link first before install this mod and I can reinstall it back? Or I can't reinstall that mod at all after installing this mod?
Trust of Lust

HorTs

Any idea on the 'only showing the day stats for topics' issue?

khamseen

#231
How would I go about adding this to the DarkRain V3 theme? It can't auto install and the format is different than the mod expects so I'm not confident enough to make the changes myself.

I've attached the file in question.

Thanks for any help.

EDIT: Never mind, I managed to redo it on my own.

Code (what you actually need to find) Select

echo '
</table>
</td>
</tr><tr>


Code (what I replaced that with (May not be elegant, but it works)) Select

echo '
</table>
</td>
</tr><tr>';

foreach ($context['top10_sort'] as $time)
{
// This is needed first for the data.
$top10_posters = 'top10_posters_' . $time;
$top10_topic_starters = 'top10_topic_starters_' . $time;

echo '
<td class="catbg" colspan="2" width="50%"><b>', $context['top10_txt']['posters'][$time], '</b></td>
<td class="catbg" colspan="2" width="50%"><b>', $context['top10_txt']['topic_starters'][$time], '</b></td>
</tr><tr>
<td class="windowbg" width="20" valign="middle" align="center"><img src="', $settings['images_url'], '/stats_posters.gif" width="20" height="20" alt="" /></td>
<td class="windowbg2" width="50%" valign="top">
<table border="0" cellpadding="1" cellspacing="0" width="100%">';
foreach ($context[$top10_posters] as $id => $poster)
echo '
<tr>
<td width="60%" valign="top">', $poster['link'], '</td>
<td width="20%" align="left" valign="top">', $poster['num_amount'] > 0 ? '<img src="' . $settings['images_url'] . '/bar.gif" width="' . $poster['post_percent'] . '" height="15" alt="" />' : '&nbsp;', '</td>
<td width="20%" align="right" valign="top">', $poster['num_amount'], '</td>
</tr>';
echo '
</table>
</td>
<td class="windowbg" width="20" valign="middle" align="center" nowrap="nowrap"><img src="', $settings['images_url'], '/stats_posters.gif" width="20" height="20" alt="" /></td>
<td class="windowbg2" width="50%" valign="top">
<table border="0" cellpadding="1" cellspacing="0" width="100%">';
foreach ($context[$top10_topic_starters] as $id => $poster)
echo '
<tr>
<td width="60%" valign="top">', $poster['link'], '</td>
<td width="20%" align="left" valign="top">', $poster['num_amount'] > 0 ? '<img src="' . $settings['images_url'] . '/bar.gif" width="' . $poster['post_percent'] . '" height="15" alt="" />' : '&nbsp;', '</td>
<td width="20%" align="right" valign="top">', $poster['num_amount'], '</td>
</tr>';
echo '
</table>
</td>
</tr><tr>';
}

echo '
"In hope we find despair and in despair we find truth." - Myself

willsteele

Is there any way to exclude boards, topics, posts, etc. that are "private"?  That is, only available to certain admin and set to not have posts count towards total post count.

I am showing differences in some of the stats due to that.  For instance, one member is a top 10 poster with 643 posts but it shows 706 in the top 10 posters this year section.  (this forum is only a month old so there isn't any discrepancies as far as the year start time)  Those 63 posts are posts from the private area not supposed to count towards total post count.

Any help is appreciated.  Great mod.

tyty1234

Hey guys,

I want to apologize for not updating the mod periodically and addressing your errors. I've been real busy and it's been so long since I coded for SMF, but with the release of SMF 2.0, the mod will need to be updated. Before I do that however, if you guys would go here to report some bugs or errors that you found in the mod so that I can fix those bugs and errors and the next version of this mod can be bug-free and is working smoothly. I promise that I will do my best to update and fix the mod in a timely manner as I have a little free time on my hands.

Thanks,
tyty1234
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.

tyty1234

Version 2.6 has been released! It supports SMF 2.0, but no longer supports SMF 1.1.x forums. Please refer to the OP for what's new in this version. This mod, along with the other mods that I wrote are also available on my site.
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.


tyty1234

Are you using SMF 2.0 Gold? It should be working fine.
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.



tyty1234

Ahh, I thought that'd be the problem. :)
You're welcome! :)
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.

Advertisement: