• Resolved supernova42

    (@supernova42)


    I can already define a Role and allocate members to that Role.

    Wouldn’t it be be great if I could show a list at the front end of all the members in a particular role, together with the number of Topics and the number of Replies each member has created. The list would be sorted on either Name or Number of Topics created.

    For Example

    Role [User Activity]
    Name Grade Topics Replies
    Julie Jones ** 178 278
    John Smith * 34 56
    Tony Robins 5 2
    Barry Evans 0 0

    I truly believe that this would encourage greater use of the Forum as it would encourage competition whilst naming and shaming those that don’t submit to the Forum. Also each member could be allocated a performance rating dependent on the number of Topics they have created. The actual break points for the Topics and the Names for the Grades can be administrator definable. I’ve just used a star rating for my example.

    Topics Grade
    0 – 10
    10 – 100 *
    100 – 200 **
    200 – 300 ***
    etc

Viewing 4 replies - 16 through 19 (of 19 total)
  • @supernova42 Replace
    This line
    $content .= '<span class="otfm_asgrs_title">Created topics: 0</span>';

    Replaced by
    $content .= '<span class="otfm_asgrs_title">Created topics: 0</span><br />';

    html(<br />) or css (otfm_asgrs_title) ??

    • This reply was modified 7 years, 6 months ago by Yworld.
    Thread Starter supernova42

    (@supernova42)

    Hi Yworld

    The routine is working great now and I would recommend it to all users of Asgaros Forum.

    By the way, with regard to Messages Created do you mean Replies?

    Now that we have a routine to determine the Number of Topics and Messages for each User, it would be great to extend the routine to determine the Topics and Messages for ALL users and display them in a list or table, such as.

    Name..Topics..Messages
    Fred..23……45
    John..67……89
    Jim
    etc
    etc

    Is that possible?

    Thanks again

    Is that possible?

    I can not do ??

    Thread Starter supernova42

    (@supernova42)

    If you go into a forum post it lists the name of the author for that particular post, so all the necessary information is available – it’s just a question of organising the data in a different way in order to create and display a list of all site members together with the number of topics and the number of messages that each site member has created.

    I thought that this might be an extension of the excellent routine which you have already provided. I have installed your routine on several of my websites and it looks very good.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Detailed List Showing Number of Topics etc by each Member’ is closed to new replies.