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)

Action-N 01-25-2014 09:35 PM

It just occurred to me to look at the source code for that table to look for set a width. See the table is set for 100% an that actually re sizes, it's the images that won't wrap. From what I can suggest change the html so instead of the individual pictures having their own td section to all of them in just one. Then you'll get your photos to wrap an just squeeze down.

Question to vbulletin.org, what does it take for a mod to be moved to the graveyard? This mod has been unsupported, nor updated, an now their own website has expired.

Pieper 01-26-2014 06:23 PM

Does anyone who is using this mod managed to get rid of the required fields?

SPEEDKILLZ 02-01-2014 05:51 AM

Quote:

Originally Posted by Action-N (Post 2476863)
It just occurred to me to look at the source code for that table to look for set a width. See the table is set for 100% an that actually re sizes, it's the images that won't wrap. From what I can suggest change the html so instead of the individual pictures having their own td section to all of them in just one. Then you'll get your photos to wrap an just squeeze down.

Question to vbulletin.org, what does it take for a mod to be moved to the graveyard? This mod has been unsupported, nor updated, an now their own website has expired.

Please explain

Also looks different on different computers
On different computer? I know it is a mod that is doing it but why would it look fine on one computer and bad on another. Here is what it looks like on my friends computer.

https://vborg.vbsupport.ru/external/2014/01/1.jpg

And here is what it looks like on my computer.

https://vborg.vbsupport.ru/external/2014/01/1.png

So what causes it to be different? Any fixes?

TheLastSuperman 02-01-2014 06:10 AM

Quote:

Originally Posted by Action-N (Post 2476863)
It just occurred to me to look at the source code for that table to look for set a width. See the table is set for 100% an that actually re sizes, it's the images that won't wrap. From what I can suggest change the html so instead of the individual pictures having their own td section to all of them in just one. Then you'll get your photos to wrap an just squeeze down.

Question to vbulletin.org, what does it take for a mod to be moved to the graveyard? This mod has been unsupported, nor updated, an now their own website has expired.

Many mods are marked as unsupported and many sites die but if the mod still works fine and no security issue is present to our staff we leave it up. Sometimes people need a copy (hacked etc) to re-upload fresh files to continue using the same mod as it worked fine for them but if we removed prematurely "just because" it was unsupported then they would be out of luck. There's more examples I can cite but the gist of it is, if it still works fine let it be as others may need it or can provide support amongst those who installed the mod within the thread - they cannot post or share any hints/tips while the thread is within the graveyard though.

Many in the past have used the idea of a mod but re-written it entirely thereby making their own version of it and fully supporting it, that is allowed like you are doing in your current Garage mod ;).

Action-N 02-01-2014 06:32 AM

It's probably a screen resolution issue from these photos. I went to your site an scrolled my browser until it overflowed like the first shot an got to 1375px. So if any user is viewing your page with smaller it'll be messed up.
Tried looking at the source code for the table an it probably needs redesigned to make any sense of it. Has a grey line over the pictures so it's trying to use the forum templates.

I reinstalled a fresh copy of this garage so I can look at the template an css used for this. In the mean time do you really think you need that picture box? At least until you can get it fixed.

Action-N 02-01-2014 06:48 AM

Thanks for the response lastSuperman. I just feel sorry for the people that keep downloading this mod an struggle with the problems. Hence I've tried to help with what I can. I have plenty of old mods I burned to a disc for storage, an have gone to find other items on this site that are in the graveyard. So know what you mean, once there there gone. The mod I used to start my project from has been in the graveyard, guess them files need backing up.

stern 02-01-2014 10:52 AM

Hello

Does the VB Pro Garage with vBulletin 4.2.2 without error, or should keep your hands of it.

-------------------------------------------------------------------------------------------------------------------

Hallo

Funktioniert die VB Pro Garage mit vBulletin 4.2.2 fehlerfrei, oder sollte man die Hände davon lassen.

MrD 02-01-2014 12:29 PM

Hi,
@Stern: works fine.
But the error handling in vb4.2.2 displays some errors like
"Assigning the return value of new by reference is deprecated in..."
to fix that, check your php files and replace the follow code.
PHP Code:

=& new
=&new
= &new 

with
PHP Code:

= new 


stern 02-01-2014 02:33 PM

welchen php files muss ich da checken

----------------------------------------------------

which php files do I need to check because

ozzy47 02-01-2014 02:38 PM

Quote:

Originally Posted by stern (Post 2478391)
welchen php files muss ich da checken

Please keep all posts in English. :)


All times are GMT. The time now is 03:31 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
  • Page Generation 0.02376 seconds
  • Memory Usage 1,747KB
  • 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_php_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