PDA

View Full Version : vBulletin 4.0.4 php_code_html modifiye etme



admin
29-08-2010, 07:22 PM
Installation:

Add the following code to headinclude

<link rel="stylesheet" href="panoramaharem_php_html_code.css" type="text/css">

Upload the panoramaharem_php_html_code.css file to FTP (it's named public_html, www, or httpdocs, etc)

Change the following template codes with the original:

bbcode_code:

<div class="bbccode" style="width:$stylevar[codeblockwidth];">
<div class="bbccodetitle">$vbphrase[code]:</div>
<pre style="margin:0px; padding:$stylevar[codeblockwidth]px; width:$stylevar[codeblockwidth]; overflow:auto"><div dir="ltr">$code</div></pre>
</div>
<br />

bbcode_html:

<div class="bbchtml" style="width:$stylevar[codeblockwidth];">
<div class="bbchtmltitle">$vbphrase[html_code]:</div>
<pre style="margin:0px; padding:$stylevar[codeblockwidth]px; width:$stylevar[codeblockwidth]; overflow:auto"><div dir="ltr">$code</div></pre>
</div><br />

bbcode_php:

<div class="bbcphp" style="width:$stylevar[codeblockwidth];">
<div class="bbcphptitle">$vbphrase[php_code]:</div>
<pre style="margin:0px; padding:$stylevar[codeblockwidth]px; width:$stylevar[codeblockwidth]; overflow:auto"><div dir="ltr"><code style="white-space:nowrap"><!-- php buffer start -->$code<!-- php buffer end -->
</code>
</div></pre>
</div>
<br />

Sample Image

http://img718.imageshack.us/img718/5237/panoramaharemphphtmlcod.png