vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Png Rounded Quotes (PRQ) v.3.10 - Valid XHTML 1.0 (https://vborg.vbsupport.ru/showthread.php?t=94430)

cclaerhout 08-29-2005 04:16 PM

Quote:

Originally Posted by Snort_2005
Installed and working fine.. I had to tweak the optional templates, (php/html/code) tags to get the fixed width font back on there. If the author doesn't mind, I would release those fixes. >_> (My edits is for the trans 70% version.)

Of course you can but why don't you use the "Code Block Width (pixels)" setting ?

Snort_2005 08-30-2005 12:20 AM

Quote:

Originally Posted by cclaerhout
Of course you can but why don't you use the "Code Block Width (pixels)" setting ?

My fixes makes it use the "Code Block Width (pixels)" Setting.. (for some odd reason, yours didn't do that for me. o.o)

Anyways.. my php/code/html templates are attached. (Quote was perfect. Thank you. ^_^)

Live Demo: http://www.zcworld.net/

EDIT: NOTE: By default, I have slightly edited the CSS to force the text within these blocks (unless otherwise colored as per the html/php blocks) to have the color black as the font color.

cclaerhout 08-30-2005 08:56 AM

Quote:

Originally Posted by Snort_2005
My fixes makes it use the "Code Block Width (pixels)" Setting.. (for some odd reason, yours didn't do that for me. o.o)

Anyways.. my php/code/html templates are attached. (Quote was perfect. Thank you. ^_^)

Live Demo: http://www.zcworld.net/

EDIT: NOTE: By default, I have slightly edited the CSS to force the text within these blocks (unless otherwise colored as per the html/php blocks) to have the color black as the font color.

Strange i thought it was the width of table and not the widht of text box that makes width of the all.
Anyways your option is nice for thoses who want to use $blockheight with an overflow. But i wonder the look it can have with scrolling bars.

I have visited your website. I've already seen on my website that theses quotes CAN break the display of CMPS. So i avoid to use them in first messages of a thread.

Avalon111 10-13-2005 08:23 AM

works like a charm!

thanks!!!!!

Avalon111 10-18-2005 04:55 AM

Realy great work!
i have also added the code, php and html extensions.

but i have one problem i dont want to get the message in the code tags parsed!
where do i have to add in the templates to get this working?

look at the screenshots for an example.

Avalon111 10-19-2005 08:12 AM

iw would be very cool to use this style for the Attached Files window too!
is this possible?

cclaerhout 10-19-2005 06:22 PM

Quote:

Originally Posted by Avalon111
Realy great work!
i have also added the code, php and html extensions.

but i have one problem i dont want to get the message in the code tags parsed!
where do i have to add in the templates to get this working?

look at the screenshots for an example.

I really don't know. I've got no problem on my forum. If you discovery why this bug happens, i'll we interested to know. Thanks :)

cclaerhout 10-19-2005 06:22 PM

Quote:

Originally Posted by Avalon111
iw would be very cool to use this style for the Attached Files window too!
is this possible?

I guess yes ; but i haven't the time at the moment (a lot of work to do) ;)

weaver 10-19-2005 06:30 PM

I love the way this looks in PMs when there's a lot of quoting happening. Very nice.

mgurain 10-21-2005 12:53 PM

hi does this works with 3.5.0 stablerelease ?

thanks

Avalon111 10-21-2005 02:53 PM

Quote:

Originally Posted by cclaerhout
I really don't know. I've got no problem on my forum. If you discovery why this bug happens, i'll we interested to know. Thanks :)

i am sure this issue has nothing to do with your modification. seems like a bug of vbulletin.

cclaerhout 10-21-2005 04:45 PM

Quote:

Originally Posted by mgurain
hi does this works with 3.5.0 stablerelease ?

thanks

Great :rolleyes:

ventrix 11-10-2005 05:42 PM

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?

LittleBoy1 11-13-2005 04:39 AM

Thanx!!! :speechless: is great!

weaver 11-17-2005 10:10 AM

Quote:

Originally Posted by ventrix
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?

I'm getting that line as well. I don't remember it being there before the 3.5.1 upgrade, but I may be mistaken.

LEAD_WEIGHT 12-09-2005 06:39 PM

Quote:

Originally Posted by weaver
I'm getting that line as well. I don't remember it being there before the 3.5.1 upgrade, but I may be mistaken.

That could be something related this part of the code, I will use the default
as example: set border:0px
Code:

<td class="alt2" style="border:1px inset">

mkdevo 12-17-2005 11:54 PM

any idea why i'd be seeing this in firefox?

http://img219.imageshack.us/img219/5...oteprob8fw.jpg

it's only most of the time.. sometimes it shows up ok.. any clue?

ThorstenA 12-29-2005 08:41 AM

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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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>


350Chevy 01-12-2006 12:46 PM

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. :)

mkdevo 01-14-2006 01:55 PM

this is working great with my lighter styles, but doesn't look good on my darker one:

http://img504.imageshack.us/img504/3822/quote8lz.jpg

how can i change the background color?

cclaerhout 02-08-2006 07:26 AM

Quote:

Originally Posted by Ventrix
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?

Unfortunately, you can't. I do not understand this problem. I only can reproduce it at work with the PC i use (Windows 2000 - IE v.6.0.2800.1106). But at home, with my computers, there is no problem... If someone can explain me this strange thing, don't hesitate. I'm going to see if LEAD_WEIGHT is correct, but i'm not sure. I can also try (but it's not a promise) to convert table code to CSS.

Quote:

Originally Posted by mkdevo
any idea why i'd be seeing this in firefox? it's only most of the time.. sometimes it shows up ok.. any clue?

A random problem... Sorry, but i can't help. May be pictures don't load correctly. Try to increase the number of autorised attached files. It could help. But again, i'm not sure.


Quote:

Originally Posted by mkdevo
this is working great with my lighter styles, but doesn't look good on my darker one: how can i change the background color?

You can't change the background color but you can change the text color. See that post : https://vborg.vbsupport.ru/showpost....1&postcount=36


Quote:

Originally Posted by 350Chevy
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.

I don't think so. Even though the quote code is included in a table that as a width in %, the size doesn't change if the showthread command uses a smaller display box. Must be due to the vB cache. I don't know.

cclaerhout 02-08-2006 11:51 AM

Well, i've rewritten all the code. Now it is much simpler (and shorter) than the old one. I will update zip files later ;) I hope it will fix some problems.

Here it is :

Quote -normal version
HTML Code:

<div style="align:left;margin-top:5px;margin-bottom:5px;width:100%;color:black;">
<table border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td width="37" style="background-image:url($stylevar[imgdir_misc]/quotes/06.png);background-repeat:no-repeat;width:37px;height:24px;" nowrap="nowrap"></td>
                <td style="background-image: url($stylevar[imgdir_misc]/quotes/07.png);background-repeat:repeat-x;width:1px;height:24px;" valign="middle" nowrap="nowrap">
                <div class="smallfont" nowrap="nowrap">$vbphrase[quote]:</div></td>
                <td width="16" style="background-image: url($stylevar[imgdir_misc]/quotes/08a.png);background-repeat:no-repeat;width:16px;height:24px;" nowrap="nowrap"></td>
        <if condition="$show[username]">
                <td width="17" style="background-image: url($stylevar[imgdir_misc]/quotes/08b.png);background-repeat:no-repeat;width:17px;height:24px;" nowrap="nowrap"></td>
                <td style="background-image: url($stylevar[imgdir_misc]/quotes/09.png);background-repeat:repeat-x;width:1px;height:24px;" valign="middle" nowrap="nowrap">
                <div class="smallfont" nowrap="nowrap"><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div></td>
                <td width="18" style="background-image:url($stylevar[imgdir_misc]/quotes/10.png);background-repeat:no-repeat;width:18px;height:24px;" nowrap="nowrap"></td>
        </if>
                <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotes/11.png);background-repeat:repeat-x;width:100%;height:24px;" nowrap="nowrap"></td>
                <td width="18" style="background-image:url($stylevar[imgdir_misc]/quotes/12.png);background-repeat:no-repeat;width:18px;height:24px;" nowrap="nowrap"></td>
        </tr>
        <tr>
        <td colspan="<if condition="$show[username]">8<else />5</if>">
        <table border="0" cellpadding="0" cellspacing="0">
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotes/04.png);width:37px;height:1px;" nowrap="nowrap"></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotes/00.png);width:1px;height:1px;" nowrap="nowrap"></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotes/05.png);width:18px;height:1px;" nowrap="nowrap"></td>
                </tr>
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotes/04.png);width:37px;height:1px;" nowrap="nowrap"></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotes/00.png);width:100%;height:1px;margin-right:24px;" class="smallfont">
                        <if condition="$show[username]">
                        <i>$message</i><else />$message
                        </if></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotes/05.png);width:18px;height:1px;" nowrap="nowrap"></td>
                </tr>
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotes/01.png);width:37px;height:14px;" nowrap="nowrap"></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotes/02.png);width:100%;height:14px;" nowrap="nowrap"></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotes/03.png);width:18px;height:14px;" nowrap="nowrap"></td>
                </tr>
        </table>
        </td>
        </tr>       
</table>
</div>



Quote -70% transparency background version
HTML Code:

<div style="align:left;margin-top:5px;margin-bottom:5px;width:100%;color:black;">
<table border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td width="37" style="background-image:url($stylevar[imgdir_misc]/quotestr70/06.png);background-repeat:no-repeat;width:37px;height:24px;" nowrap="nowrap"></td>
                <td style="background-image: url($stylevar[imgdir_misc]/quotestr70/07.png);background-repeat:repeat-x;width:1px;height:24px;" valign="middle" nowrap="nowrap">
                <div class="smallfont" nowrap="nowrap">$vbphrase[quote]:</div></td>
                <td width="16" style="background-image: url($stylevar[imgdir_misc]/quotestr70/08a.png);background-repeat:no-repeat;width:16px;height:24px;" nowrap="nowrap"></td>
        <if condition="$show[username]">
                <td width="17" style="background-image: url($stylevar[imgdir_misc]/quotestr70/08b.png);background-repeat:no-repeat;width:17px;height:24px;" nowrap="nowrap"></td>
                <td style="background-image: url($stylevar[imgdir_misc]/quotestr70/09.png);background-repeat:repeat-x;width:1px;height:24px;" valign="middle" nowrap="nowrap">
                <div class="smallfont" nowrap="nowrap"><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div></td>
                <td width="18" style="background-image:url($stylevar[imgdir_misc]/quotestr70/10.png);background-repeat:no-repeat;width:18px;height:24px;" nowrap="nowrap"></td>
        </if>
                <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotestr70/11.png);background-repeat:repeat-x;width:100%;height:24px;" nowrap="nowrap"></td>
                <td width="18" style="background-image:url($stylevar[imgdir_misc]/quotestr70/12.png);background-repeat:no-repeat;width:18px;height:24px;" nowrap="nowrap"></td>
        </tr>
        <tr>
        <td colspan="<if condition="$show[username]">8<else />5</if>">
        <table border="0" cellpadding="0" cellspacing="0">
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotestr70/04.png);width:37px;height:1px;" nowrap="nowrap"></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotestr70/00.png);width:1px;height:1px;" nowrap="nowrap"></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotestr70/05.png);width:18px;height:1px;" nowrap="nowrap"></td>
                </tr>
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotestr70/04.png);width:37px;height:1px;" nowrap="nowrap"></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotestr70/00.png);width:100%;height:1px;margin-right:24px;" class="smallfont">
                        <if condition="$show[username]">
                        <i>$message</i><else />$message
                        </if></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotestr70/05.png);width:18px;height:1px;" nowrap="nowrap"></td>
                </tr>
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotestr70/01.png);width:37px;height:14px;" nowrap="nowrap"></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotestr70/02.png);width:100%;height:14px;" nowrap="nowrap"></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotestr70/03.png);width:18px;height:14px;" nowrap="nowrap"></td>
                </tr>
        </table>
        </td>
        </tr>       
