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)

blitzkrg 04-13-2004 01:30 AM

Quote:

Originally Posted by joeychgo
Same problem!

Help!

See post #346

magnus 04-13-2004 02:27 AM

Quote:

Originally Posted by joeychgo
Same problem!

Help!

Yup. See 346 and 347.

SVTOA 04-13-2004 02:32 AM

So Magnus, do you have the version where I would be able to edit member's garages for them?? Release it!

spence2 04-13-2004 03:17 AM

When you say that access can be limited to usergroups do you mean that:

usergroups can be permitted/denied to view
usergroups can be permitted/denied to post
usergroups can be permitted/denied to comment

could commenter's name be a link to their profile?

is the database table used to hold model year able to accomodate alpha characters as well?

are you close to implimenting a WYSIWYG submission form?

have we told you lately that we love you?

alkatraz 04-13-2004 07:13 AM

wow!! thanks for the hack

can't wait to try it out when I upgrade. Hopefully integration with photopost will be availible then.

magnus 04-13-2004 10:00 AM

Quote:

Originally Posted by SVTOA
So Magnus, do you have the version where I would be able to edit member's garages for them?? Release it!

Look for it this evening. :)

magnus 04-13-2004 10:09 AM

Quote:

Originally Posted by spence2
When you say that access can be limited to usergroups do you mean that:

usergroups can be permitted/denied to view
usergroups can be permitted/denied to post
usergroups can be permitted/denied to comment

At the moment, usergroups can only be permitted/denied to access vBGarage.

I am, however, planning to make it more selective in the future.


Quote:

Originally Posted by spence2
could commenter's name be a link to their profile?

Sure.

In vbgarage.php:

FIND:
PHP Code:

while ($comment $DB_site->fetch_Array($result_comment))


Add BELOW:
PHP Code:

    $user fetch_userinfo($comment['username']); 

In vbgarage_commentbits:

FIND:
HTML Code:

$comment[username]
REPLACE with:
HTML Code:

<a href="$vboptions[bburl]/member.php?u=$user[userid]">$comment[username]</a>
Quote:

Originally Posted by spence2
is the database table used to hold model year able to accomodate alpha characters as well?

The table you mean? Yes.


Quote:

Originally Posted by spence2
are you close to implimenting a WYSIWYG submission form?

No, not yet. That'll be next, after the multiple garage feature.

Quote:

Originally Posted by spence2
have we told you lately that we love you?

*blush* ;)

gibgib 04-13-2004 11:11 AM

Hello Magnus,

I've just completed my donation as promised.

Your hack & support are of the highest quality. I installed your hack in the early hours of Sunday, running into much the same problems as dede1 in the first few pages. I believe my host's mysql database is rather ancient but is offered free due to the common interest in French cars.

It's taken me 3 days of interupted sittings to get through the 24 pages this thread has turned into.

I also bookmarked significant updates along this thread:

Post 82 gave new files & instructions on upgrading from v3.0 -> v3.0.1
Post 188 gave new files & instructions on upgrading from v3.0.1 -> v3.1.0
Post 232 Adds "Who's Online" Locations

I'm going to upgrade now :)

White Knight 04-13-2004 11:22 AM

Morning.. just wanted to give you a quick update.. Got 3 pages of user entries now.. people love it.. works very well. I will have to take a bite into the posting template again.. people want to just fill in fields instead of having to type code :)

White Knight 04-13-2004 11:24 AM

Quote:

Originally Posted by SVTOA
Can you explain this a little better? You mean you ran the install process for the upgrade over again?

Sorry bro.. ran out of time last night and ended up playing with the kid for a while..

But anyways it looks like you guys found it

I didnt reinstall. I just took out the template code out of the install script and added it in. Thats how I got it to work again


All times are GMT. The time now is 07:30 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.02468 seconds
  • Memory Usage 1,755KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (9)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