Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: impreza on August 27, 2013, 05:54:18 AM

Title: Number of user topics in this forum visible on profile
Post by: impreza on August 27, 2013, 05:54:18 AM
How to do to be seen

Number of topics written by the user in posts

< - ---  By the number of posts
Title: Re: Number of user topics in this forum visible on profile
Post by: Branko. on August 27, 2013, 06:39:26 AM
Topic Count in Profiles (http://custom.simplemachines.org/mods/index.php?mod=2084)
Title: Re: Number of user topics in this forum visible on profile
Post by: impreza on August 27, 2013, 08:36:35 AM
I would prefer to insert the code manually to display.template but do not know how

This add-on files and spoils me with him the same mistakes
Title: Re: Number of user topics in this forum visible on profile
Post by: kat on August 27, 2013, 08:51:19 AM
To see the manual edits, look under the download link, where it says "Manual Install Instructions for SMF".

Select the version of SMF that you're using and click on "Parse".
Title: Re: Number of user topics in this forum visible on profile
Post by: Arantor on August 27, 2013, 09:30:09 AM
Since the count of topics is not stored anywhere (and you haven't made it clear whether it's topics started by a user or topics participated in by a user, there's a huge difference), you'd have a *serious* performance hit to calculate and show that every page.
Title: Re: Number of user topics in this forum visible on profile
Post by: impreza on August 27, 2013, 10:05:14 AM
I would like to add the code manually but no modifications

The calculation is the 'user statistics

But how does this show just in posts
Title: Re: Number of user topics in this forum visible on profile
Post by: Arantor on August 27, 2013, 10:14:07 AM
-sigh-

It's calculated in the user statistics as needed. Doing it every post view would be a massive amount of work!

Literally the server would have to go through every post every single topic view.
Title: Re: Number of user topics in this forum visible on profile
Post by: kat on August 27, 2013, 11:02:25 AM
That would bring your site to an absolute crawl, impreza.

As in "VERY SLOW, INDEED".

Not a good idea, I would say. :)
Title: Re: Number of user topics in this forum visible on profile
Post by: impreza on August 27, 2013, 11:26:46 AM
I understand, thank you for your answer
Title: Re: Number of user topics in this forum visible on profile
Post by: kat on August 27, 2013, 11:31:32 AM
:)