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)

Envy-UK 04-25-2004 06:38 PM

Quote:

Originally Posted by eoc_Jason
Here's a way to do the thumbnails using vB's function for creating the thumbnails in threads... You have to write a temp file for the image function to work from, not a big deal... I used all the vB variables for the temp directory and such.

Code:

                if (!empty($_FILES['src']['tmp_name'])) {
                        require_once('./includes/functions_image.php');

                        $name = $_FILES['src']['name'];
                        $data = addslashes(fread(fopen($_FILES['src']['tmp_name'], "r"), filesize($_FILES['src']['tmp_name'])));
                        $type = $_FILES['src']['type'];

                        $filename = tempnam(ini_get('upload_tmp_dir'), 'tmpimg');
                        $fp = @fopen($filename, 'wb');
                        @fwrite($fp, stripslashes($data));
                        @fclose($fp);

                        $attachment[tmp_name] = $filename;
                        $attachment[name] = $name;
                        $thumb = addslashes(fetch_thumbnail_from_image($attachment,$imageerror));
                        @unlink($filename);
// insert into DB table here...
                }


Jason or Magnus,

Where would I need to add this code?

joeychgo 04-26-2004 01:22 AM

Not true svtoa. in my case, BOTH are installed in the same directory (it was the only way I could get them to work at the time) the index.php in my root directory is to VBA and the vb3 index was renamed to Forum.php. The index doesnt have the same coding as listed here, only the forum.php does.

Regardless, I made all the changes as specified, and got the DB error. how do i fix it?


Quote:

Originally Posted by SVTOA
Joey, you said "forum home page" so your VBadvanced has nothing to do with this- in this case "index.php" refers to the index.php in your vb3 root directory, not your vbadvanced index.php.


dede1 04-26-2004 10:06 AM

My user have no access to the garage that can now lie?
Right ones I you gave

MrNase 04-26-2004 11:55 AM

Some questions before i download and donate ;)

- How easy can i change it from a 'garage' to a user gallery?
I plan to do a website where young athlets could search for sponsors and so on :)
With your hack the users can describe themselves and upload pictures :)

- Did you use phrases? I would need to translate it to german :(

- Did you use templates for everything or would i need to edit the files to translate, modify, ...?

- when do you plan to release a new version? Not that i start to modify it and you release a new version ;)

kind regards,
dominik

spence2 04-26-2004 02:33 PM

MrNASE, all of your questions have already been answered. You will find it all by reading what Magnus has previously posted.

MrNase 04-26-2004 02:38 PM

https://vborg.vbsupport.ru/showpost....&postcount=513 :D

[high] * MrNase has an[/high]
Addition: parse smilies in comments.

Open vbgarage.php and find:
PHP Code:

  $comment['dateline'] = vbdate($vboptions['dateformat'],$comment['dateline'],true);
  eval(
'$commentbits .= "' fetch_template('vbgarage_commentbits') . '";'); 

and replace it with
PHP Code:

  $comment['dateline'] = vbdate($vboptions['dateformat'],$comment['dateline'],true);
         
$comment['pagetext'] = parse_bbcode2($comment['pagetext'],'0','0','1','0','0','1');
  eval(
'$commentbits .= "' fetch_template('vbgarage_commentbits') . '";'); 

Replace
Code:

  '0','0','1','0','0','1'
with
Code:

  '0','0','1','1','0','1'
if bbcode should also be parsed. Have fun with it :)

JaNa 04-26-2004 04:26 PM

I successfuly installed it.

Now I want to know how I can change it...so it's like...for Video Games, not ..Cars :nervous:

Rick Sample 04-26-2004 05:16 PM

Quote:

Originally Posted by joeychgo
Geeze, I go away for a few days and there is all this now.........Whew.

Question, has anyone come up with how to place the "latest uploads" panel on other pages, such as the forum home or vba page?

Did you do this yet or are you going to? This might be something cool to try, but I don't know if it will take away from the rest of the forum or not. If anyone knows anyone who has done this please post a link to their site :)

Thanks,

MrNase 04-26-2004 05:33 PM

Iam going to place the latest upload + latest entry on my own mainpage that i wrote :)

Don't know how yet but i guss i'll figure that out ;)

SVTOA 04-26-2004 05:39 PM

I have an idea for this hack that users of Photopost will REALLY like. I want to see if I can get my idea to work first, but if it does this will be very cool. Stay tuned. :D


All times are GMT. The time now is 10:33 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.02404 seconds
  • Memory Usage 1,754KB
  • 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
  • (3)bbcode_code_printable
  • (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
  • (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