Just need to confirm something. I tried to put the below code inside the thread_rows() function on the theme_threads.php file, and the template errored out (just showed a blank browser page).
{if avatar_width <= '125'}{avatar_width}{if:else}125{/if}So, I’m guessing you can’t use complex if statements in the forum templates?