Purchased this add-on because of its similarity to vBulletin's top stats, however one very important thing that is missing is the section in which the posts shown are posted. Would it be possible to do some modification so my top stats show the sections in which the threads are located? Regards, Carl (yea, if you could fix my forum name i'd appreciate it)
You can do this by open template BRMS_thread_title and place following code into anywhere you want Code: <a href="{xen:link forums, $thread}">{$thread.node_title}</a> Regards,