Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Left side column on forum home only Details »»
Left side column on forum home only
Version: 1.0.2, by peterska2 peterska2 is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.0 Rating:
Released: 06-07-2006 Last Update: 08-28-2006 Installs: 266
Uses Plugins Template Edits
 
No support by the author.

This is the 3.6.0 port of the release for 3.5.x found here.

Changes since the last version
Alignment issues fixed.
Template renamed to group in the forumhome templates.

Installation Instructions
Download the attached zip file.
Import the product.
Perform the template modifications.
Click install

Screen shot attached for those who like to see them.


29 August 2006
Upgraded to version 1.0.2

Changes:
  • Now valid XHTML Trans
  • Fixed to work correctly with vBShout when located below navbar.
  • Added vB.org version checking.





[high]Please Note:[/high] This modification is only for the forumhome. I do not support any attempts to use it on any other pages. Alternative modifications exist that are for all pages - please use one of them if that is what you want to do.


If you require support, please ensure that provide a link to your site and that the column is enabled. Thanks.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #192  
Old 01-09-2007, 06:17 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #193  
Old 01-09-2007, 06:40 AM
oNeg oNeg is offline
 
Join Date: Dec 2006
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

http://www.gamerzpit.com
Reply With Quote
  #194  
Old 01-09-2007, 06:42 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It requires being logged in, can you PM a test login please
Reply With Quote
  #195  
Old 01-09-2007, 06:44 AM
oNeg oNeg is offline
 
Join Date: Dec 2006
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

np give me a sec...
Reply With Quote
  #196  
Old 01-09-2007, 06:50 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks

And now for the answer

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.
Reply With Quote
  #197  
Old 01-09-2007, 06:56 AM
oNeg oNeg is offline
 
Join Date: Dec 2006
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Your the bestest!

and ty
Reply With Quote
  #198  
Old 01-09-2007, 07:18 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No prob
Reply With Quote
  #199  
Old 01-14-2007, 06:17 PM
StuntFactoryX StuntFactoryX is offline
 
Join Date: May 2006
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #200  
Old 01-18-2007, 08:10 AM
Kadi Kadi is offline
 
Join Date: Sep 2006
Location: Hijaz
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #201  
Old 01-18-2007, 09:18 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by StuntFactoryX View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07566 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete