Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Template Modifications

Reply
 
Thread Tools
Neat Quotes Details »»
Neat Quotes
Version: 1.00, by KTBleeding KTBleeding is offline
Developer Last Online: Nov 2009 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 07-20-2005 Last Update: 07-20-2005 Installs: 11
Template Edits
 
No support by the author.

If you use this, please click INSTALL

Well, I was doing some work today and I thought, "This might look pretty nice as a 'quote' on vBulletin" so I made it up real quick.

What does it do? Simple, it changes vBulletins default "quote" look and makes it a little bit better (in my opinion).

Instructions:

Go into your admincp, and navigate to your style options:
(admincp / Styles & Templates / Style Manager / All Style Options)
Note: you will need to do this for every style you want the neat quotes on.


Scroll down towards the bottom and find the "Additional CSS Definitions" and paste the following in there:

Code:
/* ***** new quote styles ***** */
.bbcquote{
	background: #FFF;
	border: 1px solid #C2CFDF;
	border-top: 4px solid #C2CFDF;
	color: #333366;
	padding: 5px;
	font-size: 9px;
}

.bbcquotetitle{
	font-weight: bold;
	font-size: 10px;
	border: 0px;
	border-bottom: 1px dashed #003366;
	color: #003366;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
Now edit the bbcode_quote template:
(Templates / BB Code Layout Templates / bbcode_quote)

Replace *everything* with:

HTML Code:
<div class="bbcquote">
	<if condition="$show['username']">
		<div class="bbcquotetitle">$vbphrase[quote]: <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div>
		<div>$message</div>
	<else />
		<div class="bbcquotetitle">$vbphrase[quote]:</div>
		<div>$message</div>
	</if>
</div>
Similar Template Mods:
Neat Code

Show Your Support

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

Comments
  #2  
Old 07-21-2005, 01:17 AM
dm4p8ntballa dm4p8ntballa is offline
 
Join Date: May 2005
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice
Reply With Quote
  #3  
Old 07-21-2005, 10:32 AM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thats cool
Reply With Quote
  #4  
Old 07-21-2005, 11:59 AM
KTBleeding's Avatar
KTBleeding KTBleeding is offline
 
Join Date: Feb 2004
Location: Tooele, UT
Posts: 756
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool. Thanks guys.

I have also made one for the code, html, and php blocks but I'm going to fix a few things before adding them here.
Reply With Quote
  #5  
Old 07-21-2005, 02:59 PM
hollyboy's Avatar
hollyboy hollyboy is offline
 
Join Date: Mar 2004
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it does work for me
http://www.interfans.org/forum/showt...725#post744725
Reply With Quote
  #6  
Old 07-21-2005, 03:08 PM
KTBleeding's Avatar
KTBleeding KTBleeding is offline
 
Join Date: Feb 2004
Location: Tooele, UT
Posts: 756
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Strange. Did you get this mixed up with the "Neat Code" mod I just released?
In your classes, it looks like you put "bbccode" when it should be "bbcquote"
Reply With Quote
  #7  
Old 07-21-2005, 03:10 PM
hollyboy's Avatar
hollyboy hollyboy is offline
 
Join Date: Mar 2004
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KTBleeding
Strange. Did you get this mixed up with the "Neat Code" mod I just released?
In your classes, it looks like you put "bbccode" when it should be "bbcquote"
I have to mix it? what u mean?
Reply With Quote
  #8  
Old 07-21-2005, 03:14 PM
KTBleeding's Avatar
KTBleeding KTBleeding is offline
 
Join Date: Feb 2004
Location: Tooele, UT
Posts: 756
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, sorry. I was just wondering if you had gotten this confused with another mod I put up.

I see that the classes in your stylesheet are now correct, and the templates seem to be fine. I'm not sure why it's not working. Let me look it over a bit real quick.

Edit: are you changing it right now? Cause the stylesheet keeps changing on me. One second it's correct, the other second it's wrong.. haha.
Reply With Quote
  #9  
Old 07-21-2005, 03:20 PM
hollyboy's Avatar
hollyboy hollyboy is offline
 
Join Date: Mar 2004
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

now I have the original one, previously I had followed exactly what was written in yuor hack

edit: now I have put back your code
Reply With Quote
  #10  
Old 07-21-2005, 03:21 PM
KTBleeding's Avatar
KTBleeding KTBleeding is offline
 
Join Date: Feb 2004
Location: Tooele, UT
Posts: 756
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I found the issue.

You have classes for your scrollbars, but there is no closing part for the tag.
Just add a "}" after your "scrollbar-track-color: #000000;"
Reply With Quote
Reply

Thread Tools

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 10:27 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04781 seconds
  • Memory Usage 2,290KB
  • Queries Executed 23 (?)
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
  • (1)bbcode_html
  • (1)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
  • (1)pagenav_pagelink
  • (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