View Full Version : posting frustrations: formatting?
cthomer5000
02-05-2003, 10:11 AM
Is there any way we will be able to replicate the types of posts would create on the old board?
The break lines the "code" function creates are very distracting, and really break up the flow of posts, which is a killer when reading a dynasty. tons of formatting text is generally used.
also, can we bring over the old smilies while the other board is still up?
In vBulletin, it's possible to add custom tags that enables a certain formatting. For the administrators, it's "Add new vB code", as per http://www.vbulletin.com/manual/bbcode.html
Could anyone with experience with vBulletin perhaps create a format that emulates the old <pre><font face=courier size=2> look, like [print] ?
[code] isn't good enough, unfortunately.
Easy Mac
02-05-2003, 10:49 AM
I think you can do the pre and font tags I do them all the time.
cthomer5000
02-05-2003, 10:50 AM
Originally posted by Easy Mac
I think you can do the pre and font tags I do them all the time.
they don't work correctly on this page. it double spaces everything, which makes a 70+ man roster look like ass.
MylesKnight
02-05-2003, 10:52 AM
I tried out using the "pre" and "font" tags with this new forum..
Problem was, things such as Conference Standings would come out double and triple spaced for some reason, taking up a to of room. It lined up okay, but was way too much..
The "Code" tag is the best I've seen so far.. I'm sure there's got to be a better way though..
Grid Iron
02-05-2003, 11:32 AM
After examining the source code of a thread containing {pre} tags, the problem appears to be that vBulletin inserts {br} tags into the html where the formatted text goes. Without those {br} tags, the formatting looks fine.
Now, the question is: how do we keep vBulletin from inserting the {br} tags?
Note: I'm using { and } in place of < and >
Originally posted by cthomer5000
.. which makes a 70+ man roster look like ass.
That is one BIG ass :D
Ryan S
02-05-2003, 12:10 PM
Could someone post the html that you are using to format dynasty posts, using {} instead of the <> tags, and I will add a custom tag.
Craptacular
02-05-2003, 12:18 PM
I always just used
{pre}{font face="courier" size=2}
table
{/font}{/pre}
Grid Iron
02-05-2003, 12:20 PM
{pre}{font face="courier" size="2"}
Formatted Text Goes Here
{/pre}{/font}
I think if we add a new "[PRE]" tag similar to the (CODE) tag, but minus the "code:", blockquote, and horizontal lines, we'll be in business. The (CODE) tag doesn't appear to add the extra line breaks.
{ and } = < and >
( and ) = [ and ]
cthomer5000
02-05-2003, 12:53 PM
Originally posted by Grid Iron
After examining the source code of a thread containing {pre} tags, the problem appears to be that vBulletin inserts {br} tags into the html where the formatted text goes. Without those {br} tags, the formatting looks fine.
Now, the question is: how do we keep vBulletin from inserting the {br} tags?
Note: I'm using { and } in place of < and >
Is this beacuse the html is "on" in the posts on this board? Maybe if it was off it woudldn't auto insert them?
primelord
02-05-2003, 01:06 PM
Originally posted by cthomer5000
Is this beacuse the html is "on" in the posts on this board? Maybe if it was off it woudldn't auto insert them?
If it was off you wouldn't be able to use the {PRE} and {FONT} tags. Those are HTML tags.
cthomer5000
02-05-2003, 01:09 PM
Originally posted by primelord
If it was off you wouldn't be able to use the {PRE} and {FONT} tags. Those are HTML tags.
ack. so what the hell is the problem here.... .
primelord
02-05-2003, 01:31 PM
Originally posted by cthomer5000
ack. so what the hell is the problem here.... .
It's probably just the way vBulletin was coded. For whatever application they were using HTML tags for they probably thought they were adding something people would want.
sabotai
02-05-2003, 02:08 PM
That's odd. I pretty much do the same thing I did on the other board, and everything comes out fine for me....
sabotai
02-05-2003, 04:19 PM
dola -
Don't use pre. You have to do it kind of the long way. Use the font as before, but you have to use BR at th eend of each line. And then have the next line start right away.
If that makes sense at all...
Bonegavel
02-05-2003, 05:08 PM
Originally posted by Grid Iron
After examining the source code of a thread containing {pre} tags, the problem appears to be that vBulletin inserts {br} tags into the html where the formatted text goes. Without those {br} tags, the formatting looks fine.
Now, the question is: how do we keep vBulletin from inserting the {br} tags?
Note: I'm using { and } in place of < and >
This isn't a besmirching, but you can use <BR> if you use the escape sequence using the ampersand. E.g., to show the greater than character, use &gt. This way, you can avoid using the curly braces.
Just a geeky FYI.
vBulletin v3.6.0, Copyright ©2000-2026, Jelsoft Enterprises Ltd.