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
  #212  
Old 02-17-2005, 08:25 PM
rex_b rex_b is offline
 
Join Date: Jul 2004
Location: LA
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great! thanks.
Reply With Quote
  #213  
Old 03-01-2005, 06:15 PM
gpdoyon gpdoyon is offline
 
Join Date: Dec 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am running vBulletin 3.0.7. I added this little hack and it works for the most part, except, instead of the text being quoted it just says "{param}". See attachment.

- Gerry

P.S. Your directions in the text file within the Zip file didn't make sense as I had no "Simple Quoting" section for the Custom BB Codes. IN fact, I have NO custom BB codes at all! So, I added the code to the "BB Code Quote" in the Style/Template manager.
Reply With Quote
  #214  
Old 03-21-2005, 10:28 PM
Lexina Lexina is offline
 
Join Date: Jun 2004
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm working with 3.0.3 and I got it working, but the text has a white background.. can anyone help? See thread: http://www.thefad.net/forum/showthre...=3227#post3227
Reply With Quote
  #215  
Old 03-21-2005, 10:40 PM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lexina, if you only use one board style, hard-code the font color in the template.
Reply With Quote
  #216  
Old 04-09-2005, 10:29 AM
221's Avatar
221 221 is offline
 
Join Date: Feb 2005
Location: Melbourne, Australia
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use this to have it work properly on 3.07 also change the 2 #colour values near the end of the code to match the background for light or dark skins...upload the quote folder to forum /images. Works %100 for me.

PHP Code:
<table>
<
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">$vbphrase[quote]:</span></td>
<
td valign="top">
<
img src="images/quotes/quot-top-right.gif" alt /></td>
</
tr>
</
table>
</
td>
<
td align="left" style="background-image: url('images/quotes/quot-lr-bg.gif')" valign="bottom">&nbsp;
</
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="images/quotes/quot-by-left.gif" alt /></td>
<
td width="100%" style="background-image: url('images/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="images/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('images/quotes/quot-top-bg.gif')" width="100%" valign="middle">
</
td>
<
td align="left" valign="top">
<
img src="images/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('images/quotes/quoting-left.gif')">
</
td>
<
td width="100%" valign="top" bgcolor="#13486D"></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="#13486D" class="smallfont">
<if 
condition="$show['username']"><i>$message</i>
<else />
$message</if></td>
<
td width="10" style="background-image: url('images/quotes/quot-right-bg.gif')">
</
td>
</
tr>
<
tr>
<
td width="10" valign="bottom">
<
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="bottom">
<
img src="images/quotes/quot-bot-right.gif" alt /></td>
</
tr>
</
table>
</
td>
</
tr>
</
table
Reply With Quote
  #217  
Old 04-13-2005, 05:36 PM
MyvB8MyIPS MyvB8MyIPS is offline
 
Join Date: Apr 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dexter
Is there an English version to the link in that page?
Reply With Quote
  #218  
Old 04-14-2005, 10:54 PM
youans youans is offline
 
Join Date: Apr 2005
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lookin Good..Thank you
Reply With Quote
  #219  
Old 04-15-2005, 07:01 AM
MyvB8MyIPS MyvB8MyIPS is offline
 
Join Date: Apr 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jeddie
Use this to have it work properly on 3.07
Hello. For 3.0.7 where did you enter this code, as there is no "Simple Quoting" section for the Custom BB Codes?

Thanks.
Reply With Quote
  #220  
Old 04-15-2005, 08:06 PM
Pion Pion is offline
 
Join Date: May 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried and it doesn't work for 3.0.7
Reply With Quote
  #221  
Old 04-15-2005, 08:18 PM
MyvB8MyIPS MyvB8MyIPS is offline
 
Join Date: Apr 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kay
I tried and it doesn't work for 3.0.7
Hello Kay.

How did you try to install this?

We were able to install this today and we have 3.0.7.
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 01:14 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.05402 seconds
  • Memory Usage 2,345KB
  • 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
  • (1)bbcode_php
  • (3)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