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)

Allan 10-25-2005 06:56 PM

Thanks ;)


edit: i'm problem, look the scren please

Allan 10-27-2005 11:47 AM

nobody ?

sitka 10-28-2005 10:08 PM

how about making it outside of forum. everything gets pushed to the right.

Benj 11-02-2005 01:14 PM

Quote:

Originally Posted by Allan
nobody ?

maybe widen the settings of your style in all style options or fiddle with the other options on that page. regarding form widths etc

Benj 11-02-2005 01:15 PM

this is a lazy question really how cAn i apply vbs table expland / collaps to the side table ?

cheers

KeithMcL 11-02-2005 03:25 PM

Edit: Nevermind. I see the instructions are in the text file :)

PsiNyde 11-02-2005 10:41 PM

*installs*

very nice hack! perfect place for sky scraper ads n such.

lsgworldl 11-09-2005 05:15 PM

Quote:

Originally Posted by amykhar
Use conditionals, sort of like the stuff posted above to make it show for different usergroups. But, this one needs to check the value of THIS_SCRIPT.

Hello

Can you post how to stop it showing on a portal home page, I dont understand PHP and saying sort of ike the stuff abovce isnt really helpfull to me, I am using vBadvanced please can you give detailed instructions on how to stop it showing on my home page, I dont know what sort of means
thank you

www.tipstersforum.com

TheFocusElf 11-11-2005 12:59 PM

Another Amy mod I absolutely love.

Gray Matter 11-13-2005 02:23 PM

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 "<". :)


All times are GMT. The time now is 05:46 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.01386 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)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