There is not default vb option to do this.
The taglist for each thread gets stored in the database already in alphabetical order (thread.taglist). So, probably your best bet is to modify the function fetch_tagbits (functions_bigthree.php) to mix them up prior to writing them to the variable $tag_list. (You'll probably need to do it prior to entering the foreach loop.)
|