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* New Version for gamma it's now included!

Title: Rounded Quotes with Images
Version: 1.0.0 for vb3 b6, vb3 b7 and vb3 gamma*
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 in the readme.txt file.
Preview: look below for the attachment or visit this link for a live preview HERE
Links for Download: vB3 beta 6 version | vB3 beta 7 version | vB3 gamma version
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: Friday 9-26-2003 12:50am
---vB3 beta 7 conversion included!
Updated: Friday 12-05-2003 12:50am
---vB3 gamma conversion included!



Regards.

Elmer.

Show Your Support

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

Comments
  #132  
Old 10-20-2004, 06:56 PM
djohn djohn is offline
 
Join Date: Feb 2004
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #133  
Old 11-14-2004, 10:33 PM
Jimmy10 Jimmy10 is offline
 
Join Date: May 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
how do you download mods thanks
...
Reply With Quote
  #134  
Old 11-14-2004, 10:39 PM
Jimmy10 Jimmy10 is offline
 
Join Date: May 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do you download mods thanks
Reply With Quote
  #135  
Old 11-14-2004, 10:43 PM
Jimmy10 Jimmy10 is offline
 
Join Date: May 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jimmy10
how do you download mods thanks

Please can anyone help me thanks
Reply With Quote
  #136  
Old 12-04-2004, 01:34 PM
wrang wrang is offline
 
Join Date: Oct 2004
Location: Sweden
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this working for Version 3.0.3
Reply With Quote
  #137  
Old 12-16-2004, 05:51 PM
GraphicW GraphicW is offline
 
Join Date: Oct 2001
Location: Charleston, WV
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #138  
Old 07-07-2005, 11:16 PM
mkdevo mkdevo is offline
 
Join Date: May 2004
Location: CT, USA
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
  #139  
Old 07-31-2005, 09:37 PM
Warlord's Avatar
Warlord Warlord is offline
 
Join Date: Jan 2002
Location: TN, USA
Posts: 668
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #140  
Old 09-12-2005, 02:37 AM
92GreenGT 92GreenGT is offline
 
Join Date: Jan 2005
Location: Big Stone Gap, VA
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
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 07:59 PM.


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.04520 seconds
  • Memory Usage 2,311KB
  • Queries Executed 24 (?)
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
  • (1)bbcode_code
  • (2)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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