FırtıceN |
08-28-2010 10:00 PM |
vBulletin 3.8.x quote_php_code_html Modified :) by panoramaharem
1 Attachment(s)
Yapımcı: panoramaharem
Orginal Link: http://www.milon5.com/showthread.php?t=3679
For questions in language turkish (T?rk?e destek i?in): Click Me
Installation:
Add the following code to headinclude
PHP Code:
<link rel="stylesheet" href="panoramaharem_quote_php_html_code.css" type="text/css">
Upload the panoramaharem_quote_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:
PHP Code:
<div style="margin:20px; margin-top:5px"> <div class="bbccode"> <div class="smallfont" style="margin-bottom:2px"> <div class="bbccodetitle">$vbphrase[code]:</div> <pre class="#FFFFFF" dir="ltr" style=" width: $stylevar[codeblockwidth]; height: {$blockheight}px; text-align: left; overflow: auto"> $code </pre></div></div></div>
bbcode_html:
PHP Code:
<div style="margin:20px; margin-top:5px"> <div class="bbchtml"> <div class="smallfont" style="margin-bottom:2px"> <div class="bbchtmltitle">$vbphrase[html_code]:</div> <pre class="#FFFFFF" dir="ltr" style=" width: $stylevar[codeblockwidth]; height: {$blockheight}px; text-align: left; overflow: auto"> $code </pre></div></div></div>
bbcode_php:
PHP Code:
<div style="margin:20px; margin-top:5px"> <div class="bbcphp"> <div class="smallfont" style="margin-bottom:2px"> <div class="bbcphptitle"> $vbphrase[php_code]:</div> <div class="#FFFFFF" dir="ltr" style=" width: $stylevar[codeblockwidth]; height: {$blockheight}px; text-align: left; overflow: auto"> <code style="white-space:nowrap"> <!-- php buffer start -->$code<!-- php buffer end --> </code></div> </div></div> </div></div>
bbcode_quote:
PHP Code:
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>"> <div class="bbcquote"> <if condition="$show['username']"> <div class="bbcquotetitle"> <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase> <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if> </div> <div style="font-style:italic">$message</div> <else /> $message </if> </div>
Sample Image
http://img811.imageshack.us/img811/4...quotephpht.png
|