vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   [Release] - [Gamma] - Round Quotes with Images (https://vborg.vbsupport.ru/showthread.php?t=88309)

mrsbuzzy 01-20-2004 02:27 PM

I have 2 questions regarding this modification.

1) will it be compatable with "vBulletin Version 3.0.0 Release Candidate 2"

and

2) can the quote box be made wider at a set size? Say 400 pixels or maybe bigger?

I'm trying to incorporate it onto these forums http://www.parent-2-parent.com/forum/index.php? and would like the quotes to all be the same width, but larger.

Thanks!
Dawn

StarBuG 01-20-2004 08:28 PM

Works fine for RC2 no problems at all.

to 2) I just got a quick look for size definitions and it seems dynamical
You could change the % size in the < table > tags to your desired width ( minus the fix sizes for the grafics left, right and middle for quote or quote with name)
(It wouldn?t always be the EXACT same size cause a longer username add?s more px to the width then a shorter you only could make a fix size for the quote with name box as well that is wide enough to fit your largest username but I don?t think if this would look good)



Then it should fit fine into your forum

Greetings

StarBuG

ps: I hope this makes sence cause I?m totaly stoned :D

Oblivion Knight 01-23-2004 05:41 PM

Installed and working great on RC3, thanks Dexter.. :)

gmarik 02-01-2004 07:20 PM

Oblivion Knight Which one did you installed?

Elmer 02-01-2004 09:22 PM

Hi gmarik,
Install the gamma version
http://www.vbulletintemplates.com/mo...achmentid=3186 ;)

imported_Pete99 02-24-2004 04:38 PM

Awesome hack..
Any chance of getting the psd's to turn it dark for a dark skin?
I've seen the other dark images download, but I'd like mine to be more of a neon green outline.

Brad 02-24-2004 06:58 PM

Just re-installed this here, works good with RC 3 :)

imported_Jazzie 02-25-2004 11:58 AM

looks great :)

Diva 04-04-2004 10:41 PM

Hi. I really like how this looks. My only problem is with PMs. They put a quote within a quote. I only want the last PM quoted. How do I do this?

Induction Conce 10-15-2004 02:52 AM

Are the images in this mod transparent? I mean how will they look on say a forum with a black or dark gray background?

djohn 10-20-2004 06:56 PM

there is no such thing as

2. look for "Custom BB Codes" on the side menu (go all the way down)
3. Click on the "BB Code Manager" link
3. Look for the "Simple Quoting" section and click Edit

in my v 3.0.3 unmodified board. how come?

Jimmy10 11-14-2004 10:33 PM

Quote:

how do you download mods thanks
...

Jimmy10 11-14-2004 10:39 PM

how do you download mods thanks

Jimmy10 11-14-2004 10:43 PM

Quote:

Originally Posted by Jimmy10
how do you download mods thanks


Please can anyone help me thanks

wrang 12-04-2004 01:34 PM

Is this working for Version 3.0.3

GraphicW 12-16-2004 05:51 PM

Yes, this works for VB 3.03. Just make sure you upload the image files to /forums/images/misc/quotes

Place this in the bbcode_quote template:

Code:

<table border="0" cellpadding="0" cellspacing="0" align="center" style="margin-top: 5px; margin-bottom: 5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
  <tr>
    <td>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td width="75" valign="bottom">
        <table border="0" cellpadding="0" cellspacing="0" width="50">
          <tr>
            <td width="28" valign="top">
            <img src="$stylevar[imgdir_misc]/quotes/quot-top-left.gif" alt /></td>
            <td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotes/quote-bg.gif'); background-position: center;" valign="middle">
            <span class="smallfont">$vbphrase[quote]:</span></td>
            <td valign="top">
            <img src="$stylevar[imgdir_misc]/quotes/quot-top-right.gif" alt /></td>
          </tr>
        </table>
        </td>
        <td align="left" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-lr-bg.gif')" valign="bottom">
        </td>
        <if condition="$show['username']">
        <td width="0" align="left" valign="bottom">
        <table border="0" cellpadding="0" cellspacing="0" width="200">
          <tr>
            <td valign="top">
            <img src="$stylevar[imgdir_misc]/quotes/quot-by-left.gif" alt /></td>
            <td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
            <span class="smallfont">
            <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></span></td>
            <td valign="top">
            <img src="$stylevar[imgdir_misc]/quotes/quot-by-right.gif" alt /></td>
          </tr>
        </table>
        </td>
        <else /></if>
        <td width="100%" align="right" valign="bottom">
        <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]/quotes/quot-top-bg.gif')" width="100%" valign="middle">
                </td>
                <td align="left" valign="top">
                <img src="$stylevar[imgdir_misc]/quotes/quot-top-right-10.gif" alt /></td>
              </tr>
            </table>
            </td>
          </tr>
        </table>
        </td>
      </tr>
    </table>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td width="10" style="background-image: url('$stylevar[imgdir_misc]/quotes/quoting-left.gif')">
        </td>
        <td width="100%" valign="top" bgcolor="#ffffff"></td>
        <td width="10" style="background-image: url('$stylevar[imgdir_misc]/quotes/quoting-right.gif')">
        </td>
      </tr>
      <tr>
        <td width="10" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-left-bg.gif')">
        </td>
        <td width="100%" valign="top" bgcolor="#ffffff" class="smallfont">
        <if condition="$show['username']"><i>$message</i>
        <else />$message</if></td>
        <td width="10" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-right-bg.gif')">
        </td>
      </tr>
      <tr>
        <td width="10" valign="bottom">
        <img src="$stylevar[imgdir_misc]/quotes/quot-bot-left.gif" alt /></td>
        <td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-bot-bg.gif')">
        </td>
        <td width="10" valign="bottom">
        <img src="$stylevar[imgdir_misc]/quotes/quot-bot-right.gif" alt /></td>
      </tr>
    </table>
    </td>
  </tr>
</table>

I just installed it this exact way and it worked perfectly on my board.

mkdevo 07-07-2005 11:16 PM

i know this is old, but it still works, and i'm hoping someone can help me out:

when using this with a dark theme (white text), how can i change the quote text from white to black so it shows up in the new quote boxes?

thanks..

Warlord 07-31-2005 09:37 PM

You can just change the background color of the quote images in the template "bbcode_quote", just search for FFFFFF(white) and replace it with 000000 (to make it black). That way your white text will appear against a black background.

Use the dark images that someone made for it earlier in this thread, if you have a dark background.

My question though, where in the Admin CP is the option to change the number of images in a post?

92GreenGT 09-12-2005 02:37 AM

Crap, can someone give me the code to uninstall this hack?

I really do love it but I got to revert back to the old one.:(


All times are GMT. The time now is 05:57 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.01214 seconds
  • Memory Usage 1,775KB
  • 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
  • (1)bbcode_code_printable
  • (2)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
  • (19)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