vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Left side column on forum home only (https://vborg.vbsupport.ru/showthread.php?t=117988)

peterska2 01-09-2007 06:17 AM

The green bar can be fixed by changing the thead to tcat in the top row of the forumhome_sidecolumn_left template.

I'll need to see your actual forums to see why it's not aligning correctly for you, so please can you post the URL.

Thanks.

oNeg 01-09-2007 06:40 AM

K that took care of the header image, ty. However alignment is still off here ya go,

http://www.gamerzpit.com

peterska2 01-09-2007 06:42 AM

It requires being logged in, can you PM a test login please

oNeg 01-09-2007 06:44 AM

np give me a sec...

peterska2 01-09-2007 06:50 AM

Thanks :)

And now for the answer :D

In your forumhome template, you have
Code:

<div class="spacer"></div>
right after the edit that you applied to start your column. Remove it, and instead locate it immediately before the template edit instead. You will then align perfectly again. You may need to remove the <br /> from the side column template.

oNeg 01-09-2007 06:56 AM

Ah your a smart cookie kid! I had to remove the <br /> that thew me for a sec heh :p

Your the bestest!

and ty :)

peterska2 01-09-2007 07:18 AM

No prob :)

StuntFactoryX 01-14-2007 06:17 PM

i need some help.. my code in my side bar works and looks correct but i cant add more images to it and im sure its not correct html

Code:

<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<br/>

i have no table tags? but i would like to be able to keep adding images in the same alt1 box w/o adding borders between... i tried this...

Code:

<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<br/>

and that gives me a border between images. i just want all my images in the same box w/ the alt1 background w/o a header like a tcat or thead

im sorry i know this isnt a html learning thread and i tried other resources. i cant figure it out.

Kadi 01-18-2007 08:10 AM

Hi,

How do I add a link to another page in the column? This isnt working:

Quote:

<tr>
<td class= "alt1" align= "center">
<a href="http://www.ms-saudi.com/forum/misc.php?do=page&template=google">$vbphrase[google]</a>
</td>
</tr>
Thanks

peterska2 01-18-2007 09:18 AM

Quote:

Originally Posted by StuntFactoryX (Post 1159136)
i need some help.. my code in my side bar works and looks correct but i cant add more images to it and im sure its not correct html

Code:

<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<br/>

i have no table tags? but i would like to be able to keep adding images in the same alt1 box w/o adding borders between... i tried this...

Code:

<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<br/>

and that gives me a border between images. i just want all my images in the same box w/ the alt1 background w/o a header like a tcat or thead

im sorry i know this isnt a html learning thread and i tried other resources. i cant figure it out.

Instead of closing off the td and tr between each item and open new ones, stick a <br /> or two in there instead.

The table tags are in the forumhome template.


All times are GMT. The time now is 01: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.01468 seconds
  • Memory Usage 1,742KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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