</table>
</div>


majorxp 02-13-2006 03:08 PM

Ok.

Confirmed. It does not work in Firefox.

cclaerhout 02-13-2006 04:39 PM

Quote:

Originally Posted by majorxp
Ok.

Confirmed. It does not work in Firefox.

It does work with Firefox.

If you've got a problem, discribe it.

majorxp 02-13-2006 05:27 PM

Quote:

Originally Posted by cclaerhout
It does work with Firefox.

If you've got a problem, discribe it.

This is what my screen looks like. Old version looks great. New version does this. Images were loaded by firefox, but not displayed.


Edit:


Error.gif is in Firefox

Eror2.gif is in IE

Same page.

cclaerhout 02-13-2006 09:09 PM

Quote:

Originally Posted by majorxp
This is what my screen looks like. Old version looks great. New version does this. Images were loaded by firefox, but not displayed.


Edit:


Error.gif is in Firefox

Eror2.gif is in IE

Same page.

Well, i've tried with Opera -> it works
i've tried with Internet Explorer -> it works
i've tried with Firefox 1.04 -> it works

So i've updated it to 1.51 version -> it doesn't work
Seems to be (again !!! It's not the first time the new version of Firefox gives me some problem with CSS in style="" commande) a bug.

I'll try to patch my code for FF.

cclaerhout 02-13-2006 09:28 PM

Well here is the "Patched version" of my code for FF 1.5.
Just to show you that it's an old bug i've already noticed :
http://forums.mozillazine.org/viewtopic.php?t=347558
http://www.vbulletin.com/forum/showp...5&postcount=20


Quote -normal version | FF 1.5 Patched
HTML Code:

<div style="align:left;margin-top:5px;margin-bottom:5px;width:100%;color:black;">
<table border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td width="37" style="background-image:url($stylevar[imgdir_misc]/quotes/06.png);background-repeat:no-repeat;width:37px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:37px;"></div><!-- /FF 1.5 Patch--></td>
                <td style="background-image: url($stylevar[imgdir_misc]/quotes/07.png);background-repeat:repeat-x;width:1px;height:24px;" valign="middle" nowrap="nowrap">
                <div class="smallfont" nowrap="nowrap">$vbphrase[quote]:</div></td>
                <td width="16" style="background-image: url($stylevar[imgdir_misc]/quotes/08a.png);background-repeat:no-repeat;width:16px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:16px;"></div><!-- /FF 1.5 Patch--></td>
        <if condition="$show[username]">
                <td width="17" style="background-image: url($stylevar[imgdir_misc]/quotes/08b.png);background-repeat:no-repeat;width:17px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:17px;"></div><!-- /FF 1.5 Patch--></td>
                <td style="background-image: url($stylevar[imgdir_misc]/quotes/09.png);background-repeat:repeat-x;width:1px;height:24px;" valign="middle" nowrap="nowrap">
                <div class="smallfont" nowrap="nowrap"><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div></td>
                <td width="18" style="background-image:url($stylevar[imgdir_misc]/quotes/10.png);background-repeat:no-repeat;width:18px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:18px;"></div><!-- /FF 1.5 Patch--></td>
        </if>
                <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotes/11.png);background-repeat:repeat-x;width:100%;height:24px;" nowrap="nowrap"></td>
                <td width="18" style="background-image:url($stylevar[imgdir_misc]/quotes/12.png);background-repeat:no-repeat;width:18px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:18px;"></div><!-- /FF 1.5 Patch--></td>
        </tr>
        <tr>
        <td colspan="<if condition="$show[username]">8<else />5</if>">
        <table border="0" cellpadding="0" cellspacing="0">
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotes/04.png);width:37px;height:1px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:37px;"></div><!-- /FF 1.5 Patch--></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotes/00.png);width:100%;height:1px;margin-right:24px;padding-top:8px;" class="smallfont">
                        <if condition="$show[username]">
                        <i>$message</i><else />$message
                        </if></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotes/05.png);width:18px;height:1px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:18px;"></div><!-- /FF 1.5 Patch--></td>
                </tr>
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotes/01.png);width:37px;height:14px;" nowrap="nowrap">
<!-- FF 1.5 Patch--><div style="width:37px;"></div><!-- /FF 1.5 Patch--></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotes/02.png);width:100%;height:14px;" nowrap="nowrap"></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotes/03.png);width:18px;height:14px;" nowrap="nowrap">
<!-- FF 1.5 Patch--><div style="width:18px;"></div><!-- /FF 1.5 Patch--></td>
                </tr>
        </table>
        </td>
        </tr>       
