vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VbGarage 3.5 (https://vborg.vbsupport.ru/showthread.php?t=109924)

gixerjunkie 06-07-2006 06:51 AM

Quote:

Originally Posted by Tru2Chevy
Yes, everything is editable...

- Justin

can u point me in the right direction as to what to edit then please justin?

tbradham 06-07-2006 12:58 PM

Is there any way to expose the url for the individual pictures so that my member's can link them into posts on my site and others?

www.usjeeps.com

Thanks.

paulblackgsx 06-07-2006 03:17 PM

The problem with uploading pictures and they don't appear happens on mine only when the picture is larger than the size set. VBGarage uses it's own size limit, but does not resize or warn. It doesn't use the picture sizes defined for attachments. Worth checking if you are having an issue where uploads appear to work but don't show.

Xoxideforums 06-07-2006 09:03 PM

vBGarage is great. We just put it on Thirdgen.org, the members love it.

Looking forward to the multiple ride version.

Someone has added the link code for postbit this is a pretty good idea. I'm trying to research right now how to write a new $show['whatever'] rule that checks the DB if that member has a garage, if not then the icon won't show.

Any ideas where I can build my own rule to do this??
By that i mean... is $show a template or something i can edit? If so where?

something like this:
Code:

<if condition="$show['vbgarage']">
<a href="$vboptions[bburl]/vbgarage.php?do=view&amp;id=$post[userid]" rel="nofollow"> <img class="inlineimg" src="$stylevar[imgdir_statusicon]/garage.gif" alt="Check out my garage" border="0" /></a>
</if>


Xoxideforums 06-09-2006 03:59 PM

I've added the Lightbox to vBGarage I think it makes a world of difference.

Way better than popup windows that don't always render right

check it out

http://www.thirdgen.org/techboard/vb...ber-42479.html

noppid 06-09-2006 04:50 PM

Quote:

Originally Posted by Xoxideforums
I've added the Lightbox to vBGarage I think it makes a world of difference.

Way better than popup windows that don't always render right

check it out

http://www.thirdgen.org/techboard/vb...ber-42479.html

The popup windows in every incarnation of the garage have sucked. It's great to see so many better ways to do it evolving.

Xoxideforums 06-09-2006 06:04 PM

I released a 3.5 version that includes Lightbox v2.0

check it out here

https://vborg.vbsupport.ru/showt...57#post1003357

cyberbeggar 06-12-2006 11:22 AM

You say in Step 4:

Quote:

4. + Open your styles NAVBAR template.

- Find the following:

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

- Below add this:

<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>

- Save Template.
I do not have that in my Navbar

Here is what is in my Navbar ...

PHP Code:

<script type="text/javascript">
<!--
function 
log_out()
{
 
ht document.getElementsByTagName("html");
 
ht[0].style.filter "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
 if (
confirm('$vbphrase[sure_you_want_to_log_out]'))
 {
  return 
true;
 }
 else
 {
  
ht[0].style.filter "";
  return 
false;
 }
}
//-->
</script>
<!-- 
who is in flashchat -->
<!-- <if 
condition="$show['wic']">
<
tbody>
 <
tr>
  <
td class="smallfont" width="20%">
   
   
Members Currently In Chat $totalchatters Come join us now!
  </
td>
 </
tr>
</
tbody>
 
</if> -->
<!-- 
end who is in flashchat -->
<
br />
 
<!-- 
breadcrumbloginpm info -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
 <
td class="alt1" width="100%">
  <if 
condition="is_array($navbits)">
   <
table cellpadding="0" cellspacing="0" border="0">
   <
tr valign="bottom">
    <
td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]border="0" /></a></td>
    <
td>&nbsp;</td>
    <
td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]accesskey="1">$vboptions[bbtitle]</a></span$navbits[breadcrumb]</td>
   </
tr>
   <
tr>
    <
td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]border="0" /></a> <h1 class="showthreadh1">$navbits[lastelement]</h1></td>
   </
tr>
   </
table>   
  <else />
   <
div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="Domain Names Forum" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
  </if>
<
center><script type="text/javascript"><!--
google_ad_client "pub-1xxxxxxxxxx";
google_ad_width 728;
google_ad_height 15;
google_ad_format "728x15_0ads_al_s";
google_ad_channel ="";
google_color_border "FFFFFF";
google_color_bg "FFFFFF";
google_color_link "32527A";
google_color_text "000000";
google_color_url "008000";
//--></script>
<script type="text/javascript"
  
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script></center> <br />
<if 
condition="THIS_SCRIPT=='poll'">
<
div class="navbar" style="margin-bottom:5pt;margin-top:5px;font-size:8pt">The poll results for <b>$threadinfo[title]</b>. <br /></div>
 
<else />
 
<if 
condition="$thread[title]">
<
br/><div class="navbar" style="font-size:8pt"><b>$thread[title]</b> <if condition="$pagenumber>1">Page $pagenumber</if>. <br/>Discuss <i>$thread[title]</i>, on BeautUtes.com Australia's Best Ute Website!<br/>
You are currently in the forum: $foruminfo[title].<br/>&nbsp;</div>
 
<else />
<if condition="$foruminfo[title]">
 <br/><div class="navbar" style="font-size:8pt">
$foruminfo[title] <if condition="$pagenumber>1">Page $pagenumber </if> on BeautUtes.com Australia'
s Best Ute Website$foruminfo[description]<br/>&nbsp;
 
 </
div>
</if>
</if>
</if>
 </
td
 
 <if 
condition="$bbuserinfo['userid']">
 
  <
td class="alt2" valign="top" nowrap="nowrap">
  <
div class="smallfont">
   <
strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<if 
condition="$bbuserinfo['pmunread']">
    <
