Author Topic: Make Description look like BB Code(Quick Fix)  (Read 806 times)

0 Members and 1 Guest are viewing this topic.

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Make Description look like BB Code(Quick Fix)
« on: July 22, 2009, 03:01:13 PM »
Well was playing around and found this quick fix for the Description so it looks like BB Code.

Just use the
Code: [Select]
<pre></pre> Tag!

What is BB Code? This is BB Code:
Hello,
Let's talk at 4 PM

-FireDart

No BB Code:
Hello, Let's talk at 4 PM -FireDart


How it works
Just put the
Code: [Select]
<pre></pre> Tag around the
Code: [Select]
{$video[video].description} and your good to go.

Should look like so:
Code: [Select]
<pre>
{$video[video].description}
</pre>

Some Notes:
When you have a small area and you need the div to wrap put style="width: #px" in the
Code: [Select]
<pre> Tag

There are some problems with this as if someone put's
Word Word Word Word Word Word Word Word Word

It will not wrap and will go outside of the div.

Hope that help for the time being,
-FireDart

Offline naxtra

  • Full phpd Member
  • ***
  • Posts: 74
  • Karma: 1
    • View Profile
Re: Make Description look like BB Code(Quick Fix)
« Reply #1 on: July 23, 2009, 12:57:54 PM »
Wonderful FD!