The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Png Rounded Quotes (PRQ) v.3.10 - Valid XHTML 1.0 Details »» | |||||||||||||||||||||||||||
Png Rounded Quotes (PRQ) v.3.10 - Valid XHTML 1.0
Developer Last Online: Feb 2013
Png Rounded Quotes (PRQ) version 3.10 - Valid XHTML 1.0
Author: C?dric Claerhout Thanks to : Elmer, Natch and d00d Hack description: This hack, based on Elmer?s one, turns the traditional quotes into round quotes with PNG images as border. You can use it with light and dark backgrounds without any graphical problems. For Gif supporters, just use the adobe psd file include to create pictures yourself. Should take 5 minutes, time to open Photoshop and change .png to gif extension in the code. Zip description : Code, PSD, Pictures ready to use, and useful information. Time to install: 10 min Compatible browsers : IE 6 (with png transparency patch), Firefox 1.x, Firefox 1.5x, Safari. What's new: 20 february 2006 : version 3.10 -quotes are now included in just one table (instead of two) -width bug for optional bbcodes in IE corrected -works now with Safari 14 february 2006 : version 3.00 -code complitely rewritten for quotes AND bbcodes ; it shoud fix some display bugs with IE -code patched to work with Firefox 1.5 -new option for quotes : one or two bubbles (thanks majorxp). See joined pictures to understand : citationmonobulle.jpg and citationdoublebulle.jpg 22 august 2005 : version 2.2 -code rewritten -option bbcodes interface integrated in the zip files 17 august 2005 : version 2.1 -option : php and code tags template -update .psd file in in quotesPNG_v2.1.zip -put a missing png picture in quotesPNG_v2.1.zip -Bug corrected in code template 16 august 2005 : -Valid XHTML 1.0 -I had forgotten to join the transparency background version (70%). Instructions: First of all, you HAVE to install that hack. Link : https://vborg.vbsupport.ru/showthread.php?t=93415 (need vB 3.5 RC) It will allow png picture transparency work with Internet Explorer. Then download the zip file and follow the instructions: 1. Login to your Admin Control Panel 2. In the Styles & Templates category, click on Style Manager and expand the group of templates in your prefered style, by clicking on the [<<>>] button. 3. Select the group of templates BB Code Layout. Click the 'Expand/Collapse' button, or double-click the group name to expand or collapse the BB Code Layout ? group of templates. 3. Now select the template bbcode_quote. Double-click the template name or click the 'Customize' button to edit this template. 4. Replace all the content in the template field withd the code provided in the txt file in the zip below. 5. Upload the folder "quotes" (or quotestr) containing all the images to your misc images directory of your style : Code:
[style]/images/misc Notes: >You have to increase the amount of images to use in a post through your admin cp, because this mod use images and it counts as post images. >If new png quotes pictures don?t appear immediately in your old messages, don?t panic and just wait. If you're hurry, just write a new message and it will work. >I give you the PDF file so that you can modify if you want the quotes. Now it?s easy to do. I give you also a picture that helps you to localise where each segment of the PSD goes. >Of course i?ve tested this hack, both in IE and Mozilla, and it works great. Bonus Once installed, you can make your code, html and php tags the same look if you want. Just go into the option directory included in the zip file, and replace the templates of each of this tags by the content of the text files. N.B : For those three bbcode, the width depends on the value indicated in "All Style option" under "Code Block Width (pixels)". Show Your Support
|
Comments |
#52
|
|||
|
|||
Quote:
|
#53
|
||||
|
||||
Quote:
|
#54
|
|||
|
|||
Installed.. Works great.. with one small exception.. I'm getting a thin white line/space inside the quote box on the right side.
Any idea on how to fix this? |
#55
|
|||
|
|||
Thanx!!! :speechless: is great!
|
#56
|
|||
|
|||
Quote:
|
#57
|
|||
|
|||
Quote:
as example: set border:0px Code:
<td class="alt2" style="border:1px inset"> |
#58
|
|||
|
|||
any idea why i'd be seeing this in firefox?
it's only most of the time.. sometimes it shows up ok.. any clue? |
#59
|
||||
|
||||
Small and dirty correction to have only one "quote":
Code:
<div style="align:left;"> <table border="0" cellpadding="0" cellspacing="0" style="margin-top:5px;margin-bottom:5px;width:100%;"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="75"> <table border="0" cellpadding="0" cellspacing="0" width="50"> <tr> <td width="37"> <img src="$stylevar[imgdir_misc]/quotestr70/06.png" alt="" width="37" height="24"/></td> <td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/07.png');width:1px;height:24px;background-position:center;" valign="middle"> <span class="smallfont"> <if condition="!$show['username']">$vbphrase[quote]</if></span></td> <if condition="!$show['username']"> <td> <img src="$stylevar[imgdir_misc]/quotestr70/08a.png" alt="" width="16" height="24"/></td> </if> </tr> </table> </td> <td align="left"> </td> <if condition="$show['username']"> <td align="left"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <!--<td> <img src="$stylevar[imgdir_misc]/quotestr70/08b.png" alt="" width="17" height="24"/></td>--> <td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/09.png');width:100%;height:24px;" align="left" valign="middle" nowrap="nowrap"> <span class="smallfont"> <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></span></td> <td> <img src="$stylevar[imgdir_misc]/quotestr70/10.png" alt="" width="18" height="24"/></td> </tr> </table> </td> <else /></if> <td width="100%" align="right"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="background-image: url('$stylevar[imgdir_misc]/quotestr70/11.png');width:100%;height:24px;" width="100%"> </td> <td align="left"> <img src="$stylevar[imgdir_misc]/quotestr70/12.png" alt="" width="18" height="24"/></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="37" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/04.png');width:37px;height:1px;"> </td> <td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/00.png');width:100%;height:1px;"></td> <td width="18" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/05.png');width:18px;height:1px;"> </td> </tr> <tr> <td width="37" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/04.png');width:37px;height:1px;"> </td> <td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/00.png');width:100%;height:1px;" class="smallfont"> <if condition="$show['username']"><div style="margin-right:24px;"><i>$message</i></div> <else /><div style="margin-right:24px;">$message</div></if></td> <td width="18" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/05.png');width:18px;height:1px;"> </td> </tr> <tr> <td width="37"> <img src="$stylevar[imgdir_misc]/quotestr70/01.png" alt="" width="37" height="14"/></td> <td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotestr70/02.png');width:100%;height:14px;"> </td> <td width="18"> <img src="$stylevar[imgdir_misc]/quotestr70/03.png" alt="" width="18" height="14"/></td> </tr> </table> </td> </tr> </table> </div> |
#60
|
||||
|
||||
Anyway to get this working with vBAdvanced CMPS? If you try to quote something in the "news" section on vBAdvanced the whole page goes whacky.
Other than that it looks great. |
#61
|
|||
|
|||
this is working great with my lighter styles, but doesn't look good on my darker one:
how can i change the background color? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|