![]() |
Are you supposed to be able to click on a picture to zoom in a user's garage? I cant remember if mine ever did or not, but it isn't right now. When you click on a picture, it acts like it's trying to load, but never does.
|
1 Attachment(s)
Quote:
|
Quote:
First you need to find the code (in whole) that SHOULD be there. You can work this out by looking at another members profile via the admin panel (needs to be another member that has a 'Garage'). Basically you need to change the URL it links to for this particular user, and also the users' thumbnail pic. Once you have that, you need to locate this OLD code in phpmyadmin, and replace it with the full code. It'll then be fixed. I can't remember which table it was under off the top of my head, but if you do a search inside phpmyadmin, you shouldn't have any problem finding it. If you get stuck, report back and I'll try find which table it was for you. Remember to take a backup before messing around with the database. Better safe than sorry! |
Sorry everyone, I took the wife and kids on vacation and haven't checked in here.
ssoc, look in your user profile fields, there is one there for the postbit dropdown in field43. If you edit that the field its probably still set to 250 characters. Bump that up to 10000 or so. What happened is someone edited their vehicle and the field cut off the length of the field. discoduck and Mike Bucy, it looks like the problem I've run into on some forums where the text gets converted to html characters for some reason. Give this a try, do the same thing ssoc did and also edit a plugin ACP->Plugins and Products->Plugin Manager Edit the plugin Garage Postbit Vehicle Dropdown Find Code:
if ($vbulletin->options['legacypostbit'] == 1) Code:
if ($vbulletin->options['legacypostbit'] == 1) Code:
$maxwidth_f = "800"; There are supposed to be 3 images created. 1 thumbnail for the page viewing, 1 medium size image for the litebox popup and then 1 large for detailed view. The large was accidentally hard coded to 800x600 Let me know if that fixes it for you guys and sorry for it taking a while to get back to you on the problems. |
Quote:
|
RESOLVED -I have the same problem, where do you look for these fields.. .sorry not sure what you were referring to. I don't have a field43 :(
EDIT I ran a rebuild from the Management screen "Rebuild Vehicle Postbit Dropdowns" |
Quote:
|
Quote:
Best bet for now is to edit the template garage_dropdown Find Code:
<a class="popupctrl" href="#"><strong>{vb:raw veh_col_text}</strong></a> Code:
<a class="popupctrl" href="#"><strong>Vehicles</strong></a> |
No, I did have a translator installed but disabled it as they were no longer offering a free version.
I will try you work around, thank you so much for you help and great great product edit: no it's still there, see screen shot: http://screencast.com/t/JG7RLi8Vkxb |
Quote:
|
All times are GMT. The time now is 01:01 AM. |
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:
|