Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Release] - [Gamma] - Round Quotes with Images Details »»
[Release] - [Gamma] - Round Quotes with Images
Version: 1.00, by Elmer Elmer is offline
Developer Last Online: Feb 2019 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 08-21-2003 Last Update: Never Installs: 8
 
No support by the author.

Valid XHTML 1.0
New some updates for vb3.0.1!

Title: Rounded Quotes with Images
Author: Dexter
Description: This will turn your quotes with the <hr> into a round quotes whit images as border.
Time to install: 3 min

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

Preview: look below for the attachment or visit this link for a live preview HERE
Links for Download: Below is attached the file.
Note: 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.
-Updates


Updated: Wednesday 7-07-2004
---some width fixes only!



Regards.

Elmer.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #192  
Old 11-02-2004, 04:18 PM
Metro Man Metro Man is offline
 
Join Date: Dec 2003
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx for this addon
Reply With Quote
  #193  
Old 11-23-2004, 08:45 PM
TwinsForMe TwinsForMe is offline
 
Join Date: Oct 2004
Location: Canada
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have VB3.0.3 and this is what I get when I copied the code in the txt file:
Reply With Quote
  #194  
Old 11-27-2004, 01:53 AM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #195  
Old 12-09-2004, 12:20 AM
Pion Pion is offline
 
Join Date: May 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #196  
Old 12-10-2004, 10:31 AM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks like a sweet mod

thanks
Reply With Quote
  #197  
Old 12-10-2004, 07:26 PM
imported_T3MEDIA imported_T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #198  
Old 12-10-2004, 09:38 PM
Niak Niak is offline
 
Join Date: Dec 2004
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #199  
Old 12-10-2004, 10:42 PM
Pion Pion is offline
 
Join Date: May 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #200  
Old 12-13-2004, 02:23 AM
imported_Dio's Avatar
imported_Dio imported_Dio is offline
 
Join Date: Jan 2004
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
!
Reply With Quote
  #201  
Old 12-16-2004, 09:57 PM
Pion Pion is offline
 
Join Date: May 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09582 seconds
  • Memory Usage 2,328KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete