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)
-   -   add tables to left of forum home (https://vborg.vbsupport.ru/showthread.php?t=122123)

Benj 07-25-2006 08:32 PM

add tables to left of forum home
 
1 Attachment(s)
Ok have a look at the attached image... i want to add 2 tables to the right had side of my design. the problem is if i add them using the many articles on vb.org the tables apear inside the white box. i dont want this! i want them to apear outside like in the screen shot... any ideas?

I, Brian 08-04-2006 05:58 PM

Simply set this up in the header and foot templates - basically:

Header template:
Quote:

<table>
<tr>
<td colspan="2">
banner
</td>
</tr>

<tr>
<td width=80%">

vbulletin code - php_output, etc
Footer:
Quote:

(after all the vb code)
</td>

<td width="20%">
YOUR BOXES HERE
</td>
</tr>

<tr>
<td colspan="2">
Footer
</td>
</tr>
</table>

Same sort of approach as I've used here:
http://www.techwatch.co.uk
http://www.security-talk.co.uk

I used a left hand nav for the default template here:
http://www.platinax.co.uk/forum/

All down just with header and footer templates.

Hope that helps.

Quarterbore 08-04-2006 06:18 PM

I ue vBadvanced to do this but when I move to 3.6 I plan to try an approach like this....

You can see my site at:

http://www.timeshareforums.com

The trick was to include the vbA portal in all the pages that you want the vBA code added and in essence your forums end up being included as teh custom code... I figured it out over at vbadvanced.com but it has been a while...

Good Luck!


All times are GMT. The time now is 07:11 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.01239 seconds
  • Memory Usage 1,712KB
  • 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
  • (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