I have a custom Garage feature that I added to my site. When I upgraded to 3.8, I lost some of my legacy code, and now I can't figure out how I did it previously.
In my postbit_legacy template I have this code:
Code:
<if condition="$post['garage']"><div><a href="/forums/vbgarage.php?do=view&id=$post[userid]">$post[year] $post[make] $post[model]</a></div></if>
Basically a conditional statement that looked to see if a user had a garage, then pulled out their garage info, however, I can not figure out how to get that info back into the $post array.
Can someone provide me some guidance?
Thanks!