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
  #22  
Old 07-05-2008, 08:23 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I must be the only one who hasnt got a clue what :

Quote:
Go to ADMINCP / STYLE MANAGER / Edit Templates

1. REPLACE bbcode_quote TEMPLATE
Refers to ?

I goto admincp>styles and templates>style manager>edit templates>

and then STUCK ! lol

< on 3.7.2 is it different admincp >?
Reply With Quote
  #23  
Old 07-05-2008, 08:00 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump.

Anyone ?

Replace what with what ?
Reply With Quote
  #24  
Old 07-05-2008, 08:12 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
I must be the only one who hasnt got a clue what :



Refers to ?

I goto admincp>styles and templates>style manager>edit templates>

and then STUCK ! lol

< on 3.7.2 is it different admincp >?

Go to .... admincp > styles and templates > style manager > edit templates > BB Code Template Layouts > bbcode_quote ....that'll get you where you need to go
Reply With Quote
  #25  
Old 07-05-2008, 08:24 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ArnyVee View Post
Go to .... admincp > styles and templates > style manager > edit templates > BB Code Template Layouts > bbcode_quote ....that'll get you where you need to go

LOL that much I figured.

What then ?

The installation of this hack, doesnt include a "what to do" when you get there bit.
Reply With Quote
  #26  
Old 07-05-2008, 09:03 PM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
 
Join Date: Mar 2008
Location: India
Posts: 1,416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

then simply replace all the code in bbcode_quote template with this:-

Code:
<div class="quote">   
  <if condition="$show['username']">
  <cite class="smallfont"><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></cite>
  <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
  </if>
  <blockquote class="bq" cite="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$postid#post$postid" dir="ltr">
  <div>$message</div>
  </blockquote>
</div>
Reply With Quote
  #27  
Old 07-06-2008, 12:36 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by veenuisthebest View Post
then simply replace all the code in bbcode_quote template with this:-

Code:
<div class="quote">   
  <if condition="$show['username']">
  <cite class="smallfont"><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></cite>
  <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
  </if>
  <blockquote class="bq" cite="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$postid#post$postid" dir="ltr">
  <div>$message</div>
  </blockquote>
</div>
Thanks

In the ZIP i downloaded, there was no txt file. Just images. Hence I couldnt see what code needed to be replaced. Many thanks

Ozzy
Reply With Quote
  #28  
Old 07-06-2008, 12:41 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

okies we do have an issue....

multi quoted posts, now all appear under each other. rather than staggered inwards.

Any suggestions? could it be our template?
Reply With Quote
  #29  
Old 07-07-2008, 12:29 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

TY so much Princeton :up:
Reply With Quote
  #30  
Old 07-07-2008, 02:20 AM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works nice prince
Reply With Quote
  #31  
Old 07-07-2008, 11:45 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okies one more...

Could the css be changed slightly so that the quoted message had a diff background colour ?
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 02:19 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.07820 seconds
  • Memory Usage 2,325KB
  • 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
  • (10)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
  • (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