vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Put a Column on the Left Side of Every Forum Page (https://vborg.vbsupport.ru/showthread.php?t=91888)

kall 11-13-2005 05:27 PM

Quote:

Originally Posted by Gray Matter
Not sure if anyone has mentioned this yet, but:

Code:

<!-- Left Column Code -->
<<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="160" valign="top" align="left">$leftcolumn</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->

should be:

Code:

<!-- Left Column Code -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="160" valign="top" align="left">$leftcolumn</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->

Otherwise you will get an extra "<". :)

Just me, on the page before this one.

Has it still not been fixed?

kushtiUK 11-17-2005 12:24 PM

I would really like to add "who's online" into the side bar - has anyone managed to do this and is willing to share the code.

Thanks.

welo 11-17-2005 12:51 PM

Quote:

Originally Posted by kushtiUK
I would really like to add "who's online" into the side bar - has anyone managed to do this and is willing to share the code..

There's really no code to share. In the FORUMHOME template look for everything between:

<!-- logged-in users -->
...and...
<!-- /logged-in users -->

...take it out (or comment it out) and move it to your sidebar. Will probably take some playing to get the rendering right.

kushtiUK 11-17-2005 01:26 PM

Quote:

Originally Posted by welo
There's really no code to share. In the FORUMHOME template look for everything between:

<!-- logged-in users -->
...and...
<!-- /logged-in users -->

...take it out (or comment it out) and move it to your sidebar. Will probably take some playing to get the rendering right.

Yeah I looked at that before posting here but did not get anywhere.

2fast4ya 11-18-2005 09:27 PM

i cant download the xml file... it just opens it in the browser. wth am i doing wrong??

kushtiUK 11-18-2005 09:29 PM

Quote:

Originally Posted by 2fast4ya
i cant download the xml file... it just opens it in the browser. wth am i doing wrong??

right click on it and "save target as" to your PC

2fast4ya 11-18-2005 09:56 PM

thank u

2fast4ya 11-18-2005 10:01 PM

WHERE in the code can i add banners and text and stuff?

2fast4ya 11-18-2005 10:13 PM

okay, nevermind, i figured that out by reading lol

but one more question... how can i make the box bigger? there is a large white space between the box and the end of my forums... maybe u can look to see what im talking about www.chowcow.com - (no need to register to view)

2fast4ya 11-18-2005 10:20 PM

and now its touching the forums... how do i fix??


All times are GMT. The time now is 12:33 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.01469 seconds
  • Memory Usage 1,739KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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