'awards_postbit_display_style2'
'awards_postbit_display_style3'
still not cached.. I thought this was fixed TWICE?
Edit PLUGIN
YAAS - cache templates
Find:
Code:
$globaltemplates = array_merge($globaltemplates, array('awards_bit', 'awards_postbit_display'));
replace with:
Code:
$globaltemplates = array_merge($globaltemplates, array('awards_bit', 'awards_postbit_display', 'awards_postbit_display_style2', 'awards_postbit_display_style3'));
Edit awards.php
Find:
Code:
'awards_postbit_display'
replace with:
Code:
'awards_postbit_display',
'awards_postbit_display_style2',
'awards_postbit_display_style3'
This mod adds a lot of queries. Mod disabled: 31 queries, Mod enabled: 41 queries.
Does it add a query for each post in the threadview, even IF that person had NO awards?