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)

magnus 04-15-2004 11:38 PM

Quote:

Originally Posted by joeychgo
Great... Not to nag, but when might that be coming?

I couldn't begin to tell you when.. I have alot of work on my plate right now (I do have a job), so most of my vBGarage time is on weekends. I don't anticipate it to take too long, but I won't make promises.. ;)

aliencode 04-16-2004 12:54 AM

Any chance you can add Imagemagick support for this hack magnus, not very complicated actually since its a command line driven program that is quite popular on many hosts. It also does GIF which of course later GD versions dont.

blitzkrg 04-16-2004 01:11 AM

i asked for IM support about 20 pages ago.. i think he said he'd look into it..
lets hope so.. i think getting GD2.0 to work on windows 2003 server is a problem.

magnus 04-16-2004 01:12 AM

Quote:

Originally Posted by aliencode
Any chance you can add Imagemagick support for this hack magnus, not very complicated actually since its a command line driven program that is quite popular on many hosts. It also does GIF which of course later GD versions dont.

As I stated before here, if I get time, I may entertain the idea of toying with Imagemagick. However, at the moment, I'm more focused on getting what I currently have finished.

Anyone else is more than welcome to incorporate Imagemagick support, and I would be glad to include it with future releases.

exTracT 04-16-2004 03:25 PM

if someone has devised a way to add more sections than just the one text area, that would be great.

even tho i know its not technically the 'right' way to design a DB, id rather concat them all together and post it into the DB than add a new column for each one in the db. the reason, is so that i wouldnt have to alter the table to add more sections at a later point.

ie: rather than adding to vbgarage_users (userid, year, make, model, performance, appearance, etc, lastactivity)
just leave it as vbgarage_users(userid, year, make, model, text), concat everything into one text and add it.

then again, its not like it would be hard to add columns for these things.

not sure which direction to go...comments?

magnus awesome hack.

higabyte 04-16-2004 05:09 PM

I'm sorry if this has already been answered, I searched and couldnt find anything, probably because its such an easy question and any moron should already know but since im apparently stupider than the average moron I guess I'm going to ask:

Where do I need to go/need to do to enable HTML just for the vbGarage area?

Thanks in advance!

M@rkus 04-16-2004 06:06 PM

So.. last question.. how can i deny the use of my [BIMG]-code?

magnus 04-16-2004 07:37 PM

Quote:

Originally Posted by higabyte
I'm sorry if this has already been answered, I searched and couldnt find anything, probably because its such an easy question and any moron should already know but since im apparently stupider than the average moron I guess I'm going to ask:

Where do I need to go/need to do to enable HTML just for the vbGarage area?

Thanks in advance!

No, this isn't a stupid question. This ability will be automated in the next release, as it will have a toggle in the AdminCP. However, for the time being:

In vbgarage.php:

FIND:
PHP Code:

    $data['text'] = parse_bbcode2($data['text'],'0','0','1','1'); 

REPLACE with:
PHP Code:

    $data['text'] = parse_bbcode2($data['text'],'1','0','1','1'); 


magnus 04-16-2004 07:39 PM

Quote:

Originally Posted by M@rkus
So.. last question.. how can i deny the use of my [BIMG]-code?

M@rkus, in order to disabled [BIMG], you would need to disable BBCode altogether. There's no way to specify individual codes to allow/disallow. In order to disable BBCode, do the following.

In vbgarage.php

FIND:
PHP Code:

$data['text'] = parse_bbcode2($data['text'],'0','0','1','1'); 

REPLACE with:
PHP Code:

$data['text'] = parse_bbcode2($data['text'],'0','0','1','0'); 


higabyte 04-16-2004 08:18 PM

thanks magnus, where at in miami are you? im down in kendall...


All times are GMT. The time now is 12:00 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.02691 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
  • (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