I am running Vbulletin 4.2.2 Patch Level 4.
I have some lost code and was wondering if someone could tell me how to find and correct it.
My user info has the user data not correctly located on the right side. I believe it is related to the garage program. (view attachment)
I see this in the code related to it:
***********************************
Code:
<img class="inlineimg onlinestatus" src="http://www.teambuick.com/forums/images/statusicon/user-offline.png" alt="67ndSkylark is offline" border="0" />
<span class="usertitle">
Newbie
</span>
<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="p <<<<<<<<<<<<<<<< THIS SHOULD NOT BE HERE!
<span class="postbit_reputation" id="repdisplay_94674_23775" title="67ndSkylark is an unknown quantity at this point">
<img class="repimg" src="http://www.teambuick.com/forums/images/reputation/reputation_pos.png" alt="" />
</span>
<div class="imlinks">
</div>
</div>
</div>
<div class="userinfo_extra">
<dl class="userstats">
<dt>Join Date</dt> <dd>May 2014</dd>
<dt>Location</dt> <dd>North Dako</dd>
<dt>Posts</dt> <dd>1</dd>
</dl>
***********************************
I found "garage_dropdown", it looks like it is related, but it looks complete!
Code:
<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>{vb:raw veh_col_text}</strong></a>
<ul class="popupbody popuphover vehicleaction_body">
<vb:each from="ddvehicle_block_data" value="ddvehicles">
<li class="left"><a href="{vb:var ddvehicles.link}"><img src="{vb:var ddvehicles.image}" alt="{vb:raw vehicle_link_title}" width="75" border="0" />{vb:var ddvehicles.veh_name}</a></li>
</vb:each>
</ul>
</div><br />
</div>
Thanks