In the postbit template there are the following template_hook locations:
postbit_start
postbit_userinfo_left
postbit_userinfo_right_after_posts
postbit_userinfo_right
postbit_messagearea_start
postbit_signature_start
postbit_signature_end
postbit_controls
postbit_end
postbit_user_popup
in our DTO Garage Postbit Pop-up Menu plugin we use the postbit_userinfo_right template hook.
If you are trying to change the popup menu that we provide to something that only shows the a link to that user's garage you would need to rewrite what the above mentioned plugin is doing. Effectively you would need to query the database to find the id of the user's garage entry and then, if a id was retrieved, return a link that would look something like the following:
http://www.yoursitehere.com/forums/d...ehicle_id=1028
where the vehicle_id value is whatever you retrieved from your database query.
In our paid product the popup menu shows all the garages that a person may have so this was the reason we didn't do this in the free version.
Hope this helps a bit.
Thanks
Mark