vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Large Title over posts like vB.org (https://vborg.vbsupport.ru/showthread.php?t=88868)

Zachery 04-05-2004 10:00 PM

Large Title over posts like vB.org
 
This was inspired by vB.org but i coded it my self

in your showthread template find

$poll and above it add


HTML Code:

<div style="font-size: 200%; text-align: center;"><b>$thread[title]</b></div>
<br />


Chris-FH 04-06-2004 09:53 PM

Thats great... :)

For the forum titel, in the forumdisplay template you have to search for:

Code:

$forumbits
</table>
<br />
<!-- / sub-forum list  -->
</if>

Underneath you have to add:

Code:

<div style="font-size: 200%; text-align: center;"><b>$thread[title]</b></div>
C.

imported_Aero 04-16-2004 01:31 PM

got a screen cap ?

Tony G 04-16-2004 01:35 PM

Look at the top of this thread page, where the thread title is large and bolded. There's your screen cap. :p

Sal Collaziano 04-16-2004 06:23 PM

Installed! Great.. Thank you..

contramontanum 06-16-2004 03:37 PM

Is there a way to make the large text pick up the link color of the style?

Porthos 06-18-2004 10:01 PM

Quote:

Originally Posted by Zachery
This was inspired by vB.org but i coded it my self

in your showthread template find

$poll and above it add


HTML Code:

<div style="font-size: 200%; text-align: center;"><b>$thread[title]</b></div>
<br />


there is no $poll in my showthread template.

Admiral Spock 07-13-2004 03:07 PM

Thanks, Zachery :)

*installed*

Zachery 07-14-2004 05:37 AM

What version of vBulletin 3 are you using?

Porthos 07-19-2004 07:54 AM

Quote:

Originally Posted by Zachery
What version of vBulletin 3 are you using?

I was using vb 3.0.1 now i'm using 3.0.3 and haven't checked it again yet...

Porthos 07-24-2004 05:57 AM

Well I just looked in my showthread template in my admincp and I didn't see $poll

WHere are you people finding this at? Do I have a different version of VB? I'm using VB 3.0.3

Zachery 07-24-2004 11:14 PM

Im in my showthread template of vB 3.0.3 and it is there...

Bison 07-26-2004 03:47 AM

Thanks for this ... I was looking for it!

SaN-DeeP 07-31-2004 01:41 AM

Quote:

Originally Posted by FH-Chris
Thats great... :)

For the forum titel, in the forumdisplay template you have to search for:

Code:

$forumbits
</table>
<br />
<!-- / sub-forum list  -->
</if>

Underneath you have to add:

Code:

<div style="font-size: 200%; text-align: center;"><b>$thread[title]</b></div>
C.

this thing dont works.

kall 07-31-2004 10:48 PM

Quote:

Originally Posted by san-deep
this thing dont works.

try changing $thread to $foruminfo.

I think I actually started a thread about this...in the Forum Display Enhancements forum.

Best place to look for Forum Display Enhancements would probably be the Forum Display Enhancements forum anyway...

hpwilhelm 08-24-2004 04:49 PM

Another way to accomlish this is with an h1 tag.
A header, thats what it is, large bold types on the top! :p

Add:
HTML Code:

<h1 style="text-align:center;">$thread[title]</h1>
above $poll under $navbar, in SHOWTRHEAD.

A really good idea! Thanks to vb.org and Zachery :)

imported_Snowy 09-09-2004 02:35 AM

Is there anyway to make it pase BB Code with this?

kall 09-09-2004 02:48 AM

Quote:

Originally Posted by Snowy
Is there anyway to make it pase BB Code with this?

Try:

(There might be a better place to stick it than there, but that works for me)

*edit*

Seems this is a major security hole however, as it allows people to use any of the bbcodes in a title.

Zachery 09-09-2004 05:09 AM

Kall you cannot post php modifcations here i have removed the php from the post, sorry.

imported_Zen 09-09-2004 12:39 PM

Quote:

Originally Posted by hpwilhelm
Another way to accomlish this is with an h1 tag.
A header, thats what it is, large bold types on the top! :p

Add:
HTML Code:

<h1 style="text-align:center;">$thread[title]</h1>
above $poll under $navbar, in SHOWTRHEAD.

A really good idea! Thanks to vb.org and Zachery :)


nice tweak, plus better for SEO!
:)

kall 09-09-2004 11:28 PM

Quote:

Originally Posted by Zachery
Kall you cannot post php modifcations here i have removed the php from the post, sorry.

Fair enough man. :)

Snowy: The vb.org thread that this is under is here

MyvB8MyIPS 04-10-2005 10:49 PM

We have 3.0.7

Nothing is showing up :(



Here is our code from that section, can anyone see anything that is wrong?


Quote:

</head>
<body onload="$onload">
$header
$navbar
<h1 style="text-align:center;">$thread[title]</h1>
$poll
<a name="poststop" id="poststop"></a>
<!-- controls above postbits -->

hpwilhelm 04-13-2005 04:12 PM

This works fine on my fresh vb307 :)

HTML Code:

</head>
<body onload="$onload">
$header
$navbar
<h1 style="text-align:center;">$thread[title]</h1>
$poll


MyvB8MyIPS 04-13-2005 05:08 PM

That's odd. We have the same exact code in our fresh 3.0.7 and it is not working :(

MyvB8MyIPS 04-13-2005 07:14 PM

Well we just tried it again and now it's working :eek: So appearently we are time sharing our board with some ghost :D

I just hope they're friendly ghost ;)

mikehawk 07-17-2005 11:13 PM

Awesome. Works great with 3.06.

Thanks, Installed.

ambumann 07-29-2005 12:21 AM

Nice and simple.

hollyboy 09-11-2005 09:35 AM

nice little hack...installed it thanks :)

ThugTheLeet 09-12-2005 03:57 AM

I'm going to give this a give, thnx you *Installed*

Omega Prime 09-12-2005 04:29 AM

Still works with 3.5 ;)

secret1980 09-17-2005 06:05 AM

works good :)

shadiguy1 01-28-2006 04:14 PM

anyway to get this to work for 3.5.3 i searched for what needed to be changed and couldnt findit.

maxicep 01-01-2007 03:07 PM

thanks


All times are GMT. The time now is 04:47 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.01196 seconds
  • Memory Usage 1,778KB
  • 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
  • (5)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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