View Single Post
  #215  
Old 12-30-2005, 12:14 AM
0xid0 0xid0 is offline
 
Join Date: Sep 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tgmorris
After thinking this was going to be easy I wound up working on this for 3 hours before I finally came up with a solution that works in both FF and IE.

In my case I wanted the vb navbar to extend full width so I made one of my changes at the bottom of that template. If you want the navbar shoved over by the left column then make the change to the header template instead.

After installing the existing product do the following.

Append at bottom of navbar template.
This portion controls the spacing between the left column and the forum.
HTML Code:
<!-- Left Column Code  -->
<div style="width: 100%">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="left">
  <tr>
    <td valign="top" align="left">
      $leftcolumn
    </td>
    <td><img src="$vboptions[cleargifurl]" width="10"></td><!-- adjust width as desired -->
    <td valign="top" width="100%">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td valign="top">
<!-- End Left Column Code -->
Insert at top of footer template
HTML Code:
<!-- Left Column Code  -->
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</div>
<!-- End Left Column Code -->
Revised template: left_column.
This template controls the width of the left column. Modify the settings to provide the desired appearance (borders, spacing, etc.)
HTML Code:
<table align="left" border="0" cellpadding="0" cellspacing="0" width="120">
  <tr>
    <td align="center" bgcolor="#ffffff">

<!-- Begin custom code -->
Your custom code goes in here.
<!-- End custom code -->

    </td>
  </tr>
</table>
BTW - This in no way is meant to diminish the work that was done to come up with the original work. It was workling fine for me in FF but I was installing it on another site. Testing in IE revealed the situation where the "All times are GMT" text was pushed out to the right of the forum. After reading all 14 pages of the thread I discovered nobody had really solved it - at least the posted solution didn't work for me.
THANK YOU VERY MUCH!!!!!!!! It me has worked correctly, now I have a couple of questions:

- Might one say the code to me to put in left_column in order that me a block appears as with the plugin without modifying?

- Does it know if there is some way of doing that the blocks of the left side do not appear at the moment of reading the messages?

Thank you very much again
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01208 seconds
  • Memory Usage 1,782KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete