vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBGarage v3.1.1 (now with GD-Lib support!) (https://vborg.vbsupport.ru/showthread.php?t=63681)

lasto 04-11-2004 10:39 PM

good hack magnus.
/me clicks installs

magnus 04-11-2004 10:41 PM

Add "Who's Online" Locations

In includes/functions_online.php:

FIND:
PHP Code:

        case 'bugs':
            
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
            
break; 

Add BELOW:
PHP Code:

        case 'vbgarage':
            
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], $vbphrase[vbgarage]);
            break; 

FIND:
PHP Code:

    case 'bugs.php':
        
$userinfo['activity'] = 'bugs';
        break; 

Add BELOW:
PHP Code:

    case 'vbgarage.php':
        
$userinfo['activity'] = 'vbgarage';
        break; 

Done!

joeychgo 04-11-2004 10:44 PM

Did you see post 205 magnus?

magnus 04-11-2004 10:47 PM

Quote:

Originally Posted by joeychgo
Did you see post 205 magnus?

Yes. See post 211.

For future reference, if someone is going to reference a post.. please provide a link, it's much easier than me trying to find it in the list.

Thanks. ;)

joeychgo 04-11-2004 10:49 PM

oops sorry... :)


"You'll either need to enlarge the table, or reduce the thumbnail size. By default, I set thumbnails to 100x100, and that way they display in 2 columns."


How do I enlarge the table?

magnus 04-11-2004 10:51 PM

Quote:

Originally Posted by joeychgo
oops sorry... :)


"You'll either need to enlarge the table, or reduce the thumbnail size. By default, I set thumbnails to 100x100, and that way they display in 2 columns."


How do I enlarge the table?

By passing [high]width="{x}%"[/high] variables for that specific [high]<td>[/high] column. It's something you'll need to tinker with until you get it how you want it. :)

corsacrazy 04-11-2004 10:51 PM

Quote:

Originally Posted by joeychgo
oops sorry... :)


"You'll either need to enlarge the table, or reduce the thumbnail size. By default, I set thumbnails to 100x100, and that way they display in 2 columns."


How do I enlarge the table?

in teh template view garage change the 40% to 50 and change the 60% to 50% aswell

joeychgo 04-11-2004 10:59 PM

Errrr Where?


Quote:

Originally Posted by corsacrazy
in teh template view garage change the 40% to 50 and change the 60% to 50% aswell


corsacrazy 04-11-2004 11:03 PM

try using this template instead u will have to re add the changes for comment system if u are using it

joeychgo 04-11-2004 11:06 PM

the 50%/50% change worked --- I just didnt know which template that was in, but I found it.......


All times are GMT. The time now is 02:51 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.02437 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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