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)

Viks 04-10-2007 02:27 PM

Quote:

Originally Posted by Yorixz (Post 785845)
You should take a look at the vBa's User Manual at the site; explains how to make the forum included as a vBa page.

Quote:

Originally Posted by badblu (Post 785827)
how do i add some of the VBA boxes to this. I want the poll and recent threads to show up.
is it hard or is it easy to do.


Well, what if I do not have Vbadvanced installed on the forums?

It there a way to add
1. latest threads
2. Rss Feeds (maybe)
3. Polls

on this sidebar.. it would be a valuable addition to the mod.
I've been using it this mod for a while now but if someone can tell us how to add poll to this coloumn.

pls assist,

thanks

Viks 04-13-2007 12:55 AM

Hi guys,
Did someone have any luck in adding Poll or new threads on the left coloumn?

please share!

kylek 04-14-2007 06:18 AM

Need some help please:

Trying to get adsense to display but no matter what we try nothing works? Can someone please post their google code that they used for it to work in the left column. Really appreciate it!! Thanks in advance.

hydn 05-30-2007 02:45 PM

Can this column be extended so that it's height = 100%

In other words the entire content flows right down to the footer?

I use it for banners but as you scroll down it leave a huge blank space on the left after the banner. Esp on long pages.

Thanks,

willisbryan 06-03-2007 11:50 PM

This is in deed a great mod but got a question for you all. How do you keep the additional Left Column off of VBAdvanced? Considering we are making these edits in the header and footer, is there a way to set it so they only show through the forums.

Mrdby 06-04-2007 12:25 AM

3.6.7?????

blindman4556 06-11-2007 10:41 PM

hey i was wondering how you put the login script with the PM script in it. i was able to get the login form over but when you log on the PM stuff wont show up. so how did you get it like in the screen shot

tipoboy 06-24-2007 04:28 PM

ok i have spent 2 hours looking through this thread alone and need some help maybe its been answered but i couldnt find it with everyone asking what htnl to use etc!

i have a large gap between the left hand column and the forum table could someone please tell me how to get rid of this

see here: https://vborg.vbsupport.ru/showpost....&postcount=182

hack is brill apart from this small flaw thanks amy!!

tipoboy 06-24-2007 09:23 PM

ok i have now spent around 8 hours looking through this topic alone and trying everything i could to get his working and i need help

the closest i can get is my forum page looking like this(screenshot-attatchment1)

but my sub forumdisplay page looks like this(forumdisply-attatchment2)

and my showthread page looks like this(showthread-attatchment 3)

any help here would be great chaps and chapesses

tipoboy 07-02-2007 05:33 PM

anyone here help me with this??

kylek 07-02-2007 06:23 PM

Did you try to change the width of the side colume?

"<td width="160" valign="top" align="left">$leftcolumn</td>"

Change the 160 and see if it makes a difference.

tipoboy 07-02-2007 08:12 PM

tried that changed it to 130 same width as my table i'm inserting it didnt work any idea's?

kylek 07-02-2007 09:06 PM

Sorry I cant think of anything at this moment. I ended up putting the code in my forumhome template as we only wanted it to show on the main forum page and no where else.

Angel-Pie 07-07-2007 08:57 PM

ok i want to get this but are these boxes possible to get something to add that tells the top posters like there name and the amount of posts and stats and stuff like that in them? or is that a whole other thing?

question? 08-10-2007 11:28 PM

When theres an error, like when you press "new posts" and there aren't any, it comes up without a side colum (well it's indented, just nothing in the space)

futuredood 03-02-2008 11:52 PM

I noticed when I tried to fill the background of the left column that it's floating on the left, and not truly a whole left column. You can see on this page that that the left column stops about 3/4 of the way down the site... any ideas on how to make the height truly 100%?

http://www.aznraps.com/forums/

hydn 04-29-2008 09:42 PM

In IE tables slow loading a lot (Not a FF issues but most users are on IE). Is there a hack for tableless left OR right column using CSS?

rhinoForums.net 05-15-2008 02:04 AM

I was curious if it would be tough to modify this code slightly?

I'm looking for it to exclude certain forums, instead of include them. In other words, I want the left column to show up everywhere, except the forumid's that I list in this conditional.. Can anyone please help with this?

Thanks!

Quote:

Originally Posted by LaCN (Post 1109437)
Hi,

I put this column under my navbar, which looks verry well :)

I also added a few conditionals to have it only show on some forums...

But..
In the leftcolumn template, I removed all code, and added a $variable from a plugin I made.
But it won't show :confused:
the plugin includes a php-page which has for example: $var = "test";
the leftcolumn template has: $var

It did show when I used peterska2's show left column on front page hack.
But I deinstaleld that one, and trying to use this one ;)


Why doesn't it show a plugin variable ?



edit, even without the forum-conditionals it doesn't show anywhere, not even on the main page :(


btw, if someone also wants forum-conditionals, use this:
PHP Code:

<if condition="in_array($forumid, array(2,3,4,5))">
  
add ur html here
</if> 

Where 2, 3, 4, etc are forum-id's
:)


WoodiE 06-02-2008 01:58 PM

I run version 1.0.2 of this mod on one of my forums and run call template names just fine on the side bar. However this new version 1.1 I can not. I'm trying to call a template name for a plugin I created to display banner ads and randomize them the template name is $randads but it will not display the banners on this new version 1.1 sidebar.

I know it works because I can add $randads to say the ForumHome template and it works fine. Any ideas how to fix this new 1.1 sidebar to allow templates to be loaded as you used to be able to in 1.0.2?

-WoodiE

MOF 12-18-2008 07:25 PM

How do I add stuff to the sidebar once it is installed?

MOF 12-18-2008 08:23 PM

OK, LOL...I found it!

I Do have another question though...

How can I add the navigation features to the sidebar? I do not want them under the header. I would prefer them in the sidebar...

When I try to cut the code, it does not work...any suggestions?

wilczek 02-02-2010 09:56 PM

Hi,

Can anyone provide the information on how to do this for VB4 and also how to do it for the Right side too. I used to have these on V3 and use them for ads etc and really miss the functionallity.

Thanks in advance,

Majora 03-29-2011 09:05 PM

I need this for vbulletin 4. Help please!


All times are GMT. The time now is 01:37 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.01606 seconds
  • Memory Usage 1,770KB
  • 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
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (23)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