Quote:
Originally Posted by MarkFL
Look at the lines you posted of the form:
PHP Code:
elseif ($vthread['views'] < 499) AND ($vthread['Silver'] != $title2))
Those need to have this form:
PHP Code:
elseif (($vthread['views'] < 499) AND ($vthread['Silver'] != $title2))
|
I made these corrections to the code I recently posted and have it working in a test forum, unfortunately only the "Bronze" prefix is working. It does not change to the next prefix after the thread views reach the next number