</table>
</div>



Quote -70% transparency background version | FF 1.5 Patched
HTML Code:

<div style="align:left;margin-top:5px;margin-bottom:5px;width:100%;color:black;">
<table border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td width="37" style="background-image:url($stylevar[imgdir_misc]/quotestr70/06.png);background-repeat:no-repeat;width:37px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:37px;"></div><!-- /FF 1.5 Patch--></td>
                <td style="background-image: url($stylevar[imgdir_misc]/quotestr70/07.png);background-repeat:repeat-x;width:1px;height:24px;" valign="middle" nowrap="nowrap">
                <div class="smallfont" nowrap="nowrap">$vbphrase[quote]:</div></td>
                <td width="16" style="background-image: url($stylevar[imgdir_misc]/quotestr70/08a.png);background-repeat:no-repeat;width:16px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:16px;"></div><!-- /FF 1.5 Patch--></td>
        <if condition="$show[username]">
                <td width="17" style="background-image: url($stylevar[imgdir_misc]/quotestr70/08b.png);background-repeat:no-repeat;width:17px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:17px;"></div><!-- /FF 1.5 Patch--></td>
                <td style="background-image: url($stylevar[imgdir_misc]/quotestr70/09.png);background-repeat:repeat-x;width:1px;height:24px;" valign="middle" nowrap="nowrap">
                <div class="smallfont" nowrap="nowrap"><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div></td>
                <td width="18" style="background-image:url($stylevar[imgdir_misc]/quotestr70/10.png);background-repeat:no-repeat;width:18px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:18px;"></div><!-- /FF 1.5 Patch--></td>
        </if>
                <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotestr70/11.png);background-repeat:repeat-x;width:100%;height:24px;" nowrap="nowrap"></td>
                <td width="18" style="background-image:url($stylevar[imgdir_misc]/quotestr70/12.png);background-repeat:no-repeat;width:18px;height:24px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:18px;"></div><!-- /FF 1.5 Patch--></td>
        </tr>
        <tr>
        <td colspan="<if condition="$show[username]">8<else />5</if>">
        <table border="0" cellpadding="0" cellspacing="0">
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotestr70/04.png);width:37px;height:1px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:37px;"></div><!-- /FF 1.5 Patch--></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotestr70/00.png);width:100%;height:1px;margin-right:24px;padding-top:8px;" class="smallfont">
                        <if condition="$show[username]">
                        <i>$message</i><else />$message
                        </if></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotestr70/05.png);width:18px;height:1px;" nowrap="nowrap"><!-- FF 1.5 Patch--><div style="width:18px;"></div><!-- /FF 1.5 Patch--></td>
                </tr>
                <tr>
                        <td width="37" style="background-image: url($stylevar[imgdir_misc]/quotestr70/01.png);width:37px;height:14px;" nowrap="nowrap">
