![]() |
Quote:
If you align this with forum categories at home page what would you do about the empty space on top of the bar and forumdisply.php pages. . |
Thank you for your reply, I hope you don't mind, but, I have just PM'd you.
Best Wishes, Welshy2008. |
Please, when I put the user moves online with Internet Explorer being so
http://img231.imageshack.us/img231/4355/ss2hn.png Knows that it can be? regards |
installed for VB402
thanks |
Thanks Seven Skins for the mod. I've looking for something like this for days.
My problem: https://vborg.vbsupport.ru/external/2010/05/47.jpg How do I get it to drop down below the chatbox? So that the chatbox is full screen and the side bar is even with the other 2. This is the chatbox https://vborg.vbsupport.ru/showthread.php?t=235271 Thanks, James |
Oups... this is a very user specific solution. Use FireBug to get into html and css, then customise both of the adds. But you will need some time and coding skill...
Edit: Perhaps it's also enough to add one more <div> Depends on how these adds work... |
thanks a lot very nice mod
but a small thing i want more than 2 blocks there....... |
Bug. Don't works in vB 4.0.3 PL1.... Anyone can confirm?
|
I was looking for this solution since a while now. Thanks for the add on.
But is there a way to make it visible for non members only? Thanks again ED |
Quote:
|
hello i installed this mod
but i need a small help that i only need left column in FORUMHOME but im even geting this in FORUMDISPLAY now plz help me to get this only in FORUMHOME Thanks In Advance IndianHacker |
plz any1 help....
|
^^ Read the instructions on how to do that.
|
fixed....thanks bro...
|
Is this working on vBs 4.0.5 and 4.0.6 please?
|
Quote:
|
Is there any way to make the "What's Going On" box full width?
|
I tried to add this to replicate an older side column on my forum, did as you tell us for setup/install and it ended up on the bottom right of my page?(weird) im on 4.1.5, the guy i ran my site with was the VB expert and im on my own now so im trying to stay simple but im frickin lost right now!
|
You have to add these to the correct place in the templates:
{vb:raw ss_leftcolumn_start} {vb:raw ss_leftcolumn_end} |
the_dave is correct, with vB 4.1.5 following the instructions results in a nice white space along the left, but the content boxes are in the bottom right corner under the whois box. I would also love to be able to leave the whois online box at 100% (have the column end before the whois online box) if at all possible.
I'm too much of a novice to figure out what change affected this since the mods last update |
1 Attachment(s)
Hi:
Thank you for the mods. I installed both left and right columns; however, the format is little off for me. I am not sure when using both columns, they give me the issue. The first pix is for when not loging in the forum when using both left and right columns, as shown below. This is at the top forum level. Attachment 133599 The second pix is for the same but one level down from top forum level, as shown below. The thrird pix is for after logging in, as shown below. Attachment 133600 Any suggestions to fix the issue? I have one more suggestion that can the columns locate side by side, next to each other? I think we need that option to place it side by side, regardless left or right. Thanks again for the mods. Installed, voted and nominated. :up: |
I've added the code in the places that the instructions stated, but my board is messed up: http://eatsrice.com/forums/forum.php
The footer is not clearing. Any ideas? |
You have a mssing </div> tag in your style somewhere, check footer template to start with.
|
I am wondering how I can add a random picture per day to be displayed on the column
|
1 Attachment(s)
Great work with this, greatly appreciated.
Quickly, and I'm sure its something simple, but what am I doing wrong here? Left side bar is showing up all the way at bottom of page and on the right side. Any guidance is appreciated. Thanks again. |
Any help?
|
You have to add these to the correct place in the templates:
{vb:raw ss_leftcolumn_start} {vb:raw ss_leftcolumn_end} If you have a custom style then you will have to find out where to add them. |
thanks
|
Hmm, thanks.
Reviewed a few times and they seem to be in the correct positions -- but obviously not. |
Anybody that can help with the above issue, it would be appreciated. Thought I had them in the right places but still getting the above dislocation (bottom right of forum). Added them to my custom template in Navbar and Footer as prescribed above.
|
Thanks for the mod.
I need to display different contents in the side column, based on the forumid, but it seems the forumid is not known in ss_leftcolumn_contents. Is there a way I can parse/retrieve the forumid so I can add conditionals in the contents template? EDIT: nvm, registered foruminfo[forumid] in contents template with a custom plugin at hook forum_display_start |
As far as CappingThe Game and others that had issues with 4.1.x and it showing up at the bottom footer...
I got it to work by going into the footer template and instead of doing this: {vb:raw ss_leftcolumn_end} {vb:raw ad_location.ad_footer_start} {vb:raw ad_location.global_above_footer} </div> Find in footer template (top of footer template): HTML Code: HTML Code:
{vb:raw ad_location.ad_footer_start} HTML Code: HTML Code:
{vb:raw ss_leftcolumn_end} I did this... Find in footer template (top of footer template): HTML Code: HTML Code:
{vb:raw ad_location.ad_footer_start} HTML Code:
{vb:raw ss_leftcolumn_end} This made it then show up just fine. So that sectin of code looks like this: HTML Code:
<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])"> |
I am getting these database errors. Can you please help me. Thanks.
Code:
Database error in vBulletin : mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections /home/thebull/public_html/forums/includes/class_core.php on line 317 MySQL Error : Error Number : Request Date : Saturday, April 28th 2012 @ 11:08:15 PM Error Date : Saturday, April 28th 2012 @ 11:08:15 PM Script : http://creativx.net/forums/css.php?s...column_css.css Referrer : http://creativx.net/windows-7-themes-light-thebull/ IP Address : 201.47.220.169 Username : Classname : vB_Database MySQL Version : |
I also have an issue that on certain forum skins my adsense adds I have in this left column just don't show at all. On some skins it works, others not. Someone knows why this will be?
Thanks. |
For ads not showing see if the skins has all the hooks.
for DB error "Too many connections ..." this is webhost error and has nothing to do with this hack. |
Quote:
|
I really don't get it. The hooks are in the Navbar and Footer templates for all skins, and the contents are in the templates, yet in some skins the adds just wont show.
|
There are more then 130 hook in the templates (vBulletin 4.1.12) ... compare your custom templates with the default templates. Look for vb:raw template_hook when searching for hook location.
|
Can you please tell me how to change the color of the text of the title? I saw it refers to ss_column_head and I found that inside of the ss_leftcolumn_css.css but when I look at it, it says it refers to forumhead_color which in my case is white. For some reason it is showing up as dark blue and it is very hard to see. I'm not sure if its relevant but for my title I am using html to link to my register page.
|
You can change this text:
HTML Code:
color:{vb:stylevar forumhead_color}; To HTML Code:
color: #ffffff; |
All times are GMT. The time now is 04:02 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|