vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Extra Tcat bar showing/nav bar image buttons (https://vborg.vbsupport.ru/showthread.php?t=106654)

TheAllusionist 01-29-2006 07:27 PM

Extra Tcat bar showing/nav bar image buttons
 
1 Attachment(s)
I am putting together a new theme to match a new main site I am about to launch and as I am working out the kinks I have one that is baffling me. I have a rogue catagorie bar at the top of my forum and I can't find where it is coming from. It is not in my other themes just this one. Can anyone point me to the template I should search for. Heads up, I am not a coding guru, rather trial and error Refer to attached link.

secondly since I have had to match the left hand side color with my left side vertical nav bar, I want to use an image on the legacy horizontal bar I am modifying so that login etc. are still obvious to people. What kind of code/formating do I use for a nav bar image rather than the default color set. Would go here (This may only effect a bar under the nav bar?), if so, not certain of the correct syntax:

Quote:

<!-- / Start nav buttons bar -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
CONTENT HERE
</td>
</tr>
</table>
<!-- / End nav buttons bar -->
Or does it go above in table formate or is it per individual nav bar link?

Quote:

<div align="center">
MODIFY THE NEXT LINE OR IS IT PER LINK?
<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>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
What I need is a button or graphics on the nav bar above and it doesn't seem like a background=FILENAME will work for this, wondering what code/syntax is necessary and where to add it for the nav bar buttons themselves.

Thanks in advance for your time, trial and error just isn't cutting it.

TheAllusionist 01-31-2006 03:53 AM

Bump- Anybody have any ideas on the extra tcat bar?

DavidL 01-31-2006 04:04 AM

The code calls tborder from your css. Go to your main css to find .thead .tcat .tborder and have a look around. look and learn ;)

Logikos 01-31-2006 04:34 AM

From the looks of the screenshot, it's in your forumhome template. Is this bar only showing up once?


All times are GMT. The time now is 09:41 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.01043 seconds
  • Memory Usage 1,720KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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