vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Contents Inside Quotes (https://vborg.vbsupport.ru/showthread.php?t=88411)

Loyalty4Life 02-08-2004 02:45 AM

Contents Inside Quotes
 
Instead of having the normal quotes with the bold and italics, I'd like to have quotes automatically do this:


Quote:

Originally posted by Loyalty4Life!
This is a test quote. Do you see how the user name is in bold, and all of the font is size one? How do I modify my templates/php files to make this work?
Can this be done? Thanks. [cyclops]

Loyalty4Life 02-10-2004 09:55 PM

Faranth told me to post this here instead of vB.org, and I have not received any help... Could someone please tell me how to do this?

Thanks. :)

Zachery 02-10-2004 09:58 PM

Just edit the bbcode_quote template if were talking about vBulletin 3

Loyalty4Life 02-10-2004 10:22 PM

I don't know how do edit it... Would you be able to tell me what to put in? :)

Zachery 02-10-2004 10:29 PM

Just rearrage things how you like ^^ its not too hard

Logikos 02-11-2004 01:00 AM

Quote:

Originally Posted by Loyalty4Life
I don't know how do edit it... Would you be able to tell me what to put in? :)

Log into your Admin CP. On left click "Style Manager" Then with the style your editing click the expand templates. This button has a mouse over affect telling you what that button does

Once templates are expaned. Double click on BB Code Layout Templates. Then double click on "bbcode_quote". Once opened delete everything in that template and place this in there.

HTML Code:


<div style="margin:20px; margin-top:5px">
                <div class="smallfont" style="margin-bottom:2px">$vbphrase[quote]:</div>
                <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
                <tr>
                                <td class="alt2" style="border:1px inset">
                                                <if condition="$show['username']">
                                                                <div><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div>
                                                                <div class="smallfont"">$message</div>
                                                <else />
                                                                $message
                                                </if>
                                </td>
                </tr>
                </table>
</div>


That should do it :)


All times are GMT. The time now is 08:57 PM.

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.01001 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete