The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Capitalize first letter in post
I've seen the threads concerning the first letters in the thread title, and after every "." but how can I get the first letter of every post to be a capital?
|
#2
|
|||
|
|||
I wonder this too...
|
#3
|
||||
|
||||
I'd love to see this mod as well.
|
#4
|
||||
|
||||
you can try CSS 2.1 selector
HTML Code:
<style type="text/css"> .alt1 div:first-letter { text-transform: capitalize; } </style> |
#5
|
||||
|
||||
Princeton's suggestion is a good one, but there is also this mod for Thread Titles (it can probably be modified for Post Titles). This one is an xml file.
https://vborg.vbsupport.ru/showthrea...ght=capitalize |
#6
|
||||
|
||||
Thanks Princeton for the idea.
Take a look at demo here: http://www.eseonline.net/showthread.php?t=1695 I'll try to make it a little better. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|