[req] nfo bbcode

mentalmind

New Member
This is an NFO BB Code.

Insert any NFO as BB Code.

How To:
Go into you AdminCP and add a new BB Code:

Title: NFO
BB Code Tag Name: nfo
Replacement:
PHP:
<table cellpadding="2" cellspacing="0" border="0" class="tborder"><tr><td class="thead">NFO:</td></tr><tr><td style="background-color:#FFFFFF">
<pre><font color="#000000" style="line-height:3pt" face="Lucida Console ANSI, Terminal">{param}</font></pre>
</td><tr></table>

Example: [NFO]Here is the NFO-Text[/NFO]
Description: Allows Users to use NFO in posts.
Use {option}: No
Button Image: images/editor/nfo.gif
 

snoopdo2g

New Member
Thanks but it ain't workin' here... i maybe done something wrong i dunno...
but i've found another way around but i would love to integrate it in a post
dunno how tho... anyone knows how to add a lil box ? in quick reply for example ?
 

dark_hunter

New Member
snoopdo2g said:
Since this link was in same topic in vb.org

can anyone get me this post content ??? thx !




vBulletin.org Forum - View Single Post - [BB Code] NFO
PHP:
<table cellpadding="2" cellspacing="0" border="0" class="tborder">
    <tr>
        <td class="thead">NFO:</td>
    </tr>
    <tr>
        <td style="background-color:#FFFFFF">
            <pre><font color="#000000" style="font-size:8pt;line-height:3pt;font-family:lucida console;">{param}</font></pre>
        </td>
    </tr>
</table>
 

snoopdo2g

New Member
Nice that one is awesome !!!!
it works like a charm :)
thanks a lot dark_hunter !!!

And you can even change the background/font color to suits ur needs...
^_^
 
Top