vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - VB Pro Garage Timeslips (https://vborg.vbsupport.ru/showthread.php?t=236888)

ExoticAgenda 01-20-2012 11:30 AM

Quote:

Originally Posted by Dylanblitz (Post 2290110)
I don't have the notification setup for that, would need to make some code changes for that to work

Oh ok gotcha. Is it a hard thing to make work? I think it would be kind of cool. The reason being is that on my site we created a section to show off peoples rides, and the feature you have to create a post is awesome. only thing is the subject is always be the same and hard to tell what vehicle was posted without reading. (http://www.exoticagenda.com/forumdis...Garage-Updates). If its not something you were looking to add no worries, figured id ask about it. Mod is great though

IMTalk.org 01-21-2012 02:37 PM

First thanks for this great mod!!! :)

I have problem with uploaded image quality.
I have lightbox enabled and when I upload jpg from my PC (which is less than max file size and same in dimensions as max dimensions) uploaded pic in garage is lower quality than pic on my PC.
I checked the full version of the pic also in "images/garage/attach" folder and it is same in quality as smaller (lightbox)version. Why is that?
I have checked your code for re-sizing and everywhere I can se that you have used 100 for quality, so I don't undersnatd why pic is "ruined" so to speak.
Is it because of GD2? Is it something that GD2 is doing by default to the pictures?
How can I have same quality pic in garage as it is on my PC?

Also is it possible not to create that full picture, because I don't see any use of it (at least not for me) and it is only using space, becsuse it is same in quality as that smaller(lightbox) pic?

Reece^B 01-21-2012 05:27 PM

I need a replacement for photoplog which isnt vB4 supported, and this looks just the thing!

IMTalk.org 01-24-2012 04:13 PM

Anyone?

ssoc 02-01-2012 04:46 AM

1 Attachment(s)
Since updating vBulletin to the latest version, and reverting the templates (as it requested), I have come across an error on my site with one particular user.

Here's a screenshot to show you:

Attachment 136223

I went to edit this users' profile in the admin panel and under the 'user profile fields-> Profile Fields from Form 'Edit Profile'' section, here's the code that's appearing in the box:

Code:

<!-- BEGIN TEMPLATE: garage_dropdown -->

<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>
<ul class="popupbody popuphover vehicleaction_body">

<li class="left"><a href="h

As you can see, the code's cut short.

I've compared this to a few other users and worked out that this is what should actually be in that box:

Code:

<!-- BEGIN TEMPLATE: garage_dropdown -->

<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>
<ul class="popupbody popuphover vehicleaction_body">

<li class="left"><a href="http://ssoc.co.uk/forums/garage_vehicle.php?do=view_vehicle&id=4"><img src="images/garage/attach/2/6/garage_vehicle-4-13203546061_thumb.jpg" alt="View Vehicle" width="75" border="0" />2002 Suzuki Swift - "Donkey Kong"</a></li>

</ul>
</div>
</div><br />


<!-- END TEMPLATE: garage_dropdown -->

I tried replacing the code from within the admin panel but it just seems to revert back straight away.

Any idea what might be wrong? For the time being I've just removed all code from this user's profile, but this means in postbit that user doesn't have a link to his garage, whereas everyone else does.

Would appreciate any help.

ssoc 02-01-2012 06:24 AM

Just an update RE my previous post- I've fixed this now. Still not sure how or why that error came about, but what I done is go into PHPMyAdmin and change it manually. Seems to be fine now.

Mike Bucy 02-05-2012 10:07 AM

I have something similar if not the same.

I have VB4.1.10

User profile field has an unlabled box with this code in it:

<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>
<ul class="popupbody popuphover vehicleaction_body">

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=11"><img src="images/garage/attach/4/5/garage_vehicle-11-13283303183_thumb.jpg" alt="View Vehicle" width="75" border="0" />1973 BUICK ELECTRA</a></li>

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=12"><img src="images/garage/attach/4/5/garage_vehicle-12-13283317415_thumb.jpg" alt="View Vehicle" width="75" border="0" />1969 BUICK RIVIERA</a></li>

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=13"><img src="images/garage/attach/4/5/garage_vehicle-13-13283327205_thumb.jpg" alt="View Vehicle" width="75" border="0" />1985 BUICK REGAL</a></li>

</ul>
</div>
</div><br />

Anyone have any thoughts!!!

discoduck 02-09-2012 09:02 PM

Quote:

Originally Posted by Mike Bucy (Post 2296376)
I have something similar if not the same.

I have VB4.1.10

User profile field has an unlabled box with this code in it:

<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>
<ul class="popupbody popuphover vehicleaction_body">

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=11"><img src="images/garage/attach/4/5/garage_vehicle-11-13283303183_thumb.jpg" alt="View Vehicle" width="75" border="0" />1973 BUICK ELECTRA</a></li>

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=12"><img src="images/garage/attach/4/5/garage_vehicle-12-13283317415_thumb.jpg" alt="View Vehicle" width="75" border="0" />1969 BUICK RIVIERA</a></li>

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=13"><img src="images/garage/attach/4/5/garage_vehicle-13-13283327205_thumb.jpg" alt="View Vehicle" width="75" border="0" />1985 BUICK REGAL</a></li>

</ul>
</div>
</div><br />

Anyone have any thoughts!!!


I've got the same problem

discoduck 02-09-2012 09:19 PM

Quote:

Originally Posted by ssoc (Post 2294874)
Just an update RE my previous post- I've fixed this now. Still not sure how or why that error came about, but what I done is go into PHPMyAdmin and change it manually. Seems to be fine now.

Which table did you fix in phpMyAdmin? I'm trying to look for it.

Thanks

ssoc 02-14-2012 02:33 AM

Show a screenshot of your problem. Doesn't look like you're facing the same problem I was, based on what you've posted.


All times are GMT. The time now is 11:24 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
  • Page Generation 0.02166 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete