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)

GoTTi 04-28-2004 04:36 AM

magnus - can you please provide a text version of the install to be viewed like it would be manually done.

reason i need this, i need to know what modifications are made to my mySQL db, and the php file is hard to understand.....

GoTTi 04-28-2004 04:44 AM

on the next version you might be releasing, is it possible to make it where the vbgarage can import the current images or attachments?

dede1 04-28-2004 05:59 AM

Hello

Look is missing to me here in the AdminCP

https://vborg.vbsupport.ru/attachmen...chmentid=18058

How do I installation? Where do I find in addition the description?

DaveLogic 04-28-2004 07:46 AM

Quote:

Originally Posted by magnus
Just place the following code in the respective PHP file:

PHP Code:

$result_latest $DB_site->query("
    SELECT vbgarage_images.* 
    FROM " 
TABLE_PREFIX "vbgarage_images
    ORDER BY vbgarage_images.id DESC 
    LIMIT 5
"
);
    
while (
$latest $DB_site->fetch_Array($result_latest))
{
    eval(
'$latestbits .= "' fetch_template('vbgarage_latestbits') . '";');
}

$DB_site->free_result($result_latest); 

Be sure to add the following line to the $globaltemplates(); array, too.
PHP Code:

        'vbgarage_latestbits'

Then, just add [high]$latestbits[/high] into the template you want it displayed in.

Is it possible to modify this to show a particular user's latest uploads on their profile page??

GoTTi 04-28-2004 08:05 AM

another thing, i set the uploads to a high number, and when there gets to be about 7-10 images, the thumbnails in the "vbgarage.php?do=editgarage" are just spreading itself in 1 row going off the screen, making a scroll bar @ the bottom to view the row of thumbnails...

anyway to make these wrap or whatever so they stay in 1 page just filtering down.

magnus 04-28-2004 09:52 AM

Quote:

Originally Posted by Da_GoTTi
magnus - can you please provide a text version of the install to be viewed like it would be manually done.

reason i need this, i need to know what modifications are made to my mySQL db, and the php file is hard to understand.....

The PHP file shows the SQL queries in plaintext. Just remove the [high]$DB_site->query("[/high] from the beginning and [high]")[/high] from the end of each query. There's no mystery. :)

magnus 04-28-2004 09:53 AM

Quote:

Originally Posted by Da_GoTTi
on the next version you might be releasing, is it possible to make it where the vbgarage can import the current images or attachments?

Import what images and/or attachments, exactly?

magnus 04-28-2004 09:54 AM

Quote:

Originally Posted by dede1
Hello

Look is missing to me here in the AdminCP

https://vborg.vbsupport.ru/attachmen...chmentid=18058

How do I installation? Where do I find in addition the description?

Like I said, if you're missing the vBGarage AdminCP options, then you're missing the 'settings' SQL queries.

magnus 04-28-2004 09:55 AM

Quote:

Originally Posted by Da_GoTTi
another thing, i set the uploads to a high number, and when there gets to be about 7-10 images, the thumbnails in the "vbgarage.php?do=editgarage" are just spreading itself in 1 row going off the screen, making a scroll bar @ the bottom to view the row of thumbnails...

anyway to make these wrap or whatever so they stay in 1 page just filtering down.

As stated before, include a space at the end of the vbgarage_imagebits template. Search this thread for more information.

dede1 04-28-2004 11:41 AM

Thanks ist ok


All times are GMT. The time now is 04:08 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.03502 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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