Since updating vBulletin to the latest version, and reverting the templates (as it requested), I have come across an error on my site with one particular user.
Here's a screenshot to show you:
Attachment 136223
I went to edit this users' profile in the admin panel and under the 'user profile fields-> Profile Fields from Form 'Edit Profile'' section, here's the code that's appearing in the box:
Code:
<!-- BEGIN TEMPLATE: garage_dropdown -->
<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>
<ul class="popupbody popuphover vehicleaction_body">
<li class="left"><a href="h
As you can see, the code's cut short.
I've compared this to a few other users and worked out that this is what should actually be in that box:
Code:
<!-- BEGIN TEMPLATE: garage_dropdown -->
<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>
<ul class="popupbody popuphover vehicleaction_body">
<li class="left"><a href="http://ssoc.co.uk/forums/garage_vehicle.php?do=view_vehicle&id=4"><img src="images/garage/attach/2/6/garage_vehicle-4-13203546061_thumb.jpg" alt="View Vehicle" width="75" border="0" />2002 Suzuki Swift - "Donkey Kong"</a></li>
</ul>
</div>
</div><br />
<!-- END TEMPLATE: garage_dropdown -->
I tried replacing the code from within the admin panel but it just seems to revert back straight away.
Any idea what might be wrong? For the time being I've just removed all code from this user's profile, but this means in postbit that user doesn't have a link to his garage, whereas everyone else does.
Would appreciate any help.