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)

obsidian 04-20-2004 12:37 AM

Amazing hack.....I am planning on using your new version to build an Airsoft Armory so that my users will be able to show off their guns as well as the upgrades and mods they have done to them. This hack has serious potential to expand beyond just vehicles.

magnus 04-20-2004 02:05 AM

Quote:

Originally Posted by obsidian
Amazing hack.....I am planning on using your new version to build an Airsoft Armory so that my users will be able to show off their guns as well as the upgrades and mods they have done to them. This hack has serious potential to expand beyond just vehicles.

That's the point. :) I'm actually thinking of turning this into vBGallery. We'll have to see. :)

spence2 04-20-2004 02:20 AM

Magnus,

One of the great things about this hack is its versatility. Presently, I am thinking of using this as a hack where photos may be secondary to the actual entry. Some users may have them, some not...like icing on the cake if they do.

So, if you develop a vb...garage...gallery would you consider making that a hack of its own? To preserve the versatility of this hack as it now stands? Or am I misunderstanding your notion entirely?

Rick Sample 04-20-2004 02:45 AM

Sorry to bother you so guys so much about this hack, but its a cool hack, so I gotta have it perfect on my site:

Anywase I have the following ?'s

1. I'm still having trouble changing VBgarage text into Members Rides. Everytime I edit something in navbar, it gives me an error message, so I'm not sure if i'm editing the right thing or not!

2. like on top of the garage page or bottom is their a way to add a link so members can edit their garage, many don't know you do it though User control panel. If they see an "edit your car" button, their more likely to add their car!

3. what is last activity? is it just when they last updated or the last time they were online? mine keeps saying last activity was yesterday, and I've been online all day. just wondering :)

Thanks for your help guys, :) :) :)

SVTOA 04-20-2004 02:53 AM

Quote:

Originally Posted by muscle-mustangs
Sorry to bother you so guys so much about this hack, but its a cool hack, so I gotta have it perfect on my site:

Anywase I have the following ?'s

1. I'm still having trouble changing VBgarage text into Members Rides. Everytime I edit something in navbar, it gives me an error message, so I'm not sure if i'm editing the right thing or not!

2. like on top of the garage page or bottom is their a way to add a link so members can edit their garage, many don't know you do it though User control panel. If they see an "edit your car" button, their more likely to add their car!

3. what is last activity? is it just when they last updated or the last time they were online? mine keeps saying last activity was yesterday, and I've been online all day. just wondering :)

Thanks for your help guys, :) :) :)


1. You have to edit the PHRASE for the navbar. Search in PHRASES for "vbgarage" and edit the translation to say "Members Rides"

2.Look in the template "USERCP_SHELL" for this:

Code:

<if condition="$permissions['genericpermissions'] & CANVBGARAGE">
        <tr>
                <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
        </tr>
        </if>

Edit as needed and insert into SHOWGARGE template where you want it to display.


3. Last activity refers to the last edit made to that Garage.

Hope this helps.

Rick Sample 04-20-2004 03:10 AM

Quote:

Originally Posted by SVTOA
1. You have to edit the PHRASE for the navbar. Search in PHRASES for "vbgarage" and edit the translation to say "Members Rides"

2.Look in the template "USERCP_SHELL" for this:

Code:

<if condition="$permissions['genericpermissions'] & CANVBGARAGE">
        <tr>
                <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
        </tr>
        </if>

Edit as needed and insert into SHOWGARGE template where you want it to display.


3. Last activity refers to the last edit made to that Garage.

Hope this helps.


Thanks, I got everything, but how do I find the showgarage template? I searched the templates and phrases for showgarage, and came up empty. any suggestions?

SVTOA 04-20-2004 03:20 AM

Sorry, that should be "vbgarage_viewgarage" not "showgarage"

Rick Sample 04-20-2004 03:47 AM

Quote:

Originally Posted by SVTOA
Sorry, that should be "vbgarage_viewgarage" not "showgarage"


Ok I got it! Thanks,

bob46802 04-20-2004 05:06 AM

I had this fine on my board for a couple days

then today i updated to the newest version of vb

installed the link hack and just changed a few other things

the actual vb garage is fine

but admin vb garage is missing from the admin cp.

its a problem because I need to change user permissions so that everyone can look at the vb garage.
its currently set for admin only.

someone help me out :(

I even donated 10 bux to the writer cause this is a cool hack :)

www.honda-central.com

edit:
i think a few things got reset.
i added vb garage to the user group php file

but i get a sql error;
mysql error: Unknown column 'canvbgarage' in 'field list'

mysql error number: 1054

should i have a fresh re-install done tomorrow?

DaveLogic 04-20-2004 10:03 AM

I'm trying to add a PM this Member link below the Photo in Vbgarage_viewgarage..I've taken this code from MEMINFO but it doesn't seem to work..

PHP Code:

<if condition="$userinfo['pm']"
                <
tr
                    <
td
                        
$vbphrase[private_message]:<br /> 
                        <
a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a
                    </
td
                </
tr
                </if> 

Any ideas???


All times are GMT. The time now is 07:09 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.02392 seconds
  • Memory Usage 1,757KB
  • 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_code_printable
  • (1)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