Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vBgarage
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBGarage Current Status Details »»
vBGarage Current Status
Version: , by magnus magnus is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 05-21-2005 Last Update: Never Installs: 0
 
No support by the author.

I've been informed of the current situation. I apologize. Let me see what I can do.

In the meantime, if anyone has the latest vBGarage (4.1.1?) archive, please e-mail it to magn2o@hotmail.com.

Thanks.

~ magnus

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 06-30-2007, 05:25 PM
keharris53 keharris53 is offline
 
Join Date: Jun 2007
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sychev_S View Post
search in phrases "car" and replace it with "motorcycle".
Ok, I'll try that. I believe I did, but didn't have any luck. I know it's there. Thanks.

I tried that, and found the following:
<td class="thead" align="center">$vbphrase[vbgarage_car]</td>
changing this reference to motorcycle didn't work.
I know this can be changed, but having a heck of a time finding it. Probably in plain view...
Reply With Quote
  #133  
Old 07-02-2007, 11:14 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by keharris53 View Post
Ok, I'll try that. I believe I did, but didn't have any luck. I know it's there. Thanks.

I tried that, and found the following:
<td class="thead" align="center">$vbphrase[vbgarage_car]</td>
changing this reference to motorcycle didn't work.
I know this can be changed, but having a heck of a time finding it. Probably in plain view...
In the AdminCP find languages and then phrases. Then search in the phrases, don't actually search in the templates
Reply With Quote
  #134  
Old 07-03-2007, 12:22 PM
Sychev_S Sychev_S is offline
 
Join Date: Oct 2005
Location: Toronto
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, search in phrases for vbgarage_car, but make sure you check phrase name and variable search option.

Also, if you switch $vbphrase[vbgarage_car] to whatever you want in template that should work too.

Just like that: <td class="thead" align="center">Motorcycle</td>
If it still does not work then you are editing the wrong template.
Reply With Quote
  #135  
Old 07-07-2007, 06:33 PM
keharris53 keharris53 is offline
 
Join Date: Jun 2007
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Thanks for the responses. I searched phrases and found what I had previously seen:
$vbphrase[vbgarage_car]
I've tried changing car to motorcycle before, and it didn't work, and my searches in templates and phrases pulls up the same result. Thanks.

Ok...
changed align="center">$vbphrase[vbgarage_car]</td> to
<td class="thead" align="center">Motorcycle</td> and that did it. Not being very familiar with the scripting, I thought the $vbphrase was required.
Again, thanks! I learned something.
Reply With Quote
  #136  
Old 07-08-2007, 07:30 PM
dawmd dawmd is offline
 
Join Date: Sep 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

all you did was remove the phrased variable form the template. everyone has told you the proper way to make changes to phrases but editing the template will work, it just prevent anyone using another language to read it in that language, thats the whole point of phrases and languages, to make it easier to translate everything.

maybe they didnt explain it on a level you could understand

goto phrases, and find vbgarage_car

leave the phrase name (vbgarage_car) alone and change the translated text in the bigger text boxes from car to motorcycle. what you probably did the first few times was change the variable name as well as the translated text which the template looks up vbgarage_car not vbgarage_motorcycle

vbgarage_car is the pointer and wherever $vbphrase[vbgarage_car] is it will spit out the content (which is car), so you need to leave the name of the phrase alone and change the content.

default it goes like this
vbgarage_car = car
you want it to be
vbgarage_car = motorcycle
Reply With Quote
  #137  
Old 07-08-2007, 11:57 PM
titter's Avatar
titter titter is offline
 
Join Date: Sep 2005
Location: Fort Myers, FL
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so hows goes the project daw?
Reply With Quote
  #138  
Old 07-09-2007, 11:37 AM
R.Solutions's Avatar
R.Solutions R.Solutions is offline
 
Join Date: Mar 2006
Location: Texas
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Aweseome, cant wait til this is released. Seems pretty cool and ideal for automotive/motorcycle forums etc.
Reply With Quote
  #139  
Old 07-10-2007, 12:18 AM
dawmd dawmd is offline
 
Join Date: Sep 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

titter, started working on the image functions after i finished up the timeslip section, slowly but surely its all starting to come together. i was stuck for a bit cause uploading wasnt working on my dev setup, apparently you cant nest a mutlipart form inside a normal form. all sorted out and working just gotta get the order and mechanics of everything working in easy to use interface
Reply With Quote
  #140  
Old 07-10-2007, 12:23 AM
titter's Avatar
titter titter is offline
 
Join Date: Sep 2005
Location: Fort Myers, FL
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very good to hear.
Reply With Quote
  #141  
Old 07-10-2007, 02:26 AM
Rocket 442's Avatar
Rocket 442 Rocket 442 is offline
 
Join Date: Jan 2007
Location: Buffalo, NY
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great news, and keep us updated as you are!

I can't wait for this to come out!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:43 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04769 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete