View Full Version : side column for ca_evo_green
First of all, thank you for the style. I love the colors.
I'd like to add a column to either the right or left side that would appear on all pages... (for skyscrapers ads and other links etc...) I've done it before with tables, but having issues this time around LOL (I lost my text file with my code from before) :(
Any guidance would be appreciated :)
nevermind :)... having a 'slow' moment :)
Well, I've got it going except for one part... everything lines up correctly on all pages except for when viewing a thread (showthread).
I know it's not part of the style as given from your site, but I would appreciate any insight you could provide.
Forums: http://www.digiscrapcentral.com/forums/
Thread View: http://www.digiscrapcentral.com/forums/showthread.php?t=4004
You'll notice that the sidebar falls below the messages for some reason...
Here's the code I used to add the side bar.
This goes near the end of the header template.
<!-- Right Side Bar -->
<table border="1" cellpadding="0" cellspacing="0" style="border-style: dotted; border-color: #F7F3E7" bordercolor="#FFF7E7" align="center">
<tr>
<td>
<!-- End Right Sidebar -->
This goes in the beginning of the footer template.
<!-- Right Side Bar -->
</td>
<td width="125">
$rightsidebar
</td>
</tr>
</table>
<!-- End Right Sidebar -->
$rightsidebar - New template containing contents of box (no tables or anything)
CyberAlien
06 Apr 07, 07:48
Move that code before $spacer_open in header template and after $spacer_close in footer template, or add $spacer_open at the end of header and $spacer_close at the beginning of footer.
Thank you, that helped :)
Hey,
I am trying out the same thing, only difference being that i want the right side column only for the showthread template.
Now if i accept your advice 'CyberAlien' and move that code before $spacer_open in header template and after $spacer_close in footer template, or add $spacer_open at the end of header and $spacer_close at the beginning of footer, then the right sidebar comes up on each and every page!!
Could you please help me in figuring out what can i do to see the sidebar perfectly only on showthread?
Note :: I am using your ca_serenity style.
vBulletin® v3.6.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.