First a bug I've noticed... the
The Developer section includes the vBulletin version.
I've noticed that in displaying the version number... it displays the version number of the user viewing the page, not the developers user details. I don't think this is intended, as it's not helpful to the end user really...
Also... as a suggestion, I wondered whether we can possibly get the system setup so that the text for the 'vbulletin' version and the image it uses can be configured through the admin CP. I'm using the mod for mods of a popular game, and, though I've edited the template direct, it would be a nice feature.

(for reference... the code in the template is:
PHP Code:
<if condition="$post['user_vb']"><div><a name="vbversion"><img src="$stylevar[imgdir_misc]/vbv.gif" width="16" height="16" border="0" alt="" class="inlineimg" /> vBulletin v$post[user_vb]</a></div></if>
)
I've also improved the style of the Modification Info section... which I'm including below for reuse by other users... or for incorporation if someone feels it's useful.
The template edited is:
modsystem_post
edit: it's too long for one post, so I'm posting the change in the next post...