vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to make big titles like vB.org in threads? (https://vborg.vbsupport.ru/showthread.php?t=72261)

JohnBee 11-27-2004 10:53 PM

How to make big titles like vB.org in threads?
 
I just noticed that vBulletin has huge honkin' titles in the view thread
area. How do I get this for my own site?

Mark.B 11-27-2004 11:52 PM

Quote:

Originally Posted by JohnBee
I just noticed that vBulletin has huge honkin' titles in the view thread
area. How do I get this for my own site?

I took the same concept and made it a little bit neater, along with a 'linkback' thread link on the right as some people seem to find this useful. Tweak as required.

Demo here:
http://www.bowlandcentral.com/forum/...ad.php?t=28547

In template 'SHOWTHREAD' find:
Code:

<!-- / controls above postbits -->
Add above:

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%">
<tr>
<td class="tcat" align="left" width="93%"><span class="bigusername">$thread[title]</span>
</td><td class="vbmenu_control" align="right" width="7%" ><span class="smallfont">Thread&nbsp;<a title="Link To Thread" href="showthread.php?$session[sessionurl]t=$thread[threadid]" target="_blank"><u>$thread[threadid]</u></a></span></td></tr>
</table><br />


JohnBee 11-28-2004 01:44 AM

Totally nice.
thanks a million Mark! :D

neocorteqz 11-28-2004 04:20 AM

i got it srtipped down to this

HTML Code:

<!-- test -->
<tr>
<td align="center" width="100%"><span class="bigusername" color="#FFFFFF">$thread[title]</span>
</td></tr>
<br>
<!-- /test -->

How do i make the text size bigger, and it's not centering.

JohnBee 11-28-2004 06:16 AM

This this I don't know if it will work but its worth a try, just save ur template
content before you do it so you can always revert back.

Code:

<!-- test -->
<style type="text/css">
<!--
.style5 {
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
}
-->
</style>

<tr>
<td align="center" width="100%"><div align="center"><span class="bigusername style5" color="#FFFFFF">$thread[title]</span>
</div></td></tr>
<div align="center"><br>
</div>
<!-- /test -->


Mark.B 11-28-2004 07:25 AM

Quote:

Originally Posted by neocorteqz
i got it srtipped down to this

HTML Code:

<!-- test -->
<tr>
<td align="center" width="100%"><span class="bigusername" color="#FFFFFF">$thread[title]</span>
</td></tr>
<br>
<!-- /test -->

How do i make the text size bigger, and it's not centering.

I think it's because you haven't enclosed it in a table. You need the <table> tags from my earlier post.

Also, although hard-coding the color (#ffffff) will work if you only have one style, if you ever add a new style you may find this doesn't match, which is why it's better to use the normal CSS values. That way it will look right regardless of style.

If you just want one similar to the one in here, you could get away with this cheap 'n' dirty version:
Code:

<center><span class="bigusername"><b>$thread[title]</b></span></center>


All times are GMT. The time now is 07:09 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.01044 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
  • (4)bbcode_code_printable
  • (2)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