vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   left side column (https://vborg.vbsupport.ru/showthread.php?t=87479)

imported_Z28.com 09-11-2003 12:53 AM

Quote:

Originally Posted by thehotweb
I know what you are trying to achive but I need to see what you have done so we can correct it :). Also, your header and footer.


What is it you exactly would like to see, I sont want to leave it up, cause it messes the forum up.

Basicaly I made a extra table in the header on the left side and closed it in the footer.everything works fine on the home page but when you try to view a thread, it places the thread under the left column. In order to read the thread you have to scroll down under the loeft column, which isnt cool.

Just tell me what you ned to see and I can try to post it for ya,

Thanks

Elmer 09-12-2003 12:50 AM

Are you trying to do someting like at this site http://www.vb-es.com/forums/ ? just wondering :-s

pawel 09-12-2003 01:11 AM

Quote:

Originally Posted by Z28.com
What is it you exactly would like to see, I sont want to leave it up, cause it messes the forum up.

Basicaly I made a extra table in the header on the left side and closed it in the footer.everything works fine on the home page but when you try to view a thread, it places the thread under the left column. In order to read the thread you have to scroll down under the loeft column, which isnt cool.

Just tell me what you ned to see and I can try to post it for ya,

Thanks

I just found my forum doing this, I'm sure there is a simply mistake in the postbit HTML. I will look it over tomorrow and should have a fix.

pawel 09-12-2003 07:45 PM

Ok, there is a problem in the postbit html but I am too lazy to find it. So to make it work do this:

add this at the very bottom of header:
Code:

  <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
      <td width="100%">

add this at the very top of footer:
Code:

</td>
    </tr>
  </table>

Good Luck,
Paul

imported_Z28.com 09-14-2003 11:57 PM

Quote:

Originally Posted by thehotweb
Ok, there is a problem in the postbit html but I am too lazy to find it. So to make it work do this:

add this at the very bottom of header:
Code:

  <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
      <td width="100%">

add this at the very top of footer:
Code:

</td>
    </tr>
  </table>

Good Luck,
Paul

that seemed to work, the for some reason I can get the tables to line up good though. I have had a few people complaing about having to scroll left and right. Pardon my new ness about all this, still trying to learn

here is a link to check it out

www.Z28.com

pawel 09-15-2003 12:07 AM

Hmm, I don't see anything wrong with it, it might be my higher resolution. Make sure all your tables are in % and not in pixels.
Good Luck,
Paul


All times are GMT. The time now is 03:42 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.01732 seconds
  • Memory Usage 1,727KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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