a href="http://www.beaututes.com/board/private.php?"><img border="0" src="http://www.beaututes.com/images/newpm.gif" width="22" height="10"></a>
    </if>
   <
phrase 1="$pmbox[lastvisitdate]2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
   <if 
condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
<!-- [
START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID] -->
            <if 
condition="$show['pager']"><br /><a href="#" onclick="window.open('$vboptions[bburl]/pager.php?action=pager&do=log&folder=inbox','pagerinbox','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=650,height=500'); return false;">$vbphrase[pager_pager_messages]</a><phrase 1="$bbuserinfo[pagerunread]2="$bbuserinfo[pagertotal]">$vbphrase[pager_messages_nav_x_y]</phrase></if>
<!-- [
END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID] -->
  </
div>
  </
td>
  
 <else />
  
  <
td class="alt2" nowrap="nowrap" style="padding:0px">
   
  <!-- 
login form -->
  <
form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
  <
script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
  <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
  <
tr>
   <
td class="smallfont">$vbphrase[username]</td>
   <
td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
   <
td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
  </
tr>
  <
tr>
   <
td class="smallfont">$vbphrase[password]</td>
   <
td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
   <
td><input type="submit" class="button" value="$vbphrase[log_in]tabindex="104" title="$vbphrase[enter_username_to_login_or_register]accesskey="s" /><if condition="$show['registerbutton']"><span class="smallfont"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></span></if></td>
  </
tr>
  </
table>
  <
input type="hidden" name="s" value="$session[sessionhash]/>
  <
input type="hidden" name="do" value="login" />  
  <
input type="hidden" name="vb_login_md5password" />
  <
input type="hidden" name="vb_login_md5password_utf" />
  </
form>
  <!-- / 
login form -->
   
  </
td>
  
 </if> 
 
</
tr>
</
table>
<!-- / 
breadcrumbloginpm info -->
 
 
 
<
br />
<if 
condition="$show['forumdesc']">
 <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
 <
tr>
  <
td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
 </
tr>
 </
table>
 <
br />
</if>
 
<if 
condition="$show['popups']">
<!-- 
NAVBAR POPUP MENUS -->
 
 <if 
condition="$show['searchbuttons']">
 <!-- 
header quick search form -->
 <
div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
  <
table cellpadding="4" cellspacing="1" border="0">
  <
tr>
   <
td class="thead">$vbphrase[search_forums]</td>
  </
tr>
  <
tr>
   <
td class="vbmenu_option" title="nohilite">
   <
form action="search.php" method="post">
    <
input type="hidden" name="do" value="process" />
    <
input type="hidden" name="showposts" value="0" />
    <
input type="hidden" name="quicksearch" value="1" />
    <
input type="hidden" name="s" value="$session[sessionhash]/>
    <
input type="text" class="bginput" name="query" size="20" />$gobutton<br />
   </
form>
   </
td>
  </
tr>
  <
tr>
   <
td class="vbmenu_option"><a href="search.php$session[sessionurl_q]accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
  </
tr>
  </
table>
 </
div>
 <!-- / 
header quick search form -->
 </if>
 
 <if 
condition="$show['member']">
 <!-- 
user cp tools menu -->
 <
div class="vbmenu_popup" id="usercptools_menu" style="display:none">
  <
table cellpadding="4" cellspacing="1" border="0">
  
  <
tr><td class="thead">$vbphrase[quick_links]</td></tr>  
  <if 
condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
  <
tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
  <
tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
<!-- [
START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID] -->
        <
tr><td class="vbmenu_option"><a href="#" onclick="window.open('$vboptions[bburl]/pager.php?$session[sessionurl]do=buddylist','pagerbuddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=$vboptions[vbpager_width],height=$vboptions[vbpager_height]'); return false;">$vbphrase[pager_open_vbpager]</a></td></tr>
<!-- [
END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID] -->    
  <
tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
  <if 
condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
  <!--<if 
condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
  <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
  <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
  
  <
tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
  <if 
condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]">$vbphrase[private_messages]</a></td></tr></if>
  <
tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]">$vbphrase[subscribed_threads]</a></td></tr>
  <
tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
  <if 
condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
  
  </
table>
 </
div>
 <!-- / 
user cp tools menu -->
 </if>
<!-- / 
NAVBAR POPUP MENUS -->
 
<!-- 
PAGENAV POPUP -->
 
 <
div class="vbmenu_popup" id="pagenav_menu" style="display:none">
  <
table cellpadding="4" cellspacing="1" border="0">
  <
tr>
   <
td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
  </
tr>
  <
tr>
   <
td class="vbmenu_option" title="nohilite">
   <
form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
    <
input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
    <
input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]/>
   </
form>
   </
td>
  </
tr>
  </
table>
 </
div>
 
<!-- / 
PAGENAV POPUP -->
</if>
$welcomeheaders 

Where would I put
PHP Code:

<table cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" class="tborder" width="$stylevar[tablewidth]align="center">
<
tr>
    <
td class="tcat" colspan="5"><b>Latest Member Galleries</b></td>
</
tr>
<
tr>
$latestbits
</tr>
</
table

Thanks

Sir William 06-16-2006 02:43 AM

I like the mod, but I don't like putting images in the database. Has anybody rebuilt or thought about rebuilding to allow filesystem storage of the images? :D

paulblackgsx 06-21-2006 12:08 AM

I'm debating doing some considerable reworking on this mod. The mod is great, but very buggy and could definitely use some key features like filesystem storage. Nothing against the original author, his work was great. Just could use more development.


All times are GMT. The time now is 05:08 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.02502 seconds
  • Memory Usage 1,944KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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