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

Reply
 
Thread Tools
GTQuotes - custom quote box as seen on vbulletin.org Details »»
GTQuotes - custom quote box as seen on vbulletin.org
Version: 1.00, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.6.8 Rating:
Released: 02-11-2008 Last Update: Never Installs: 123
Template Edits
 
No support by the author.

Now you can have the same bbcode_quote template modification as seen on vbulletin.org.

Why GTQuotes - A Custom bbcode_quote Template Modification?
  • Uses the <cite> element to markup the names of referenced quotes.
  • Uses the <blockquote> element for quoting paragraphs of text.
  • Less code.
1.0.0 VERSION (download gtquotes.zip)

Show your support and click Mark As Installed and Nominate For MOTM.

Need Help?
For continued support and upgrades - support by donating via PayPal.


Instructions:
  1. Download gtquotes.zip
  2. Upload q.gif to your images/misc folder. (NOTE: I supplied a few quote gifs for you to choose from. Just upload the one that you will use.)
  3. Go to ADMINCP / STYLE MANAGER / MAIN CSS
    1. FIND "Additional CSS" table
    2. ENTER custom CSS after your defined CSS: (NOTE: You may need to change image URL.)
  4. Go to ADMINCP / STYLE MANAGER / Edit Templates
    1. REPLACE bbcode_quote TEMPLATE
Frequently Asked Questions

Q)
What exactly does this modification do?
A) Once implemented, this modification will change the way quotes appear to the reader - similar to how it is here on vbulletin.org.
Quote:
Not sure what this is suppose to do. Can you provide a screenshot?
Quote:
Originally Posted by Princeton
Here's how it looks like.
Quote:
Originally Posted by Freesteyelz View Post
Props to the new quote. :up:
Quote:
Originally Posted by Alfa1 View Post
yeah, looks cool.
Quote:
Originally Posted by deezelpope View Post
Yeah, they're very cool!:up:
Quote:
Originally Posted by Audentio View Post
I love em :P. It looks perfect on the Blue lagoon style.

Q)
Why don't you have a border around the quote?
A) It defeats the purpose as to why I created it. It was created because there's a difference in how the QUOTE and other (ie. PHP, HTML, CODE) bbcodes are displayed. For example, the default QUOTE bbcode is displayed with a 100% width whereas the others are a fixed width. To me, this wasn't consistent with the overall design. It looked fine by itself but in combination with others it just didn't flow. At least not for me.

Q) Why don't you use an endquote?
A) It just doesn't look right when using multiple quotes. It's actually a bit confusing.

Q) Why does my quote image not display?
A)
  1. Make sure you uploaded the image.
  2. Check custom CSS and:
    1. check that the location of the image is correct (default : /forums/images/misc/q.gif)
    2. check that the name of image is correct (default : q.gif)
History:
  • Feb 12th 2008 - GTQuotes - A Custom bbcode_quote Template Modification release
Recently Released Modifications:

Show Your Support

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

Comments
  #12  
Old 02-14-2008, 01:14 PM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok -- I'll test it out now.

Do you plan to release it for 3.7?

Regards Jason
Reply With Quote
  #13  
Old 02-14-2008, 01:34 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes, it will be released when 3.7 (not BETA) is available
Reply With Quote
  #14  
Old 02-15-2008, 10:53 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works fine on 3.7 versions
Reply With Quote
  #15  
Old 02-16-2008, 03:59 AM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FRDS View Post
It works fine on 3.7 versions
thanks for the update :up:
Reply With Quote
  #16  
Old 04-08-2008, 10:54 PM
katie hunter's Avatar
katie hunter katie hunter is offline
 
Join Date: May 2007
Posts: 533
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Princeton View Post
thanks for the update :up:
Hey nice mod (= but what if i want to add this by the end of the quote, to close quote



how to do that ?
Reply With Quote
  #17  
Old 04-11-2008, 03:42 AM
Front Range Front Range is offline
 
Join Date: Apr 2008
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great, installed and nominated - love it!

Thanks!
Reply With Quote
  #18  
Old 05-12-2008, 06:25 PM
mikkitine's Avatar
mikkitine mikkitine is offline
 
Join Date: Oct 2007
Location: London
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just thought I might provide additional quote images.

Attached are .png versions of the quote image. These can be used on any background and you won't see any white bits hanging off them.

All you need to do is change
Code:
.quote{
  margin:15px 10px;
  background: url(forums/images/misc/q.gif) 0 0 no-repeat;
  padding-left:25px}
blockquote.bq{
  font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  border-left:3px solid #ccc; 
  margin:0px;
  padding:0 5px}
To
Code:
.quote{
  margin:15px 10px;
  background: url(forums/images/misc/b-q.png) 0 0 no-repeat;
  padding-left:25px}
blockquote.bq{
  font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  border-left:3px solid #ccc; 
  margin:0px;
  padding:0 5px}
Before placing it in additional css. If you want to use the white quote image change the file name to "w-q.png". Oh, and don't forget to upload the images, hehehe.
Reply With Quote
  #19  
Old 06-04-2008, 08:31 PM
gamerscms gamerscms is offline
 
Join Date: Aug 2007
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the great mod *INSTALLED*
could anyone tell me why i am getting a black boarder around the whole of the quote.

seen here

Thanks in advance for any replys.

EDIT: fixed just added a CSS boarder.
Reply With Quote
  #20  
Old 06-13-2008, 12:17 PM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice
Reply With Quote
  #21  
Old 06-23-2008, 07:09 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know how to get the 'end quote' done?

By the way, works in 3.7.1 P1
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 11:10 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.09602 seconds
  • Memory Usage 2,322KB
  • 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
  • (8)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
  • (3)pagenav_pagelink
  • (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