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)

kwame 09-26-2006 03:02 PM

Hi, I need to include some php code in this left nav but it won't show up. I tried creating a plugin and then including that in the left nav but that doesn't work either. Can someone please point me in the right direction on this one? Thanks.

oldfan 09-28-2006 05:09 AM

Why is it in the "showthread.php?" after the second/third post does the layout go back to normal?


example > http://www.metallifukinca.com/showthread.php?t=3361

johnstires 10-06-2006 03:50 PM

I've been searching this thread for the answer but haven't found yet.

This hack works great. However I have a fixed width of 900px (centered) and this hack bumps my content out the length of my left column. I changed the header width and that worked for most of my pages. However the showthread table is still pushed out.

How do I get this to work on the showthread page?

Here's a link to the problem page:

http://www.prenatalyogacenter.com/fo...read.php?t=788

Rik Brown 10-06-2006 08:55 PM

[QUOTE=JenniferK]Rik, works fine in 3.6.1 :)

Jennifer: Thanks. Got it online. -- Rik

johnstires 10-07-2006 05:28 PM

I found the fixed width problem here:

http://www.vbulletin.com/forum/showthread.php?t=156775

Admin CP -> Styles & Templates -> Style Manager -> ? ? -> spacer_open

Replace the red code:
Code:

<!-- open content container -->
<if condition="$show['old_explorer']">
        <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
        <div align="center">
                <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
                        <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
</if>

...with the blue code:
Code:

<!-- open content container -->
<if condition="$show['old_explorer']">
        <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
        <div align="center">
                <div class="page" style="width:100%; text-align:$stylevar[left]">
                        <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
</if>


I think this should be added as template change for the iinstall instructions.

Hornstar 10-15-2006 10:34 AM

Quote:

Originally Posted by attroll
To make them collapsable use this code in your template:

PHP Code:

<table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder" width="100%">
<
thead>
<
tr>
<
td class="tcat" colspan="0">
<
a href="#top" onclick="return toggle_collapse('module_40')" style="float:right"><img alt="" border="0" id="collapseimg_module_40" src="/forum/images/buttons/collapse_tcat.gif" /></a>
<
span class="smallfont"><strong>&raquoTitle here</strong></span></td>
</
tr>
</
thead>
<
tbody id="collapseobj_module_40" style="">
<
td class="alt2">
<!-- 
Begin custom code -->
<
a href ="http://www.yoursite.net">Home</a><br>
<
a href ="http://www.yoursite.net/forum">Forum</a><br>
<!-- 
Begin custom code -->
</
tbody>
</
table


That doesnt work for me. It just looks like all my other tables. www.buy-host.com/forums It is the bottom one that is using your code.

navjotjsingh 10-18-2006 05:47 AM

How to put the left column on the left of forums only and what's going on and complete footer should be normal and not pushed by the sidebar. Any ideas on that?

peterska2 10-18-2006 12:22 PM

Quote:

Originally Posted by navjotjsingh
How to put the left column on the left of forums only and what's going on and complete footer should be normal and not pushed by the sidebar. Any ideas on that?

That is not possible with this modification as the edits are to the header and footer templates and therefor anything inbetween forms the right column of the two column layout.

fatal1980 10-20-2006 07:42 PM

This mod works perfectly, except on the showthread.php pages.

It shows the name of the column thats it. works perfectly everywhere else.. any ideas?

thanks

Oreamnos 10-24-2006 01:07 AM

I'm trying to move some of my navbar links to the left column but the template conditionals aren't working.

For example, if I put this:
PHP Code:

<if condition="$show['member']">member info</if> 

in my left_column template nothing shows up. I am a member so it should be showing what is between the <if></if> tags, right?

what am i doing wrong?

thanks
eric


All times are GMT. The time now is 03:24 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.01582 seconds
  • Memory Usage 1,758KB
  • 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_php_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