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)
-   -   Side column on forumhome only (https://vborg.vbsupport.ru/showthread.php?t=112704)

Harley D 08-08-2006 11:09 PM

O.K. One last question...
Where in the FORUMDISPLAY template would one put the code?

peterska2 08-08-2006 11:10 PM

below navbar and above footer :)

Harley D 08-08-2006 11:34 PM

as usual, worked Great.
Thanks once again :)

danielcompton 08-17-2006 07:13 PM

Hi have installed this and love it.. have menus, google adsense, shop items from my oscommerce store all listed on a left coloum.

But is there a way I can make this show on every page on the forum and in threads etc?

I tried hacking it myself and taking the code out of forumhome and putting into HEADER template which seemed to work ok and was on everypage.. but it gets all out of shape when I go into some threads etc and the threads end up really low down on the screen with lots of whitespace.

any suggestions how I can make this menu apply anywhere on the forum please?

many thanks indeed .

peterska2 08-17-2006 10:49 PM

you will also need to put the second part of the code at the top of the footer template instead of in the forumhome template

danielcompton 08-18-2006 01:29 PM

thanks. Could you clarify that.

So I remove the
Code:

<!-- peterska2 side column -->
<table border="0" width="100%" align="center">
<tr>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$sidecolumn
</table>
</td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->

from FORUMHOME and put this into Footer?

When I do this Ijust get the menu starting in the footer.. Sorry I not great at this, only been using vbulletin a week or so.

Not sure what mean by second part of code.

thanks appreciate your help.

danielcompton 08-18-2006 09:30 PM

I got it working now! :)

Does anyone know how to add things like; Poll Vote, Latest Threads etc etc to a column? I have search for hows and there seems to be many people wanting this but now hack.

but I have seen loads of websites with the poll and threads in the sidebars.how is this done?

thanks

needtheend 08-22-2006 09:19 PM

Quote:

Originally Posted by peterska2
In your forum home template

find

Code:

<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<!-- / peterska2 side column -->

replace with

Code:

<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<!-- / peterska2 side column -->

That should solev the problem

There is something wrong here. I cant find first code above. in forum home template. There is

Code:

!-- peterska2 side column -->
<table border="0" width="100%" align="center">
<tr>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$sidecolumn
</table>
</td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->

Pls help. I use it the right side. And i want to see it every page.

peterska2 08-22-2006 10:21 PM

needtheend,

replace
Code:

$sidecolumn
</table>
</td>
<td>

with
Code:

$sidecolumn
</table>
</td>
<td valign="top">


needtheend 08-23-2006 05:38 AM

The column is still left side. I want right side. Can we change it?


All times are GMT. The time now is 08:57 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.01246 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
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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