vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Couple of problems hopefully someone can help? (https://vborg.vbsupport.ru/showthread.php?t=258993)

Deanuk 02-16-2011 08:59 PM

Couple of problems hopefully someone can help?
 
I have a few problems with my forum at the moment I was wondering if someone could help me? I have installed these themes: https://vborg.vbsupport.ru/showthread.php?t=214585

Included in the themes is the psd for the header, I have edited it but is leaving a gap between the header of the forum and the main body, it is quite hard to see but it is there, have a look towards the top left just under the header does anyone have any idea what's wrong with it?

My website adress is: www.forteensbyteens.com

All so one other things is I can't add a link to the navbar now I have done some research in to this but it doesn't seem to be the same type of code as is in my navbar template, basically I want to add a link to my v3 arcade but I can't find where to place it below is my navbar template coding can someone show me where to place it?

Code:

<if condition="$show['member'] AND        $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifications_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
        $notifications_menubits
        </table>
</div>
<!-- / notifications menu -->
</if>

$ad_location[ad_navbar_below]

<!-- breadcrumb -->
<div id="navbar-row">
<if condition="is_array($navbits)">
        <div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a> $navbits[breadcrumb]
        &raquo; <strong>$navbits[lastelement]</strong></div>
<else />
        <div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></div>
</if>
</div>
<br class="spacer8" />
<!-- / breadcrumb -->

Thanks
Dean

TheLastSuperman 02-16-2011 09:33 PM

The logo image is too large and if I remember that 3.x style correctly the max header size w/o it disrupting the appearance would be 165px (height). Give that a try and see if uploading a smaller images sorts the header issue. Now in some older 3.x style you could easily use header variables in the navbar and vice-versa, not true in 4.x as you must register the variable but the point I'm making is, check to see if you need to edit the Header or Navbar template. I just redid that for 4.x but so much work since then I honestly forgot however a good few tips just now so check them out ;).

Deanuk 02-17-2011 03:36 PM

Quote:

Originally Posted by TheLastSuperman (Post 2163391)
The logo image is too large and if I remember that 3.x style correctly the max header size w/o it disrupting the appearance would be 165px (height). Give that a try and see if uploading a smaller images sorts the header issue. Now in some older 3.x style you could easily use header variables in the navbar and vice-versa, not true in 4.x as you must register the variable but the point I'm making is, check to see if you need to edit the Header or Navbar template. I just redid that for 4.x but so much work since then I honestly forgot however a good few tips just now so check them out ;).

You are indeed correct oh masterful one! :) I just needed to go in to the header template to add the navbar link! Which is now fixed and done :up:

The only issue now is the problem with the header, I have reduced it down to 165 pix and it still cause the problem so I then decided to try it even further down I am now at 120 pic and it still doesn't look right! Any suggestions? link here: http://www.forteensbyteens.com/forum.php?styleid=20


All times are GMT. The time now is 07:06 AM.

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.01103 seconds
  • Memory Usage 1,724KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete