View Full Version : Only 1st Tag is Showing
adiabatic
02-16-2011, 06:06 AM
Hi,
On my forum, I can only have one tag each post. Is it a bug or...
I have tried to change the tag settings with comma etc.
Anyone?
Thanks
Brian
02-17-2011, 10:40 AM
If you are referring to your vBulletin thread tags then you will need to ask for support at vbulletin.com.
adiabatic
02-19-2011, 09:10 AM
I am reffering to the arcticle tags in the vBadvanced Dynamics software
Brian
02-19-2011, 10:26 AM
Sorry, I thought you were referring to your vBulletin tags since you said "On my forum". I've done some testing locally and it looks like there's a small bug that can prevent more than the first tag from showing. I've just applied the fix to the dynamics/showentry.php file in the download package here, so if you will download the files again and update that one on your server, that should take care of the issue.
Or if you would rather apply the fix manually, just look in the file for this line:
foreach ($kwords AS $keyword_nohighlight)
And replace with this:
foreach ($kwords AS $kwordkey => $keyword_nohighlight)
adiabatic
02-19-2011, 01:43 PM
Thanks - Fixed
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.