vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Thread Title Big, Top, and Center (https://vborg.vbsupport.ru/showthread.php?t=101739)

King Kovifor 11-27-2005 10:00 PM

Thread Title Big, Top, and Center
 
THis was asked for at vb.com. Quick Whip Up.

in SHOWTHREAD Template:

Find:

HTML Code:

<a name="poststop" id="poststop"></a>

<!-- controls above postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
        <if condition="$show['largereplybutton']">
                <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
        <else />
                <td class="smallfont">&nbsp;</td>
        </if>

After that add:

HTML Code:

<center><h4>$thread[title]</h4></center>

twincamfxd 11-28-2005 01:35 AM

Very cool! I like it. Quick question, I would like mine to display in blue, how would I do that? (sorry for the noob question, I am really new at all of this)

donBLACK 11-28-2005 03:02 AM

change
Code:

<center><big><big><big>$thread[title]</big></big></big></center>
to

Code:

<center><big><big><big><font color="blue">$thread[title]</font></big></big></big></center>

Moparx 11-28-2005 03:14 AM

this would be better:
HTML Code:

<div align="center"><h1>$thread[title]</h1></div>

Yorixz 11-28-2005 04:59 AM

Indeed using 3 times the same tag doesn't look that nice, I actually doubt it's valid html then.

Thansk though ;)

kadafi_alive 11-28-2005 05:54 AM

Quote:

Originally Posted by Moparx
this would be better:
HTML Code:

<div align="center"><h1>$thread[title]</h1></div>

But using that tag, it becomes bigger and distorts the navigation bar

Moparx 11-28-2005 10:44 AM

Quote:

Originally Posted by kadafi_alive
But using that tag, it becomes bigger and distorts the navigation bar

this hack isnt for the navbar.
however if you want to use it there all you need to do is a simple change to your css

Boofo 11-28-2005 10:47 AM

Text file, please? ;)

Rickie3 11-28-2005 11:21 AM

*installed* i used the bigger bold thankyou

Sooner95 11-28-2005 11:28 AM

Done, thx


All times are GMT. The time now is 04:36 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.01090 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete