View Full Version : tags in threads displayed randomly (not alphabetical)
bongwater
08-15-2009, 09:29 PM
I was wondering if the tags associated with a thread can be displayed randomly, instead of its current alphabetical order. If this can be done, how?
thanx
Lynne
08-15-2009, 09:49 PM
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.)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.