I'm using some custom BBcode, [IMGR], that turns an image into a thumbnail. This has worked great for my forum and the blogs, but on the CMS there is one slight problem: it seems the CMS only generates thumbnails for the front article if it sees an IMG tag.
Basically what I want to do is have vBulletin create the thumbnail and format the post when it sees an IMGR tag as well. There must be a condition somewhere that I can add to, but where? Is it a PHP file or a template?
This is what I'm talking about, btw (screenshot):
http://cl.ly/21rX
On the top image, I am using IMGR. It does not format the way I want it to. On the bottom image, I am using IMG and vBulletin CMS automatically formats it neatly, with the thumbnail and spacing and all.
Any help is much appreciated!