View Full Version : How can I remove the comma from Tag List?
ElForro
11-09-2009, 07:59 PM
I've searched everywhere, including PHPs, but I can't find it...
How could I remove the comma between the Tag List displayed in the Showthread?
Thanks!
Lynne
11-09-2009, 08:23 PM
Look up the function fetch_tagbits
ElForro
11-09-2009, 08:30 PM
Lynne, I've found the funcion fetch_tagbits in showthread.php and threadtag.php, but I can't find any commas in that function...
Lynne
11-09-2009, 10:11 PM
It's this line:
$tag_list .= ($tag_list != '' ? ', ' : '');If $tag_list is not empty, add a comma, else add nothing (You'll want to get used to that form of if/else for vb4 templates.)
ElForro
11-09-2009, 10:29 PM
Thanks Lynne,
I edited that line in "functions_bigthree.php" and worked...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.