The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How come the code box is sooo small?
look here http://www.gamerz-forum.com/forum/showthread.php?t=37 just scroll down alittle |
|
#2
|
|||
|
|||
|
Look like a template problem in your bbCode Layout Templates
bbcode_code Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:</div>
<pre class="alt2" style="margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto"><div dir="ltr" style="text-align:left;">$code</div></pre>
</div>
having all sorts of problems with that skin huh
|
|
#3
|
|||
|
|||
|
there is no problem there... this is what i got
Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:</div>
<pre class="alt2" style="margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto"><div dir="ltr" style="text-align:left;">$code</div></pre>
</div>
|
|
#4
|
|||
|
|||
|
What is your codeblockwidth stylevar set to? From what I see, it's at 100px and acting exactly as it should. Make it something like 500px.
|
|
#5
|
|||
|
|||
|
Thats, what i said, i tried to help him last night but he disappeared or got abducted. 1 of the 2
|
|
#6
|
|||
|
|||
|
yeah i set it to 500 and it still dun work
help please |
|
#7
|
|||
|
|||
|
I've just changed my value to width:<b>640px</b>
So my bbcode_code template looks like Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:</div>
<pre class="alt2" style="margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:<b>640px</b>; height:{$blockheight}px; overflow:auto"><div dir="ltr" style="text-align:left;">$code</div></pre>
</div>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|