I need to show in result module not only the result, but also results of the periods. Forexample 3:1 (25:15, 22:25, 25:0, 25:0)
How can I achieve this?

I found in module_joomleague_result code that I need to change, unfortunately I do not know how...
309 line code:
Code: Select all
</td>
<td align="center" nowrap="nowrap"><?php echo $match->matchpart1_result; ?></td>
<td align="center" nowrap="nowrap">:</td>
<td align="center" nowrap="nowrap"><?php echo $match->matchpart2_result; ?></td>
</tr>
Thanx for help