![]() |
Hi, this is one of the best soft skin I've seen about vBulletin styles, but I noticed that too, the Designer who make that great work don't consider at 99% the validation w3c and css standard, why that?
|
Quote:
Code is not semantically correct because of vBulletin structure. Try making a tableless template that would look like this template, work properly in threaded and hybrid modes, display correctly in all 4 major browsers and being compatible with most vbulletin hacks. |
How hard would it be to make an orange template?
|
I won't be creating new color schemes for release any time soon, but you can pm me about custom color scheme. It won't be free though.
|
Hi,
I'm trying to add some stuff in the right of my message post: similiar to http://forum.hardwarezone.com/showth...6#post22837686. Can you guide me how do I add a right column within postbit itself? I tried creating <td> before post_message but shift the entire post content and create a new column which i dont want. Help pls! |
in postbit_legacy on line 24 before </tr> add code similar to this:
Code:
<td rowspan="3" valign="top" class="alt1"> |
Thanks for the prompt reply!!
I tried the code and it work but the bar on top shift to the left as well. How do I make it such that the everything (the bar, + the signature + the reply, edit section) all look the same as normal but with the extra column on the right? Here's how it looks like now: http://iamboredr.com/forum/pictures-...get-stuff.html I have attached my postbit_legacy code, so please help me., Very clean and beautiful skin btw, Love it! I'll be installing the other colors too for my site! :up: |
Then move that code before next </tr>, and in first row change:
Code:
<td class="thead" style="font-weight:normal" colspan="2"> Code:
<td class="thead" style="font-weight:normal" colspan="3"> Code:
<td class="thead" style="font-weight:normal; border-left: 0px" align="$stylevar[right]"> Code:
<td class="thead" style="font-weight:normal; border-left: 0px" align="$stylevar[right]" colspan="2"> |
Also change this:
Code:
<td class="alt2" width="100%" id="td_post_$post[postid]"; colspan="3";> Code:
<td class="alt2" width="100%" id="td_post_$post[postid]" colspan="3" style="border-bottom: none;"> Code:
<tr> Code:
<tr> |
CyberAlien! You are a legend! Thanks for your assistance!!! Appreciate it.
Just one more slight adjustment.. The "edit, reply,quote" button, can they be move all the way to the right? (ie: beneath the right section) and also is there anyway to remove that left-border of the right section and add the bottom-border so below looks like a complete line? Thanks in advance! Now is currently like this: http://iamboredr.com/forum/video-fan...w.html#post410 |
All times are GMT. The time now is 03: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|