2019-06-16, 06:53 PM
(2019-06-16, 04:51 PM)Eldenroot Wrote:(2019-06-16, 04:15 PM)codedude Wrote: Thank you for that. One suggestion though. Please add colors on forumdisplay if like is 0 grey and if positive green.
I am sorry but I wont add this feature, anyway it is possible with template conditionals plugin easily.
if (!$tyl_forumdisplay_thread_var > 1) {
echo '<span class="grey_border">$tyl_forumdisplay_thread_var</span>';
} else {
echo '<span class="green_border">$tyl_forumdisplay_thread_var</span>'; }
'This should work, right?