![]() |
The only way is to move the template hook where the link gets inserted. This will be in your postbit or postbit legacy template. Keep in mind though that if you have any other mods that also utilize this templat hook location that those will move location as well.
Thanks Mark |
Thanks for the reply Mark.
Hope that I don't misunderstand what you said; I would have to move the entire "$template_hook[postbit_userinfo_left]" ? I've been trying to integrate it into the $post[postid] popup menu. I've gotten as far as inserting text into that field (Username's Garage) but, it will not link to the user's garage. This is all that I am after. So, I'd like to do away with the entire notion of a popup including the standard "Garage" link and popup. Is it not possible? |
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 |
Understood. It does help a lot Mark. I appreciate the reply back. I may hit you up again. :)
|
Hi there!
Could you tell me please what table and value do I need to alter using phpMyAdmin if I want to reassign Garage profile from one mebmer to another? |
The table is `DTO_garage_vehicle`
Value would be 'userid' as it corresponds to the users numerical id |
.zip wouldn't open on my machine (mac) said I have the wrong permissions. But DID open when downloaded from developers site.
Not sure what was going on there :) |
Hi there!
Is it possible to run SQL query to set all garages from 'hidden' to 'public'? |
Quote:
|
Quote:
Code:
UPDATE DTO_garage_vehicle SET display = "1" WHERE display = "0" |
What do I need to change in order to disable the creation of a new garage without the main photo?
|
Quote:
|
Quote:
|
I was wondering if there is a feature to have a link to a Member's Garage in the Profile box like under their avatar or location?
Thank you! |
All times are GMT. The time now is 04:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|