The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
OK, I went through the whole thing for you.
If I didn't forget an </if> or anything else anywhere, this should work.... Code:
<!-- start MINIs --> <if condition="$userinfo[field25] != ''"> <if condition="$userinfo[field13] != ''"> <if condition="$userinfo[field24] != 'Other' AND $userinfo[field24] != 'White'"> <if condition="$userinfo[field13] != 'MINI Cooper Convertible' AND $userinfo[field13] != 'MINI One Convertible' AND $userinfo[field13] != 'MINI Cooper S Convertible' AND $userinfo[field24] != 'Black' AND $userinfo[field24] != 'Body Color' AND $userinfo[field24] != 'Other'"> <if condition="$userinfo[field23] == 'Solid Black' OR 'Cosmos Black' OR 'Astro Black'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/black.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Chili Red'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/red.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Liquid Yellow'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/yellow.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Pepper White'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/pw.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Velvet Red'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/vr.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'British Racing Green'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/brg.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Solid Gold Met'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/gold.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Silk Green'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/sg.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Indi Blue'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/indi.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Hyper Blue'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/hyper.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Black-Eye Purple'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/bep.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Pure Silver'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/ps.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Dark Silver'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/ds.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Electric Blue'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/elec.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> <else /> <if condition="$userinfo[field24] != 'Body Color'"> <if condition="$userinfo[field23] == 'Cosmos Black' OR 'Solid Black' OR 'Astro Black'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/blackblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Chili Red'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/redblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Liquid Yellow'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/yellowblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Pepper White'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/pwblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Velvet Red'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/blackblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'British Racing Green'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/brgblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Solid Gold Met'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/goldblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Silk Green'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/sgblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Indi Blue'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/indiblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Hyper Blue'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/hyperblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Black-Eye Purple'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/bepblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Pure Silver'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/psblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Dark Silver'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/dsblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> <else /> <if condition="$userinfo[field23] == 'Electric Blue'"> <a href="member.php?u=$post[userid]&do=vehicledetails" target="_blank"><img src="techtwo/cars/elecblack.gif" border="0" alt="mini_button.gif" title="View $userinfo[username]'s $userinfo[field13] Profile" /></a> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> </if> (have to split it up, newreply.php is timing out on me) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|