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)

djroketboy 05-04-2004 03:54 PM

Quote:

Originally Posted by magnus
Yes, the simple way is to simply hide the link to vBGarage from users who aren't logged in with in your navbar (or wherever you have it):
HTML Code:

<if condition="$bbuserinfo[userid]"> link to vbgarage </if>

Sure. Just call $bbuserinfo[fieldXX] (where XX = field ID) wherever you like.


A simple PM letting me know you enjoy the hack is acceptable enough to me. A donation is just that, something you can spare. Remember, this is a FREE hack. Anything you donate, whether it be $0.01 or $100.00 is completely appreciated. ;)

Thank you magnus, donation has been sent. This is by far the most requested "mod" on my site, everyone has been asking for it.

Aaron
http://www.hpoa.org

SVTOA 05-05-2004 01:16 PM

Vb Garage/Timeslip Database integration update:

Hey guys, if you have integrated your Timeslip database fields (or any custom fields for that matter) into your VB Garage display, you can easily edit DeWayne's "Edit Vehicle Profile" functions to include the custom fields you have created so they also display under "Edit Vehcile Profile". Simply add them to the "includes/functions_user.php" file in these four areas:

"Start verifyprofilefields"

"Start getprofilefields"

"Start verifyvehiclefields"

"Start gettimeslipfields"

Look for the lines where all the timeslip database custom fields are displayed- will look like this:

"(50,51,52,53,54,55,56,57,58,59,60,61,62,63,64 ,65) AND editable = 1"

Simply add the numbers of any custom fields that pertain to the VB Garage display, and when the user selects "Edit Vehcile Profile" then all the fields in that string that you want to display in that edit page will show up. On my board I also have edited template "modifytimeslip" to say:

"This information will be displayed on our Timeslip Database page and your VB Garage. Do NOT Submit false data! Vehicle Profile privileges will be taken away from those who submit false info."


I am in process of editing the instructions for "Edit Vb Garage" to instruct the user to be sure to edit "Vehicle Profile" info.

Hope this helps guys...

Greg

SVTOA 05-05-2004 01:39 PM

Edit Garage instructions modification:

Want to make it easier on your members to be able to create/edit the Vb Garage?
You may wish to add some custom instructions to the "vbgarage_editgarage" template so members better understand how to create the coolest Garage possible.

NOTE! In the example below, the text for the instructions reflects how I have edited and integrated the timeslip database and VB Garage. You should edit this area to properly reflect both your file paths and also the actual instructions to the member as they pertain to YOUR forums!

To add a custom instructions table:

Open "vbgarage_editgarage"

Find:

Code:

<if condition="$bbuserinfo[userid] == $id">$logincode</if>
Directly below this add:

Code:

<!-- edit instructions  -->
<tr>
        <td class="alt2"><b>Instructions:</b></td>
        <td class="alt2">You may enter personal info about you and your car below and create a personalized page here on (YOUR WEBSITE NAME GOES HERE). In addition, all the data you enter in your <a href="/vbulletin/profile.php?do=edittimeslip">Vehcile Profile</a> will also display in your Vb Garage if you add it. You may display a large picture that you have uploaded to the web, your best ET, best MPH, RWHP, Race weight, etc. All these will automatically display in your garage, so make sure that you remember to <a href="/vbulletin/profile.php?do=edittimeslip">EDIT YOUR VEHICLE PROFILE!</a> In the text area below, you may use VB code to format your text, font, and also use the [IMG] tag to display whatever you want. If you require assistance with your Garage, just ask! We will be happy to help you!</td>
</tr>
<tr>

<!-- end instructions -->


By customizing the instructions, you will make it much easier for your members to understand how to get the most out of the VB Garage feature.

SVTOA

joeychgo 05-05-2004 01:49 PM

THanks SVTOA -- just made the change. great work.

One question --- it says my vb code is on but my img code is off?

ALso you spelled VEHICLE wrong in the coding -

SVTOA 05-05-2004 02:04 PM

I caught the spelling error on mine and changed it-

Also, with regard to the IMG code- didn't we change that on yours or was that muscle-mustangs?

You can enable the IMG tag by editing the vbgarage.php file- that is covered in this thread. However, just enabling it will not change the text on the edit garage page- you have to edit the vbphrase "vbgarage_text_desc" to say "IMG code is ON"

joeychgo 05-05-2004 02:05 PM

that was muscle. ill go diggin to change mine now. shouldnt take me more then all day LOLOL (im still new at this but learning)

Somthing else to mention......... in your coding it refers to call

<a href="/vbulletin/profile.php?do=edittimeslip">Vehcile Profile</a

when making this coding change pay attention to where your Vbulletin is -- if its in a "forums" directory, you'll have to change the vbulletin part that I bolded.

joeychgo 05-05-2004 03:33 PM

Ok, im an idiot - cant find the post about changing the img tag --- Help??

Also -- how can I pull the "Photos" title bar out? It just doesnt look right to me... Maybe I have something wrong (see screenshot)

GoldnGT 05-05-2004 07:21 PM

Edit the.. Phrases? i think is what its called.. i haven't been with VB enough yet to know everything.. bu ti think thats it.

Mike

SVTOA 05-05-2004 10:23 PM

Quote:

Originally Posted by joeychgo
Ok, im an idiot - cant find the post about changing the img tag --- Help??

Also -- how can I pull the "Photos" title bar out? It just doesnt look right to me... Maybe I have something wrong (see screenshot)


Joey, dude you need to read a little more closely. ;)

In reference to the IMG tag:

https://vborg.vbsupport.ru/showpost....&postcount=267

With regard to this quote:

Quote:

Originally Posted by joeychgo
Somthing else to mention......... in your coding it refers to call

<a href="/vbulletin/profile.php?do=edittimeslip">Vehcile Profile</a

when making this coding change pay attention to where your Vbulletin is -- if its in a "forums" directory, you'll have to change the vbulletin part that I bolded.

You must have missed this clear instruction:

Quote:

Originally Posted by SVTOA
Edit Garage instructions modification:
NOTE! In the example below, the text for the instructions reflects how I have edited and integrated the timeslip database and VB Garage. You should edit this area to properly reflect both your file paths and also the actual instructions to the member as they pertain to YOUR forums!

Now, I'm not yelling at anybody, I am just REMINDING people to READ before posting or asking questions that have been answered already, or posting corrections to things that have already been correctly outlined. That will save you a lot of headaches. :rolleyes:

SVTOA 05-05-2004 10:26 PM

Quote:

Originally Posted by joeychgo
Also -- how can I pull the "Photos" title bar out? It just doesnt look right to me... Maybe I have something wrong (see screenshot)


You will find that in your "vbgarage_viewgarage" template.


All times are GMT. The time now is 09:44 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.02322 seconds
  • Memory Usage 1,758KB
  • 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_html_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