<!-- FF 1.5 Patch--><div style="width:37px;"></div><!-- /FF 1.5 Patch--></td>
                        <td width="100%" style="background-image: url($stylevar[imgdir_misc]/quotestr70/02.png);width:100%;height:14px;" nowrap="nowrap"></td>
                        <td width="18" style="background-image: url($stylevar[imgdir_misc]/quotestr70/03.png);width:18px;height:14px;" nowrap="nowrap">
<!-- FF 1.5 Patch--><div style="width:18px;"></div><!-- /FF 1.5 Patch--></td>
                </tr>
        </table>
        </td>
        </tr>       
</table>
</div>


Update : code updated.

majorxp 02-13-2006 10:10 PM

This works great now!!

Thanks!

/tiphat

cclaerhout 02-14-2006 10:15 AM

Png Rounded Quotes (PRQ) version 3.00 is OUT !

Changes :
-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).

To upgrade, just replace the code but you DON'T have to upload pictures again.

Best regards,

Cédric

sensimilla 02-14-2006 11:03 AM

thanks upgraded

quanvo81 02-14-2006 04:00 PM

Quote:

Originally Posted by sensimilla
thanks upgraded

I may sound stupid, but I only have 1 bubble as the attachment below, I tried all of the text files in the zip file but it only show 1 bubble.
What do I have to do to have 2 bubbles, am I missing something?

cclaerhout 02-14-2006 06:49 PM

Quote:

Originally Posted by quanvo81
I may sound stupid, but I only have 1 bubble as the attachment below, I tried all of the text files in the zip file but it only show 1 bubble.
What do I have to do to have 2 bubbles, am I missing something?

I will have a look when i'll be back at home.

Edit : you've right. I'll correct the archive later. If you can't wait just read posts above.

quanvo81 02-14-2006 07:05 PM

Quote:

Originally Posted by cclaerhout
I will have a look when i'll be back at home.

Edit : you've right. I'll correct the archive later. If you can't wait just read posts above.

Thanks . I will wait for you because I went through every single post of this thread very well.
Waiting.... :D :D

ehjay 02-14-2006 11:22 PM

still apparently a mess in IE -- and now it doesn't render correctly in Safari.

https://vborg.vbsupport.ru/attachmen...id=42786&stc=1

cclaerhout 02-14-2006 11:22 PM

Sorry :D After having a look into the archive file again, i can certify files are good.

Just try to post a new quote to check if the "bug" display isn't due to vB cache.

And of course, use code of "QuotesPNG_template.txt" text file. It should work.

cclaerhout 02-14-2006 11:25 PM

Quote:

Originally Posted by ehjay
still apparently a mess in IE -- and now it doesn't render correctly in Safari.

https://vborg.vbsupport.ru/attachmen...id=42786&stc=1


Can you give a link to you quote message, because at home i've got no problem with IE.

And sorry, but i don't have Safari to run my tests.

ehjay 02-14-2006 11:28 PM

<a href="http://www.warboards.org/showpost.php?p=278278&postcount=32" target="_blank">http://www.warboards.org/showpost.ph...8&postcount=32</a>

loads even worse in Safari when I switch to your latest version.

cclaerhout 02-14-2006 11:32 PM

I've just try on my IE and the only problem is you don't have installed the png transparency hack for IE.

------
I found a little width bug for bbcode (option) in IE. I'll correct it later.

ehjay 02-14-2006 11:34 PM

well that's the major issue now -- the quote itself isn't stretching the bottom bg to fit the full width of the quote.

hopefully fixing that would fix safari as well (the problem changed from the screenshot I posted above).

I understand the transparency hack that you've supported isn't installed, but it's not the best in my opinion -- and I currently use the JS solution.

cclaerhout 02-14-2006 11:48 PM

JS solution will not work : CSS backround PNGs are not supported with this method.

Each time you've got a problem, put a picture otherwise i won't understand.

Try this code and tell me what happens :
HTML Code:

code deleted


All times are GMT. The time now is 04:51 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02129 seconds
  • Memory Usage 1,986KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_html_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete