vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Ultimate Side Columns (https://vborg.vbsupport.ru/showthread.php?t=141870)

jahshaka 06-12-2007 10:13 AM

hi i need to also hide this on the 'new post' page ie when the users go to post a new thread - how can i do this?

imported_gc1 06-14-2007 01:21 PM

One of the best mods ever thank you

Fungsten 06-14-2007 05:54 PM

Installed on test server!

NathanLedet 06-15-2007 01:31 PM

Hello. Glad I found this....it works on a majority of the pages, but some pages it drops the right side down below the content and then stretches to 100% It happens when creating or viewing a PM, and a few other pages. Any help on this would be appreciated.

Fungsten 06-15-2007 06:35 PM

Quote:

Originally Posted by NathanLedet (Post 1269021)
Hello. Glad I found this....it works on a majority of the pages, but some pages it drops the right side down below the content and then stretches to 100% It happens when creating or viewing a PM, and a few other pages. Any help on this would be appreciated.

On mine it works ok otherwise.

butty 06-21-2007 12:03 AM

wow this is great!

thanks :D

butty 06-21-2007 02:03 AM

btw can anyone tell me what i need to edit to add google ad's in the blank space underneath one of the columns. may aswel fill it with something eh! ;)

smestas 06-21-2007 08:27 PM

Just installed this Mod.

Thank you very much Kerry-Anne!!

Looking forward for the ability to enable/disable depending on user groups.

:up::up::up::up::up:

Brl02d 06-28-2007 12:53 PM

Exactly what I was looking for :cool:

Brl02d 06-29-2007 02:20 PM

I can't seem to figure out how to add extra columns based on the wording in the template, can anyone explain it further or post a screen shot of how they did it?

fox3nova 06-29-2007 02:49 PM

Quote:

Originally Posted by Brl02d (Post 1279186)
I can't seem to figure out how to add extra columns based on the wording in the template, can anyone explain it further or post a screen shot of how they did it?

edit your temp of usc_sidecolumn_left or usc_sidecolumn_right

you will see
Code:

<!-- additional blocks go here -->
<!-- to use an additional block uncomment the next section and enter HTML directly into the template. Replicate this code as required -->

<!--
<tr>
<td class="alt1">
Additional Block Content
</td>
</tr>
-->

add what you want at the "Additional Block Content"

Brl02d 06-29-2007 03:00 PM

I figured it out, if anyone has problems PM me and I'll help you out.

jderouen 06-29-2007 03:30 PM

Installed it and it works great - I do have one question, though - I'd like each block to be a different background color of my choosing. How would I change background colors?

Thanks!
Joe

coopdad 06-30-2007 12:47 AM

I am wondering if there is a way to turn off USC's from my VBadvanced CHPS only.
John

deep_blue 06-30-2007 09:21 AM

am posting again.

Is there anybody else facing problem of page laoding a bot slow. The header comes first and then remaining page where sides bars are there, appear after a lag of 10 seconds or so?? what could be the reason

jderouen 07-01-2007 02:08 AM

Is there any way of blocking off certain blocks for guests only to view? The usual if statement doesn't seem to work.

elpadrecito 07-01-2007 03:43 AM

Got everything uploaded and the columns are there but now my header is not in alignment with the rest of the page. I realize it's probably some simple adjustment to the header width but how do I do that?

Thank you.

skooby 07-01-2007 03:46 AM

Quote:

Originally Posted by elpadrecito (Post 1280314)
Got everything uploaded and the columns are there but now my header is not in alignment with the rest of the page. I realize it's probably some simple adjustment to the header width but how do I do that?

Thank you.

Was wondering the same, my columns are just slightly below the header.

Ava-Kyrillos 07-03-2007 09:51 PM

Thanks a lot
George

T_Richardson 07-04-2007 05:10 AM

Very nice mod "installed".
I would like to have no space in between column and forumhome. Where can i edit this?

- Solved - Styles and Templates/Style Manager/Stylevars/Spacer Size (pixels) = 0

BabyNameAddict 07-04-2007 12:38 PM

I can't get Ultimate Side Columns to show up under my vBulletin Options. I have it installed and enabled, and edited templates.

Angel-Pie 07-06-2007 06:23 PM

is there a way to only have this on the left?

rnmcd 07-06-2007 09:46 PM

Anyone want to link me to their site that is using this mod? I would like to see how versatile it is.

Thanks.

smestas 07-06-2007 10:22 PM

I'm using it for a right side column.

http://www.alfabb.com

rnmcd 07-06-2007 10:29 PM

Quote:

Originally Posted by smestas (Post 1284761)
I'm using it for a right side column.

http://www.alfabb.com

That looks nice.

You were able to insert those right-side images, links, and text using this Add-on without additional modification?

smestas 07-06-2007 10:39 PM

I just installed the pluging and entered my Adsense code via the control panel. Just follow the directions and it works great.

skooby 07-07-2007 12:24 AM

Anyone know how to get the calendar to show up in the columns? Been at it for hours and just can't seem to get it going.

Get Shorty 07-07-2007 11:51 PM

Quote:

Originally Posted by Surviver (Post 1201852)
Hello, nice Hack, but it has a "bug".

If you view a thread, its too small. Andreas postet a soultion for this problem here.

ALso the caldendar Display has this "bug" ;)

In English:
Create a Plugin on parse_templates with the following Content:
HTML Code:

$vbulletin->templatecache['header'] .= '";$spacer_open="';
$vbulletin->templatecache['footer'] .= '";$spacer_close="';

Greetings Surviver

This worked perfectly for me for anyone who's interested...

rnmcd 07-08-2007 12:28 AM

Quote:

Originally Posted by Get Shorty (Post 1285466)
This worked perfectly for me for anyone who's interested...

What worked perfectly for you? The hack or the fix?

WoodiE 07-13-2007 03:02 AM

Is it possible to get this to display on the forumhome and forumdisplay only?

Get Shorty 07-13-2007 03:08 AM

Quote:

Originally Posted by rnmcd (Post 1285478)
What worked perfectly for you? The hack or the fix?

The fix that I quoted.

fox3nova 07-13-2007 03:27 AM

How do I use this left column in specific forumdisplay and right column in another forumdisplay ?

rainierarms 07-13-2007 04:21 AM

I've been trying to add extra columns instead of the stated 5 for the last hour. I have changed the usc_sidecolumn_left many times but I can't get it to work. Can someone share their working code?

WoodiE 07-13-2007 10:49 AM

Quote:

Originally Posted by WoodiE (Post 1289682)
Is it possible to get this to display on the forumhome and forumdisplay only?

Never mind, I figured it out.

Nice work by the way - this makes editing the side bars very easy and it's a very easy product to edit!

T_Richardson 07-13-2007 01:29 PM

Does anyone have a working code to show users online? Just a simple list.
I tried to edit the template, but not getting much success.

ltaylor 07-15-2007 02:59 AM

Anyone know the conditionals to not show the columns on VB Advanced? VBGallery etc? (especially VbAdvanced)

Thanks !

fox3nova 07-15-2007 03:46 AM

Quote:

Originally Posted by WoodiE (Post 1289882)
Never mind, I figured it out.

Nice work by the way - this makes editing the side bars very easy and it's a very easy product to edit!

Would you please figure out how to display on the forumdisplay page ?

boywonder 07-16-2007 02:04 PM

Can you use replacement variables within the columns? I want to use my side column to incluse dynamically created content from the DB, such as latest posts etc.

Thanks

aakhan136 07-16-2007 10:53 PM

Thanks

slmoney 07-16-2007 10:59 PM

I've installed this Mod..and works great for the LEFT side...BUt it will not show up on the right side...and yes I have it checked to show Left and Right. Even if I check Right only, it does not show up. Any ideas?

I'ce added and replaced the codes that were in the instructyion just as they were written.

Thanks for your time!


All times are GMT. The time now is 01:19 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.01870 seconds
  • Memory Usage 1,798KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (9)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
  • (40)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