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)

jandm 01-31-2008 08:57 PM

Ok, this is really strange.

I have noticed certain functions on my forum stop working for example the search function is disabled yet i have not disabled it and i can't seem to enable it, also quick links is the same. In the wysiwyg message editor certain things in there are no longer working for example the font size just doesn't work at all, you click it and nothing happens.

Now the latest thing i am noticing is that i can no longer find the garage settings in the admin CP What on earth is going on with my board :eek: where are the settings so i can increase the number of pictures members can upload to their garage.

Someone please help this is driving me insane arrrgggggg :D

sml 01-31-2008 09:05 PM

im not sure about your random board issues... I didnt run into those, what is your site?

your garage settings can be found in admincp -> vb options -> vbulletin garage

sml 02-01-2008 07:24 PM

I got alot of emails telling me that pictures wouldn't upload... people were trying to load pictures fresh off the camera without compressing or resizing! So I did a quick template edit to help members know there is a LIMIT! :D

in the vbgarage_editgarage template i found
Code:

<td class="alt2"><b>$vbphrase[vbgarage_file]:</b></td>
and after this
Code:

$vbphrase[vbgarage_file]:
i placed this
Code:

&nbsp(Must be under 300kb in size or will not upload!)
of course if you do you would want to reflect your max size!

SAReefer 02-02-2008 10:05 AM

hey guys i am having a problem installing this hack, once i add the code to navbar template i get this under my navbar

href="http://www.myforum/forum/usercp.php">User CP

and when i click on VBgarage in my navbar it tells me i have a 404 error and that it cant find the file vbgarage.php

i uploaded the php file to my fourm/ directory where the index.php and showthread.php files are, can anyone be of assistance to me?

thanks in advance

sml 02-02-2008 07:19 PM

can we see your navbar template?

SAReefer 02-02-2008 08:02 PM

yeah sure must i post the whole thing?

SAReefer 02-02-2008 08:05 PM

thanks...

sml 02-02-2008 08:35 PM

is th the current template where it is leaving the user cp code below the navbar?

also - can i have a link to your forumhome?

sml 02-02-2008 08:39 PM

I am assuming the space left here is where you inserted the code, doind it there you have broke a link, that is why your user cp is showing strange and your not linking right

Code:

<!-- nav buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a

href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

close the above code to look like this:
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

Then I would place your garage code after the members link and would resemble below:
Code:

<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<!-- vBGarage -->
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
<!-- / vBGarage -->

i have a child style for my two styles that i use to test things out before i put them into action, that way... if you mess it up beyond recognition. you can always go get the working template from your parent style and try again :0)

SAReefer 02-03-2008 08:06 AM

okay that got rid of this under my navbar thanks!!

href="http://www.myforum.com/forum/usercp.php">User CP

but when i click on VBgarage iy still says 404 not found /vbgarage.php

so i moved the vbgarage to the root directory and i get this

Quote:

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/sareefer/public_html/vbgarage.php on line 67

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sareefer/public_html/vbgarage.php on line 67
is there some how i can change the link in the navbar?


All times are GMT. The time now is 01:04 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.01608 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)bbcode_code_printable
  • (1)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