PDA

View Full Version : Large Title over posts like vB.org


Zachery
06 Apr 2004, 18:07
This was inspired by vB.org but i coded it my self

in your showthread template find

$poll and above it add




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Chris-FH
06 Apr 2004, 23:53
Thats great... :)

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



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Underneath you have to add:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



C.

imported_Aero
16 Apr 2004, 15:31
got a screen cap ?

Tony G
16 Apr 2004, 15:35
Look at the top of this thread page, where the thread title is large and bolded. There's your screen cap. :p

Sal Collaziano
16 Apr 2004, 20:23
Installed! Great.. Thank you..

contramontanum
16 Jun 2004, 17:37
Is there a way to make the large text pick up the link color of the style?

Porthos
19 Jun 2004, 00:01
This was inspired by vB.org but i coded it my self

in your showthread template find

$poll and above it add




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



there is no $poll in my showthread template.

Admiral Spock
13 Jul 2004, 17:07
Thanks, Zachery :)

*installed*

Zachery
14 Jul 2004, 07:37
What version of vBulletin 3 are you using?

Porthos
19 Jul 2004, 09:54
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
24 Jul 2004, 07:57
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
25 Jul 2004, 01:14
Im in my showthread template of vB 3.0.3 and it is there...

Bison
26 Jul 2004, 05:47
Thanks for this ... I was looking for it!

SaN-DeeP
31 Jul 2004, 03:41
Thats great... :)

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



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Underneath you have to add:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



C.
this thing dont works.

kall
01 Aug 2004, 00:48
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
24 Aug 2004, 18:49
Another way to accomlish this is with an h1 tag.
A header, thats what it is, large bold types on the top! :p

Add:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



above $poll under $navbar, in SHOWTRHEAD.

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

imported_Snowy
09 Sep 2004, 04:35
Is there anyway to make it pase BB Code with this?

kall
09 Sep 2004, 04:48
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 Sep 2004, 07:09
Kall you cannot post php modifcations here i have removed the php from the post, sorry.

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

Add:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



above $poll under $navbar, in SHOWTRHEAD.

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


nice tweak, plus better for SEO!
:)

kall
10 Sep 2004, 01:28
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 (http://www.vbulletin.org/forum/showthread.php?&threadid=69234)

MyvB8MyIPS
11 Apr 2005, 00:49
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
13 Apr 2005, 18:12
This works fine on my fresh vb307 :)



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

MyvB8MyIPS
13 Apr 2005, 19:08
That's odd. We have the same exact code in our fresh 3.0.7 and it is not working :(

MyvB8MyIPS
13 Apr 2005, 21:14
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
18 Jul 2005, 01:13
Awesome. Works great with 3.06.

Thanks, Installed.

ambumann
29 Jul 2005, 02:21
Nice and simple.

hollyboy
11 Sep 2005, 11:35
nice little hack...installed it thanks :)

ThugTheLeet
12 Sep 2005, 05:57
I'm going to give this a give, thnx you *Installed*

Omega Prime
12 Sep 2005, 06:29
Still works with 3.5 ;)

secret1980
17 Sep 2005, 08:05
works good :)

shadiguy1
28 Jan 2006, 18:14
anyway to get this to work for 3.5.3 i searched for what needed to be changed and couldnt findit.

maxicep
01 Jan 2007, 17:07
thanks