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=88280)

Metro Man 11-02-2004 04:18 PM

thx for this addon

TwinsForMe 11-23-2004 08:45 PM

I have VB3.0.3 and this is what I get when I copied the code in the txt file:

SVTOA 11-27-2004 01:53 AM

Quote:

Originally Posted by TwinsForMe
I have VB3.0.3 and this is what I get when I copied the code in the txt file:

How many styles do you have on your forum? You must edit the bbcode_quote template for every style on your forum. Did you perhaps overlook this?

This mod worked fine for me, easy to install and easy to undo.

Pion 12-09-2004 12:20 AM

Quote:

Originally Posted by Areku
It was easier than i thought:

Here's what i did:

1. Log into admin panel
2. Go to Styles manager -> Edit all templates
3. Open the BB Code category and doubleclick on the BB code QUOTE template
4. PASTE the .txt attach of the first message in this thread
5. Upload quotes folder to your /forums/images/misc folder

Try it! ;)

I did that and I got this error. Can anybody help with this?

sensimilla 12-10-2004 10:31 AM

looks like a sweet mod

thanks

imported_T3MEDIA 12-10-2004 07:26 PM

I like it but it does give off a young vibe. Is there a mod where its not so round? its seems very 18, Hillary Duffish.

Is it just me? Its hot dont get me wrong. Just get this young vibe from it.

Niak 12-10-2004 09:38 PM

this code works on my vb 3.0.3
Code:

<table border="0" cellpadding="0" cellspacing="0" width="70%">
  <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"><img src="images/quotes/quot-top-left.gif" width="28" height="19" alt="" /></td>
            <td width="100%" style="background-image: url('images/quotes/quote-bg.gif')" valign="middle">
            <span class="smallfont">Citation:</span></td>
            <td width="14">
            <img src="images/quotes/quot-top-right.gif" width="14" height="19" alt="" /></td>
          </tr>
        </table>
        </td>
        <td width="15" align="left" style="background-image: url('images/quotes/quot-lr-bg.gif')" valign="bottom">&nbsp;
        </td>
        <td width="0" align="left" valign="bottom">
        <table border="0" cellpadding="0" cellspacing="0" width="200">
          <tr>
            <td width="72" valign="bottom">
            <img src="images/quotes/quot-by-left.gif" width="14" height="19" alt="" /></td>
            <td width="100%" style="background-image: url('images/quotes/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
            <span class="smallfont">Post&eacute; par: <i><b>$username</b></i></span>
            </td>
            <td width="0" valign="bottom">
            <img src="images/quotes/quot-by-right.gif" width="14" height="19" alt="" /></td>
          </tr>
        </table>
        </td>
        <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('images/quotes/quot-top-bg.gif')" width="100%" valign="middle">
                </td>
                <td width="10" align="left" valign="middle"><img src="images/quotes/quot-top-right-10.gif" width="15" height="19" 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('images/quotes/quoting-left.gif')">
        </td>
        <td width="100%" valign="top" bgcolor="#ffffff"></td>
        <td width="10" style="background-image: url('images/quotes/quoting-right.gif')">
        </td>
      </tr>
      <tr>
        <td width="10" style="background-image: url('images/quotes/quot-left-bg.gif')">
        </td>
        <td width="100%" valign="top" bgcolor="#ffffff"><span class="smallfont">
        <i>$message</i></span></td>
        <td width="10" style="background-image: url('images/quotes/quot-right-bg.gif')">
        </td>
      </tr>
      <tr>
        <td width="10" valign="top">
        <img src="images/quotes/quot-bot-left.gif" width="15" height="15" alt="" /></td>
        <td width="100%" style="background-image: url('images/quotes/quot-bot-bg.gif')">
        </td>
        <td width="10" valign="top">
        <img src="images/quotes/quot-bot-right.gif" width="15" height="15" alt="" /></td>
      </tr>
    </table>
    </td>
  </tr>
</table>

just search for "post&eacute; par:" and replace by originally post by
and also "Citation" by Quote

that's all

Pion 12-10-2004 10:42 PM

Quote:

Originally Posted by Niak
this code works on my vb 3.0.3
Code:

<table border="0" cellpadding="0" cellspacing="0" width="70%">
  <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"><img src="images/quotes/quot-top-left.gif" width="28" height="19" alt="" /></td>
            <td width="100%" style="background-image: url('images/quotes/quote-bg.gif')" valign="middle">
            <span class="smallfont">Citation:</span></td>
            <td width="14">
            <img src="images/quotes/quot-top-right.gif" width="14" height="19" alt="" /></td>
          </tr>
        </table>
        </td>
        <td width="15" align="left" style="background-image: url('images/quotes/quot-lr-bg.gif')" valign="bottom">&nbsp;
        </td>
        <td width="0" align="left" valign="bottom">
        <table border="0" cellpadding="0" cellspacing="0" width="200">
          <tr>
            <td width="72" valign="bottom">
            <img src="images/quotes/quot-by-left.gif" width="14" height="19" alt="" /></td>
            <td width="100%" style="background-image: url('images/quotes/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
            <span class="smallfont">Post&eacute; par: <i><b>$username</b></i></span>
            </td>
            <td width="0" valign="bottom">
            <img src="images/quotes/quot-by-right.gif" width="14" height="19" alt="" /></td>
          </tr>
        </table>
        </td>
        <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('images/quotes/quot-top-bg.gif')" width="100%" valign="middle">
                </td>
                <td width="10" align="left" valign="middle"><img src="images/quotes/quot-top-right-10.gif" width="15" height="19" 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('images/quotes/quoting-left.gif')">
        </td>
        <td width="100%" valign="top" bgcolor="#ffffff"></td>
        <td width="10" style="background-image: url('images/quotes/quoting-right.gif')">
        </td>
      </tr>
      <tr>
        <td width="10" style="background-image: url('images/quotes/quot-left-bg.gif')">
        </td>
        <td width="100%" valign="top" bgcolor="#ffffff"><span class="smallfont">
        <i>$message</i></span></td>
        <td width="10" style="background-image: url('images/quotes/quot-right-bg.gif')">
        </td>
      </tr>
      <tr>
        <td width="10" valign="top">
        <img src="images/quotes/quot-bot-left.gif" width="15" height="15" alt="" /></td>
        <td width="100%" style="background-image: url('images/quotes/quot-bot-bg.gif')">
        </td>
        <td width="10" valign="top">
        <img src="images/quotes/quot-bot-right.gif" width="15" height="15" alt="" /></td>
      </tr>
    </table>
    </td>
  </tr>
</table>

just search for "post&eacute; par:" and replace by originally post by
and also "Citation" by Quote

that's all

It works but I still get this white line across the text. How can I get rid of it and also can something be done to wrap the quote just around the text and not all the way?? Thanks

imported_Dio 12-13-2004 02:23 AM

Quote:

Originally Posted by Areku
It was easier than i thought:

Here's what i did:

1. Log into admin panel
2. Go to Styles manager -> Edit all templates
3. Open the BB Code category and doubleclick on the BB code QUOTE template
4. PASTE the .txt attach of the first message in this thread
5. Upload quotes folder to your /forums/images/misc folder

Try it! ;)

Followed these directions and it worked like a charm!

Installed
!

Pion 12-16-2004 09:57 PM

Ok I got it to work, but when not quoting a member, just using [quote]test[_/quote] it still brings up the Orginally posted by: field without the username...how can I fix this to take out this field.


All times are GMT. The time now is 09:09 AM.

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.01346 seconds
  • Memory Usage 1,774KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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