12-24-2007
|
#4 |
| Web Developer Join Date: Feb 2007 Location: Bhopal Posts: 2,752 iTrader: 100%
(1) | Re: [hide][/hide] Bbcode okay. i got it.
Open the bbcode_code template of the appropriate skin.
Delete everything it it, place code given below and save. HTML Code: <div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">
$vbphrase[code]:
</div>
<pre class="alt2" dir="ltr" style="margin: 0px;
padding: $stylevar[cellpadding]px; border: 1px inset;
width: $stylevar[codeblockwidth]; text-align: left;
height: {$blockheight}px; overflow: auto">
<if condition="$show['member']">$code
<else />Only registered members can see this code.
<a href="$vboptions[bburl]/register.php">Click here to Register.</a>
</if>
</pre>
</div> Now do the same for bbcode_code_printable template.
The code is : HTML Code: <div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">
$vbphrase[code]:
</div>
<hr />
<if condition="$show['member']">
<code style="margin:0px" dir="ltr" style="text-align:left">
$code
</code>
<else />
Only registered members can see this code.
<a href="$vboptions[bburl]/register.php">
Click here to Register.
</a>
</if>
<hr />
</div> My periodic table contains only 1 element : the element of Surprise. |
|
| |