View Full Version : Large Title over posts like vB.org
Zachery
04-05-2004, 10:00 PM
This was inspired by vB.org but i coded it my self
in your showthread template find
$poll and above it add
<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:
$forumbits
</table>
<br />
<!-- / sub-forum list -->
</if>
Underneath you have to add:
<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
This was inspired by vB.org but i coded it my self
in your showthread template find
$poll and above it add
<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
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
Thats great... :)
For the forum titel, in the forumdisplay template you have to search for:
$forumbits
</table>
<br />
<!-- / sub-forum list -->
</if>
Underneath you have to add:
<div style="font-size: 200%; text-align: center;"><b>$thread[title]</b></div>
C.
this thing dont works.
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:
<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?
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
Another way to accomlish this is with an h1 tag.
A header, thats what it is, large bold types on the top! :p
Add:
<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 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 (https://vborg.vbsupport.ru/showthread.php?&threadid=69234)
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?
</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 :)
</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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.